Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 1.23 KB

README.md

File metadata and controls

8 lines (6 loc) · 1.23 KB

Deep Learning Experiments

In this repository, I will primarily push code related to the deep learning experiments that I do. This ReadMe will have an updated list with the blog posts to the experiments as well as the code.

Contents

  1. Towards Weight Initialization in Deep Neural Networks : Blog Post (@Medium) and Code (on GitHub)
  2. Deep Learning for Supervised Language Identification for written text : Blog Post (@Medium) and [Code (on Github)] (https://github.com/budhiraja/DeepLearningExperiments/tree/master/Deep%20Learning%20for%20Supervised%20Language%20Identification)
  3. Dropout in (Deep) Machine learning : Blog Post (@Medium) and Code (on Github)