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
295 stars 300 forks source link

Deep Learning architectures for computer vision added(TensorFlow and Keras based) #507

Open amandeep25 opened 2 years ago

amandeep25 commented 2 years ago

Models from scratch ->

  1. VGG 16
  2. ResNet50
  3. ResNet101
  4. ResNet152
  5. UNet

Pre-trained Models ->

  1. DenseNet121
  2. Xception
  3. ResNet50V2
  4. Inception V3
  5. EfficientNet B0