Object Classification Training Framework
-
Updated
Apr 5, 2022 - Python
Object Classification Training Framework
[Re] Can gradient clipping mitigate label noise? (ML Reproducibility Challenge 2020)
Code for the NeurIPS 2020 paper "Improved analysis of clippind algorithms for non-convex optimization", including various clipping algorithms for neural network training in CV and NLP.
Neural network for machine translation using sequence to sequence model on a dataset of English and French sentences
Coursera - RNN Programming Assignment: In this project, we are in charge of a special task: Leading biology researchers are creating new breeds of dinosaurs and bringing them to life on earth, and our job is to give names to these dinosaurs. If a dinosaur does not like its name, it might go berserk, so choose wisely!
Predicting whether two persons meeting in a speed dating event get matched using deep learning methods
Build a Multi-turn Conversations Chit-Chat Bot
Text generation from Coursera deeplearning.ai "Sequence Models" course.
Recurrent neural network for building a character-level language model and its application to generating new dinosaur names
Allows automatic gradient norm clipping. This feature can help to stabilize training in certain situations by limiting the magnitude of gradient updates. The implementation is inspired by the paper "AutoClip: Adaptive Gradient Clipping for Source Separation Networks"
Add a description, image, and links to the gradient-clipping topic page so that developers can more easily learn about it.
To associate your repository with the gradient-clipping topic, visit your repo's landing page and select "manage topics."