Skip to content

Basic Machine Learning Examples, using Pandas, Numpy, nltk, sklearn libraries

Notifications You must be signed in to change notification settings

nhatthaiquang-agilityio/MachineLearning-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Examples

Requirements

Sections & Collection Resources

+Overview ML Beginner

Data Preprocessing

  • Missing data
  • Endcoding categorical data
  • Feature Scaling

Regression

  • Linear Regression
  • Multiple Linear Regressionb
  • Decision Tree Regression
  • Random Forest Regression

Classification

Clustering

Natural Language Processing

Deep Learning

Devops

Create base image for Machine Learning

$cd devops
$docker build -t nhatthai/machine-learning-python3.6 .
$docker push nhatthai/machine-learning-python3.6

Using Jupyter Notebook in docker

$docker run --rm -p 8888:8888 jupyter/scipy-notebook:17aba6048f44
$cd devops
$docker-compose up

Import libraries

$docker exec [container_id] pip install nltk

Reference

About

Basic Machine Learning Examples, using Pandas, Numpy, nltk, sklearn libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published