Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 429 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 429 Bytes

MachineLearning

Various Machine Learning projects that include:

  • Artificial Neural Networks (ANN)
    • Multilayer perceptron (MLP)
    • Predictive Coding Network (PCN)
    • Radial Basis Function (RBF)
  • k-means clustering
  • Support Vector Machine (SVM)
  • Genetic Algorithm (GA)
  • Backpropagation

For many of these projects C++ and Python were used. Utilizing packages such as scikit-learn, numpy, and several other libraries.