Skip to content

Latest commit

 

History

History
63 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

63 lines (30 loc) · 1.22 KB

alt text

Algorithms

made with AI and ❤️

hello world!
Welcome to the world of Algorithms
Here you will find all standard and out of box 
Algorithms of the field
We have implemented all the algorithms of the book: machine learning - an algorithmic perspective
Get all the algorithms you need and build the algorithms you can to help.

curated list of algos:

Algorithm Python C++ Javascript
Linear Regression alt text
Gradient Descent
SVM
Logistic Regression alt text
K Means alt text
Perceptron Classifier alt text

Credits:

book: machine learning - an algorithmic perspective

Our mission is to spread the power of AI. Training the machines to create stuff is our Caffeine.

How to contribute:

  • Create a folder with the name of respective algorithm.
  • Add your code there.
  • Create a folder of Test cases and include your test cases there.
  • Follow proper indentation.
  • Create a README file for your work.