Closed
Description
This library will sit on top of arrayfire. The default implementation will be C++, however C wrappers will be added on top so that the library can be used from other languages.
The optimization function and distance metrics need to be abstract out so the user has a choice of switching them out whenever possible.
Base classes
- Classifier (Model fit ?)
- Neural Networks
Classifiers
- Perceptron
- Naive Bayes classifier
- Support Vector Machines (SVM)
- Logistic Regression
- Softmax Regression
- Multi Layer Perceptron
- Convolutional Neural Networks (CNN)
- Deep Belief Networks
- Nearest Neighbour Search (kNN)
Dimensionality Reduction
- Restricted Boltzman Machines (RBM)
- Autoencoders
- Principal Component Analysis (PCA)
- Linear Discriminant Analysis (LDA)
- Locality Sensitive Hashing (LSH)
Regression Analysis
Clustering
Optimization functions
Needs research
Metadata
Metadata
Assignees
Labels
No labels