Implementation of Machine Learning using Python in Jupyter Notebook.
You can get started by forking the repository or simply cloning it to your desktop.
git clone https://github.com/astaroth88/Machine_Learning_Python/
You must know the basic Python syntax and must have an intuitive knowledge behind the working of the popular Machine Learning Algorithms.
Download and Install Jupyter-Notebook from http://jupyter.org/install.
sudo pip3 install <package-name>
via Terminal(Linux) or command-line(Windows) to install all the necessary python packages along with its dependencies.
- Shashwat Sourav Swain - Initial work - astaroth88