Giter Site home page Giter Site logo

shrijeet7 / machinelearning_algorithms_from_scratch Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 747 KB

This project deals with implementation of various machine learning models from scratch in python( jupyter notebook) without actually importing them from the sklearn library.

Jupyter Notebook 100.00%
machine-learning-from-scratch iris-dataset kmeans-clustering naive-bayes-classifier knn-classifier linear-regression python3 jupyter-notebook logistic-regression

machinelearning_algorithms_from_scratch's Introduction

MachineLearning_Algorithms_from_Scratch

This project deals with implementation of various machine learning models from scratch using python, without actually importing them from the sklearn library

Till now the models implemented:

  1. k-means clustering
  2. knn classifier (k-nearest neighbour)
  3. Naive Bayesian Classifier
  4. Linear Regression
  5. Logistic Regression

The machine learning algorithms are implemented from scratch without using their pre existing libraries in python

Libraries used:

  1. numpy : working with arrays(matrices and vectors)
  2. pandas & mathplotlib : for data handling , manpulation and visualization of datasets
  3. Train Test split (from Sklearn.model_selection) : To split the dataset into training and test sets
  4. sklearn.metrices : To measure accuracy_score , precision, recall , f1_scroe and confusion matrix

Datasets Used:

  1. k-means clustering : iris.csv
  2. knn classifier (k-nearest neighbour) : iris.csv
  3. Naive Bayesian Classifier : iris.csv
  4. Linear Regression : data.txt
  5. Logistic Regression : synthetic or synthesized data using numpy

machinelearning_algorithms_from_scratch's People

Contributors

shrijeet7 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

zacht1711

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.