Matheuslr / machine_learning_algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Algorithms

A study about machine learning algorithms using an UCI Machine Learning Repository

Repository : Human Activity Recognition Using Smartphones Data Set

Used algorithms :

  • K-Nearest Neighbor(KNN)
  • Naive Bayes(NB)
  • Stochastic Gradient Descent(SGD)
  • Perceptron

To install all requirements and start Jupyter Notebook run this commands:

  • python -m env venv
  • source env/bin/activate
  • pip install -r requirements.txt
  • cd notebooks
  • jupyter notebook

About


Languages

Language:Jupyter Notebook 100.0%