Skip to content
/ ML Public

MLearning learning fables: An implementation of bare Machine Learning models and Algorithms

License

Notifications You must be signed in to change notification settings

mugoh/ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML

MLearning learning fables: An implementation of bare Machine Learning models and Algorithms

  • Naive Bayes Classification
  • Support Vector Machines
  • Regression : Polynomial Regression Linear Regression
  • Neuro-evolved Neural Network
  • Particle-swam Optimized Neural Network
  • Generative Adversarial Neural Network
  • Boltzmann Machine
  • K-Means Cluster
  • Genetic Algorithm
  • Density Based Clustering
  • Deep Q Network

Deep Learning Support Algorithms

  • Neural Network
  • Activation Functions
  • Gradient Descents