Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 1.54 KB

README.md

File metadata and controls

68 lines (35 loc) · 1.54 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 alt text
Gradient Descent
Naive Bayes
SVM
Random Forest Regression
Logistic Regression alt text alt text
K Means alt text
Perceptron Classifier alt text
Apriori alt text
Hierarchical clustering alt text
Artificial neural network 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.