https://github.com/ajithvcoder/building_custom_loss_functions
This repo will contain detailed and more visualized tutorials on writing custom loss functions. Scope will be ranging from basic neural networks to RL
https://github.com/ajithvcoder/building_custom_loss_functions
Last synced: 3 months ago
JSON representation
This repo will contain detailed and more visualized tutorials on writing custom loss functions. Scope will be ranging from basic neural networks to RL
- Host: GitHub
- URL: https://github.com/ajithvcoder/building_custom_loss_functions
- Owner: ajithvcoder
- License: cc0-1.0
- Created: 2020-12-21T05:43:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T06:01:54.000Z (over 4 years ago)
- Last Synced: 2025-01-12T19:30:43.513Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building_Custom_loss_functions
This repo will contain detailed and more visualized tutorials(loss and results) on writing custom loss functions. Scope will be ranging from basic neural networks to RL. it will also explain about existing loss function with SOTA results.(We will have visuvalized graphs, explanation for why we used a particular loss function, explanations for why our custom loss function is working well. Also corresponding visuvalizable results will be shared.)
Following will be covered:Classification-
- Normal CNN layers networks
- Resnet, DensenetDetection
- Yolo
- SSD, MobilenetTracking
- Deepsort+YoloOthers
- 4 GAN Models
- 1 R-CNN modelRL - Single Agent
- DQN Model
- DDPG model
- TD3 modelRL - Multi Agent
- DQN Model
- DDPG model
- TD3 modelIn case if above is finished we would proceed with building custom RL - Single agent and RL-Multi agent environments in next repo.
Completion of this would take a person from Beginer level DL programmer to intermediate level DL and RL programmer for sure.
Time lines:
Estimated start of project: After completeion of GANs repo
Estimated duration - 4 months to 5 months