Skip to content

Machine Learning Projects (will eventually contain every popular technique/model/algorithm)

License

Notifications You must be signed in to change notification settings

RaulButuc/MachineLearning

Repository files navigation

MachineLearning

Machine Learning Projects (will eventually contain every popular technique/model/algorithm).

Currently included

.
├── Regression
│   ├── Linear
│   │   └── Basic
│   ├── Logistic
│   │   ├──  Basic
│   │   └──  SocialNetworkAds
│   └── Softmax
│       └── HandwrittenDigitsRecognition
├── ArtificialNeuralNetworks
│   ├── SingleLayerFeedforward
│   ├── MultiLayerBasic
│   └── BusinessProblem
└── ConvolutionalNeuralNetworks
    ├── HandwrittenDigitsRecognition
    └── ObjectRecognition-10

Coming soon

Recurrent Neural Networks

Reinforcement Learning

Deep Reinforcement Learning

Support Vector Machines

Clustering

Dimensionality Reduction

Anomaly Detection

Recommender Systems