ricardobnjunior / Machine-Learning

This repository introduces the most popular Machine Learning algorithms for classification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Repository

This repository features popular Machine Learning algorithms for classification tasks. Make sure you have Python 3.6.5 installed on your computer.

Algorithms Implemented

Classification Algorithms
Gaussian Naive Bayes
K-Nearest Neighbors (KNN)
Multi Layer Perceptron (MLP)
Support Vector Machine (SVM)

Requirements

  • Python 3.6.5
  • numpy
  • pandas
  • sklearn
  • matplotlib
  • timeit
  • jupyter

Citation

Use this bibtex to cite this repository:

@misc{machine_learning_repository,
  title={Machine Learning Repository},
  author={Ricardo Junior},
  year={2019},
  publisher={Github},
  journal={GitHub repository},
  howpublished={\url{https://github.com/ricardobnjunior/Machine-Learning}},
}

About

This repository introduces the most popular Machine Learning algorithms for classification.


Languages

Language:Jupyter Notebook 100.0%