A fun ML repository where students can create and compare their models on various metrics like accuracy etc.
- Machine learning is a type of artificial intelligence that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so.
- Machine learning is important because it gives enterprises a view of trends in customer behavior and business operational patterns, as well as supports the development of new products. Many of today's leading companies, such as Facebook, Google and Uber, make machine learning a central part of their operations.
- This repository will help you to master the most basic part of ML; model building. As you create models, you can compare accuracies with other models and inturn, you can improve on your models.
- Fork the Project
- Create your Feature Branch (
git checkout -b <name>-<modelName>
) - Commit your Changes (
git commit -m 'Added my initial model'
) - Push to the Branch (
git push origin <branch-name>
) - Open a Pull Request
We would be maintaining a leaderboard, which would keep track of accuracies.