Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 618 Bytes

File metadata and controls

31 lines (22 loc) · 618 Bytes

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