This project aims to study Machine Learning algorithms, through the Machine Learning e Data Science com Python de A a Z course
The implemented algorithms are:
- Artificial neural networks
- Decision trees
- Instance-based learning
- Learning by rules
- Logistic Regression
- Naive Bayes
- Support Vector Machines (SVM)
- Decision trees Regression
- Linear Regression
- Neural networks Regression
- Polynomial Regression
- Support Vectors Regression
To use this algorithms it is necessary to install some libraries, which can be used when downloading Anaconda
You can clone the project using:
git clone https://github.com/ronaldogomes96/MachineLearningCourse.git
After that, just run the project in Anaconda IDE, like Jupyter Notebook or Spyder, or even PyCharm.
If you want to contribute just open an issue informing the improvement or create a pull request.
Give a ⭐️ if this project helped you!
Copyright © 2019 Ronaldo Gomes