GithubHelp home page GithubHelp logo

nishanthbhat07 / machinelearning_python Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 12.24 MB

This repository is about machine learning algorithms

Jupyter Notebook 100.00%
linear-regression-python l1-regularization l2-regularization logistic-regression knn-algorithm perceptron-learning-algorithm naive-bayes-classifier descision-tree

machinelearning_python's Introduction

Machine Learning Algorithms

Python Jupyter NumPy

Aim

To practice machine learning algorithms.

Algorithms

The following algorithms have been implemented by me.

  1. Simple Linear Regression.
  2. Multi-variate Linear Regression.
  3. L1 Regularisation Regression.
  4. L2 Regularisation Regression.
  5. Gradient Descent for linear and logistic regression.
  6. Logistic Regression
  7. Naive Bayes Algorithm
  8. K-Nearest Neighbors Algorithm.
  9. Decision Trees
  10. Perceptrons

Installation

  1. Git clone this repository or download as zip or download selected files.
  2. Note : you should have jupyter notebook installed for this or you can also use google colab.
    Google Colab - https://colab.research.google.com/
    Jupyter Notebook Download - https://www.anaconda.com/products/individual#:~:text=Anaconda%20Navigator%20is%20a%20desktop,without%20using%20command%2Dline%20commands.
  3. Python ^3.6 is expected to be installed and the corresponding valid versions for numpy, scikit-learn and matplotlib libraries needs to be installed.

Data

The data is easily available on kaggle and UCI repository. For reference:

Linear Regression

  1. Moore's Law Dataset -- Already present in the repository (Moore's.txt)
  2. Predicting Systole BP -- Present in the repository (mlr02.xls)

Logistic Regression

  1. Ecommerce Dataset -- ecommerce_data.xlsx present in the folder where Logistic regression folder.

KNN, Naive Bayes, Decision Trees and Perceptron

  1. train.csv --- shorturl.at/arKY0
  2. mnist dataset --- https://www.kaggle.com/oddrationale/mnist-in-csv

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.