Skip to content

Repository to storage codes from the course of Machine Learning from DATA - ICMC

Notifications You must be signed in to change notification settings

joaoolucas/Machine-Learning-Course-DATA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Course 🤖

First week - kNN algorithm

In the first class we learned how the k-nearest neighbors algorithm (k-NN) works. KNN is a non-parametric classification, that can be used in machine learning to classify data based on how similar they are with the already known data.

image

The algorithm calculates the distance between the points in the space based on a previous defined parameter (k = number of neighbours) and if they are close, they will be definied with the same classification. The distance between the points used can be Manhattan or Euclidean.

Second week - Exploratory Data Analysis

In the second week of course, we learned about the importance of EDA (Exploratory Data Analysis) to data science and machine learning. In statistics, exploratory data analysis is an approach of analyzing data sets to summarize their main characteristics, often using statistical graphics and other data visualization methods.

image

We're gonna be using EDA in almost every project of data science and machine learning, so is very important to have statistical knowledge and the ability to plot good graphics.

Third week - Naive Bayes classifier

In the third class, we learned about the Naives Bayes classifier uses in machine learning. In statistics, naive Bayes classifiers are a family of simple "probabilistic classifiers" based on applying Bayes' theorem. We used it to see what are the chances of a message be spam or not, using the famous dataset "Sms Spam Collection". Also using this dataset, we learned a little about Natural language processing.

image

Fourth week - Data Science Techniques

We reviewed the last classes and learned a little about encoders, like One Hot Encoder

image

About

Repository to storage codes from the course of Machine Learning from DATA - ICMC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published