Self learning guide for machine learning
There are few options
There are popular hosted ML environments.
This is the quickest way to get going with Python and machine learning.
Supported operating systems : All
We recommend Google Colaboratory.
Pros:
Cons:
Here we are going to install and setup the computer.
Supported operating systems : Windows, Mac, Linux
We highly recommend installing Anaconda Python distribution.
It has pretty much all the packages needed for ML.
Get it from here for your platform
The following extra packages are recommended
Install as follows using CLI
$ conda install jupyterlab
Also can be done via Anaconda console.
Start as follows
$ jupyter lab
In browser, go to Jupter page; Usually at localhost:8888
Use this notebook to see if your environment is setup Testing123 notebook
There are variety of Docker images that have fully setup ML environments.
Follow the instructions for each Docker
At this point, you should