Skip to content

cnv1989/DeepLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains various deep learning model implementations

Lambdas/

Contains code that host trained models on AWS lambda. The lambdas are exposed via API gateway to enable classification trough APIs

Lenet5Lambda is implemented using Serverless Framework.

Lenet5/

Tensorflow implementation of Lenet5 model for handwritten digit recognition.

Resnet/

Implented modified Resnet50 (by pruning the last residual block) for classifying CIFAR-10 dataset since resnet50 is built for 64x64 images while cifar-10 as has 32x32 images.

YOLO/

Takes YAD2K configuration and weights and converts to Keras. Applies box filtering and non max supression on the output of the model.

SF Marathon Street 1 Street 2 Street 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published