Skip to content

akkaungkyawkhaing/ml_environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Machine Learning Environment

First we need to install Python.

And than install miniconda

[click here](https://conda.io/en/latest/miniconda.html)

Next install jupyter notebook

conda install jupyter

Install libraries

conda install numpy
conda install pandas
conda install matplotlib
conda install seaborn
conda install scikit-learn
conda install pillow
conda install tensorflow
conda install keras

Fix pillow installing error

pip uninstall PIL
pip install PIL

Creating a separate environment

conda create --name myenv

Activating the environment

activate myenv

Conda documentation

click here

Ref.

click here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published