Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 615 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 615 Bytes

Machine-Learning

This repository contains some notebooks created using python 3.6 and its main libraries including pandas, numpy and scikit-learn. Most of the notebooks have been done following the online Udemy course 'Python for Data Science and Machine Learning Bootcamp'.

Topics

The main topics covered are the following:

  • Anomaly Detection
  • Linear Regression
  • Logistic Regression
  • K Nearest Neighbor
  • Support Vector Machine
  • Decision Tree
  • Random Forest
  • K Means
  • Principal Component Analysis
  • Data Visualization
  • Recommender System
  • Neural Networks
  • Natural Language Processing