Skip to content

Exploring Machine Learning Models with Scikit-Learn and TensorFlow

Notifications You must be signed in to change notification settings

samaujs/Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploring Machine Learning Models with Scikit-Learn

This notebook attempts to elaborate and build on the examples in Aurelien Geron's book "Hands-on Machine Learning with Scikit-Learn and TensorFlow".

  • Explore different Scikit Machine Learning models (Linear Regressor, Decision Tree Regressor, Random Forest Regressor) with pipeline automation.
  • Explore Number Classifications (Stochastic Gradient Descent, MultiLabel, Multi-output KNeighbors Classifiers)
  • Explore Kaggle Competitions Topics (Titanic, Santander Customer Transaction Prediction)
  • Work on different Regression models with visualization (matplotlib)
  • Basic TensorFlow with modularity, sharing variable, name scoping and observing graphs in TensorBoard
  • Employ Data Visualization techniques and various Training models on Kaggle datasets (IEEE-CIS Fraud Detection)
  • Explore Image Classifications on Fashion_MNIST dataset using 4-layers Neural Network with Keras

About

Exploring Machine Learning Models with Scikit-Learn and TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published