gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
576 stars 174 forks source link

Adding a project to Computer Vision #104

Open shreyas-londhe opened 3 years ago

shreyas-londhe commented 3 years ago

Hey there,

I'm adding a new project to the Computer Vision topic, My project focuses on using Convolutions to optimize the Dense Neural Network. In the Readme, I described all the concepts required for the project and provided links to various study materials. I even put up a solution Jupyter notebook in which each step is explained in detail.

shreyas-londhe commented 3 years ago

Hey there, I made the changes you suggested. Hope you are satisfied now :)

gimseng commented 3 years ago

@shree5101 I am not sure if your current folder structure is conforming to our format. Do you have data, exercise and solution folders, each of which has readme.md?

shreyas-londhe commented 3 years ago

@gimseng The exercise and solutions are jupyter notebooks, which have instructions in them only, so they don't require seperate readme. I hope this is okay

gimseng commented 3 years ago

@shree5101 Please read the contributing guidelines. Thanks !