Skip to content

This repository is focused on exploring AI concepts in depth through practical, hands-on implementations using PyTorch. It serves as a comprehensive learning resource, covering everything from foundational techniques to advanced models, while emphasizing clarity and understanding.

Notifications You must be signed in to change notification settings

LongpanZhou/DeepLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Deep Learning

Important

This repo includes all the milestone models in deep learning, featuring the implementation of each model along with a summary that highlights what makes each model unique and how it advances the field compared to previous architectures. If you wish to follow a path and build your own models from the most basic until most modern, this will hopefully be a good resources for you.

Note

As the models become more complex, training them on a personal computer may become challenging due to hardware limitations. In such cases, I strongly recommend using a computing cluster or cloud services to facilitate training.


DataSet

This project uses ImageNet100 (16.4GB) - a subset of ImageNet with 100 classes, for training and benchmarking models.

Download Link:

https://storage.googleapis.com/kaggle-data-sets/1500837/2491748/bundle/archive.zip?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gcp-kaggle-com%40kaggle-161607.iam.gserviceaccount.com%2F20241119%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20241119T032223Z&X-Goog-Expires=259200&X-Goog-SignedHeaders=host&X-Goog-Signature=9627a949319acd5429ce0dd2a00abd57f0633dc700701011ec65651842cf4553080e29e5d30b8bb76520de6c29213f7344a278786161ba61c41e79c21a3fd3c96bdc5ae072e39fe386a3f52c290ca7d3423abfead746cf8299d82cae6f7f6b9d0212e40d6fa1a0bd643062680866677feebbc833b790a7ab2b068aa7a41800c4aaeab168953e92152ee5e22b539f5b59700a1726f9e8be5202669ac720a8a390dac6180c05fc1c5985d31e897664e2b19294f070a0395fa24c041d86ed6e91b1bfa64c38ee1e4381e3ad8ed949ade3fd4e82992bac4a20aa381706bfec1f4fd53884cf0e2f30ea70c0926157a794877b029a4e250829bd6afa8709c102fc24ee

image

Models

All the models are under different branches - current: main

3. VGG


Innovations


UNDER DEVELOPMENT

Meme

About

This repository is focused on exploring AI concepts in depth through practical, hands-on implementations using PyTorch. It serves as a comprehensive learning resource, covering everything from foundational techniques to advanced models, while emphasizing clarity and understanding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published