Skip to content

mridul3301/Deep-Residual-Learning-for-Image-Recognition

 
 

Repository files navigation

Deep Residual Learnring for Image Recognition

This repo consists of implementation of famous paper titled "Deep Residual Learning for Image Recognition", commonly known as ResNet architecture.

Usage

  1. Clone the repository.
git clone https://github.com/33-Papers/Deep-Residual-Learning-for-Image-Recognition
  1. Install dependencies
pip install requirements.txt

Usage

In order to use it, refer to the file :

Example.ipynb

And for more details and understanding, refer to the file :

details.ipynb

License

MIT

About

Code replicating the paper "Deep Residual Learning for Image Recognition"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • Python 1.4%