Skip to content

A list of 99 machine learning projects for anyone interested to learn from coding and building projects

License

Notifications You must be signed in to change notification settings

Ar-Kareem/99-ML-Learning-Projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn machine learning from coding and building projects.

This is still work-in-progress, but I hope that people can start contributing codes. For now, I'm going with the 'create whatever and we will sort out later' approach. Feel free to create issues to propose ideas, questions, comments and complaints.

Getting Started

The format is roughly the following:

  1. Propose an exercise by creating an issue ticket and write what you think is an useful coding exercise for certain concepts.

  2. If enough people are interested in that issue ticket, hopefully either you or someone else will write the exercise statement properly similar to the style of a lab exercise/homework question.

  3. Then someone will fork the repo, write up their solution, with a bit of polish and documentation, submit a pull request. I'm going to write up a contributing guide soon. For now, the guideline is just: create a folder, say '001' with two subfolder 'exercise' and 'solution. Then dump codes inside. I created a silly project 000 as an example of a hello-world Python code.

  4. Some of us will scrutinize the codes, review, make suggestions and eventually include (merge) them into the main project repo.

  5. Repeat 3-4 above for a particular exercise. Repeat 1-5 indefinitely till we hit 99/99 projects.

Please see general contribution guidelines for more details.

Please abide by code of conduct guidelines to have an open and friendly open source collaboration.

Goal: 99 Projects
Current: 1 Project

Table of Contents

  1. Titanic Survival Prediction

Dependencies

Some of the libraries (and their versions) we are using:

  • Python (>= 3.6)
  • NumPy (>= 1.18.5)
  • Pandas (>= 1.0.5)
  • Matplotlib (>= 3.2.2)
  • Seaborn (>= 0.10.1)
  • Scikit-learn (>= 0.22.2)
  • Tensorflow (>= 2.2.0)
  • PyTorch (>= 1.5.1)

Help and Support

If you want to get in touch with us, say hi on our discord/gitter chatroom:

Credit:

This project is inspired by Unnit Metaliya’s answer on quora: https://qr.ae/pNK0FW

For credits, these are the two repos (one for C and one for React) where I got the idea from:

License

This repo is covered under The MIT License.

About

A list of 99 machine learning projects for anyone interested to learn from coding and building projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%