"Google’s self-driving cars and robots get a lot of press, but the company’s real future is in machine learning, the technology that enables computers to get smarter and more personal" - Eric Schmidt (Google Chairman)
This repository was created for shown some algorithms of machine learning. It's important you have a High-Level Python to understanding of various machine learning algorithms. These should be sufficient to get your hands dirty.
Basically this repository is defined in two folder. The folder represents the subarea of machine learning that is supervised learning, and unsupervised learning.
Bellow, I describe the files of the each folder, in other wold the supervised and unsupervised learning algorithm's.
- Linear Regression;
- Logistic Regression;
- Logistic Regression applied to Cat Dataset ;
- Random Forest applied to Mnist Dataset;
- XOR gates Using NN;
- Neural Network applied to Cat Dataset ;
- Deep Learning Apply to Titanic Dataset.
For all these techniques, the following order was maintained:
- Collecting Data
- Analysis Data
- Data Wrabling
- Test & Train
- Accuracy Check
What things you need to undertand this repository
Good knowledgment in Machine Learning, Deep Learning, Computer Vision and know how to use jupyter-notebook.
To use some algorithms, like Deep Learning applied to coin brazillians, you need a good computer system with GPU (Graphic Processing Unit).
Sincerely: Neemias B. Silva