Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 924 Bytes

File metadata and controls

30 lines (21 loc) · 924 Bytes

Machine Learning For Beginners

Implementation of Machine Learning using Python in Jupyter Notebook.

Getting Started

You can get started by forking the repository or simply cloning it to your desktop.

git clone https://github.com/astaroth88/Machine_Learning_Python/

Prerequisites

You must know the basic Python syntax and must have an intuitive knowledge behind the working of the popular Machine Learning Algorithms.

Installing

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.

Authors

  • Shashwat Sourav Swain - Initial work - astaroth88

Useful Links