Git Product home page Git Product logo

nachiket273 / ml_algo_implemented Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 3.0 2.56 MB

Bare-bone and simple implementations of few Machine Learning Algorithms

License: MIT License

Python 2.56% Jupyter Notebook 97.44%
machine-learning python decision-trees knn machine-learning-from-scratch random-forest gradient-boosting linear-regression logistic-regression gradient-descent kmeans dbscan svm naive-bayes pca tsne

ml_algo_implemented's Introduction

ML_Algo_Implemented

Simple Implementations of some Machine Learning Algorithms.
Along with implementation, it contains simple notebook that compares results of these implemenations
with standard sklearn library implementations.
Note that these implementations are very simple and do not consider aspects like space complexity, time complexity,
scalability, correct error messaging etc.
Most of the implementations use NumPy ( scarcely use Scipy ) and mostly do not have any other requirement.

Pre-Requisite

  1. NumPy ( pip install numpy)
  2. SciPy ( pip install scipy)
  3. Sklearn ( used for comparison and metrics like accuracy_score etc) ( pip install -U scikit-learn)
  4. seaborn ( for plotting, similar plotting can be done using matplotlib too)
  5. cvxopt ( for quadratic optimization for SVM )

Implementations


  1. Decision Tree
  2. k-Nearest Neighbors
  3. Random Forest
  4. Gradient Boosting
  5. Linear Regression
  6. Logistic Regression (with Gradient Descent)
  7. K-means
  8. DBSCAN
  9. SVM
  10. Naive_Bayes
  11. PCA
  12. tSNE

Contact

Feel free to email or contact me on LinkedIn

ml_algo_implemented's People

Contributors

nachiket273 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.