Skip to content

An exercise to learn machine learning algorithms with python

Notifications You must be signed in to change notification settings

kkkiq/machine-learning-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Sessions

Documenting my first contact with Machine Learning. Following tutorials made by Tech with Tim Youtube channel.

Folders are dividing the type of algorithm used in each case. Scikit-Learn module is used to implement all the models.

  1. Classification

    • K-Nearest Neighbors
    • Support Vector Machines
  2. Regression

    • Linear Regression
  3. Clustering

Neural Networks Examples

Using TensorFlow module, I explored how basic neural networks are built, and produced some examples:

Clothes Classification

fashion_prediction fashion_prediction_2

About

An exercise to learn machine learning algorithms with python

Topics

Resources

Stars

Watchers

Forks