Skip to content

klmsathish/HandsOn-MachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandsOn-MachineLearning

Getting Started

Programs build on Python lang. Clone the project and run on your local machine for development and testing purpose. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Python compiler 32/64 bit based on your system processesor Recommended IDE:

  • Jupyter Notebook
  • Google Colab

Installing

Prerequisite: Python compiler While Jupyter runs code in many programming languages, Python is a requirement (Python 3.3 or greater, or Python 2.7) for installing the JupyterLab or the classic Jupyter Notebook.

Installing Jupyter Notebook using Conda

  • conda
    We recommend installing Python and Jupyter using the conda package manager. The miniconda distribution includes a minimal Python and conda installation.

Then you can install the notebook with:

conda install -c conda-forge notebook

  • pip
    If you use pip, you can install it with:

pip install notebook
Congratulations, you have installed Jupyter Notebook! To run the notebook, run the following command at the Terminal (Mac/Linux) or Command Prompt (Windows):

jupyter notebook

Built With

  • Python

Topics Covered

  • Linear Regression
  • Logistic Regression
  • Support Vector Machines
  • K Means Clustering
  • K Nearest neighbours
  • Numpy
  • Seaborn
  • Matplotlib
  • Decision Trees
  • Data Normalization
  • Data Standardization

About

Applying ML Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published