ML Interview Preparation
This is a collection of ML algorithms starting from the basic to the state-of-the-art. I would be writing this as a personal note for my interview preparation for the ML roles but it might help you as well in your journey to learning how machines learn.
![]()
To contribute articles to the repo first build it locally. To do so
- Setup Jekyll
- Fork the repo
https://github.com/bhoomeendra/MLand clone it to your local machine - Go inside the repo and run
bundle installthis will install the required gem files - Now to run the server run
bundle exec jekyll serve - Now you can add posts under _post dir as markdown files
- Check it locally and once’s completed push your branch to github and create a pull request
- Congratulations
you have contributed an article
Looking forward to your contributions ![]()