AlgoBook icon indicating copy to clipboard operation
AlgoBook copied to clipboard

CNN Architectures

Open geekquad opened this issue 4 years ago • 14 comments

Implementation of the following CNN Architectures:

  • [x] LeNet5

  • [x] AlexNet

  • [x] ~~VGG~~

  • [x] ResNets

  • [ ] Inception

  • [ ] FCN

  • [ ] UNet

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

geekquad avatar Dec 06 '20 15:12 geekquad

Do we have to implement these architectures in pure python?

Saptashrungi avatar Dec 06 '20 16:12 Saptashrungi

Do we have to implement these architectures in pure python?

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

geekquad avatar Dec 06 '20 16:12 geekquad

Assign LeNet5 to me

AmanSingh0-0 avatar Dec 07 '20 01:12 AmanSingh0-0

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

geekquad avatar Dec 07 '20 06:12 geekquad

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

pranshulnarang avatar Dec 07 '20 07:12 pranshulnarang

Assigning AlexNet to @pranshulnarang.

geekquad avatar Dec 07 '20 07:12 geekquad

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 avatar Dec 07 '20 16:12 Saptashrungi

If they are allowed I would like to work on resnets

Saptashrungi avatar Dec 07 '20 16:12 Saptashrungi

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.

geekquad avatar Dec 07 '20 18:12 geekquad

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

pranshulnarang avatar Dec 09 '20 07:12 pranshulnarang

Assigning FCN to @pranshulnarang.

geekquad avatar Dec 09 '20 08:12 geekquad

@geekquad can i work on UNet?

LakhanMardi avatar Dec 30 '20 13:12 LakhanMardi

Sure @LakhanMardi. Go ahead!

geekquad avatar Dec 30 '20 17:12 geekquad

Sure @LakhanMardi. Go ahead!

UNet #448

LakhanMardi avatar Jan 02 '21 11:01 LakhanMardi