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.
Algorithm | Python | C++ | Javascript |
---|---|---|---|
Linear Regression | |||
Gradient Descent | |||
SVM | |||
Logistic Regression | |||
K Means | |||
Perceptron Classifier |
book: machine learning - an algorithmic perspective
Our mission is to spread the power of AI. Training the machines to create stuff is our Caffeine.
- 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.