Module prophet::traits [] [src]

Provides traits to serve as common interface for neural network implementations.

Traits

Disciple

Representative for neural network implementations that have the capability to learn from training data and predict data based on the learned examples.

Prophet

Representative for neural network implementations that are only able to predict data, but have no ability to further improve by training themselves.