geekquad / AlgoBook

A beginner-friendly project to help you in open-source contributions. Data Structures & Algorithms in various programming languages Please leave a star ⭐ to support this project! ✨
https://discord.gg/ZMmwsWvsFj
MIT License
299 stars 302 forks source link

CNN Architectures #363

Open geekquad opened 3 years ago

geekquad commented 3 years ago

Implementation of the following CNN Architectures:

Should be pushed into dl folder with respective folder name along with requirements.txt file.

Saptashrungi commented 3 years ago

Do we have to implement these architectures in pure python?

geekquad commented 3 years ago

Do we have to implement these architectures in pure python?

Hey @Saptashrungi, I am sorry. Didn't get you. Pure python as in?

AmanSingh0-0 commented 3 years ago

Assign LeNet5 to me

geekquad commented 3 years ago

Assigning LeNet5 to @AmanSingh0-0. Make sure to add a requirements.txt file as well in the respective folder.

pranshulnarang commented 3 years ago

i would like to work on AlexNet please assign Alexnet to me

geekquad commented 3 years ago

Assigning AlexNet to @pranshulnarang.

Saptashrungi commented 3 years ago

Do we have to implement these architectures in pure python?

Hey @Saptashrungi, I am sorry. Didn't get you. Pure python as in?

From scratch, without use of tensorflow and keras

Saptashrungi commented 3 years ago

If they are allowed I would like to work on resnets

geekquad commented 3 years ago

Oh yes. Feel free to use any of the frameworks. Just make sure to add a requiremnts.txt file in the respective folder. Assigning Resnets to @Saptashrungi.

pranshulnarang commented 3 years ago

i would like to work on FCN please assign it to me

geekquad commented 3 years ago

Assigning FCN to @pranshulnarang.

LakhanMardi commented 3 years ago

@geekquad can i work on UNet?

geekquad commented 3 years ago

Sure @LakhanMardi. Go ahead!

LakhanMardi commented 3 years ago

Sure @LakhanMardi. Go ahead!

UNet #448