- Docker
- Docker Compose
- Jupyter Notebook(https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html)
You are likely to use a
jupyter/scipy-notebook
image.(https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook) - Python 3.6
- Missing data
- Endcoding categorical data
- Feature Scaling
- Linear Regression
- Multiple Linear Regressionb
- Decision Tree Regression
- Random Forest Regression
- Logistic Regression
- Classification
- K Nearest Neighbors and Naive Bayes
- SVM
- Decision Tree Classification
- Random Forest Classification
- Stack for Classification
- Understand Sentiment
- TensorFlow Hub
- Notebook
- TensorFlow Hub Github Examples
- NLP Transfer learning techniques to predict Tweet stance
- NLP Transfer Github
- Text Preprocessing Methods
- Counting Parameters
- FFNNs(Feed Forward Neural Network)
- RNNs(Recurrent Neural Network)
- CNNs(Convolutional Neural Network)
- Mask RCNN
$cd devops
$docker build -t nhatthai/machine-learning-python3.6 .
$docker push nhatthai/machine-learning-python3.6
$docker run --rm -p 8888:8888 jupyter/scipy-notebook:17aba6048f44
$cd devops
$docker-compose up
Import libraries
$docker exec [container_id] pip install nltk