You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+112-3Lines changed: 112 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,122 @@ This repository contains -<br>
7
7
:heavy_check_mark: Summarized notes on Udacity's **Nanodegree in AI** ([Bertelsmann Scholarship](https://www.udacity.com/bertelsmann-tech-scholarships))<br>
8
8
9
9
The images in this repository are taken from Udacity's Deep Learning Nanodegree program.
10
-
## Contributor
10
+
11
+
# Repository Content: Projects and Theorey List
12
+
13
+
Over the course of time, I have enrolled in multiple MOOCs and read multiple books related to Deep Learning. I try to document all the important notes in one place so that it is easy for me to revise :). Below are the list of projects/theorey that I have worked on/documented. Please see the **Project List** for the code and refer the **Theorey List** for the detailed explaination of various concepts.:
14
+
## Project List
15
+
16
+
1.[Recap of Numpy and Matrices](./Chapter-wise code/Code%20-%20PyTorch/0.%20Recap%20Numpy%20and%20Matrices)
17
+
*[Quiz on Numpy](./Chapter-wise%20code/Code%20-%20PyTorch/0.%20Recap%20Numpy%20and%20Matrices/NumPy_Quiz.py)
*[Training an Image Classifier](./Chapter-wise%20code/Code%20-%20PyTorch/1.%20Intro%20to%20PyTorch/04_Training_an_image_classifier.ipynb)
29
+
*[Implementing ReLU Activation Function via PyTorch](./Chapter-wise%20code/Code%20-%20PyTorch/1.%20Intro%20to%20PyTorch/05.ReLU_using_pytorch.ipynb)
30
+
*[Playing with TensorBoard](./Chapter-wise%20code/Code%20-%20PyTorch/1.%20Intro%20to%20PyTorch/05_Playing_with_TensorBoard.ipynb)
31
+
*[Training Neural Network via PyTorch](./Chapter-wise%20code/Code%20-%20PyTorch/1.%20Intro%20to%20PyTorch/06.training_neural_network_via_pytorch.ipynb)
32
+
*[Validation via PyTorch](./Chapter-wise%20code/Code%20-%20PyTorch/1.%20Intro%20to%20PyTorch/07.%20Validating_using_pytorch.ipynb)
33
+
*[Regularization via PyTorch](./Chapter-wise%20code/Code%20-%20PyTorch/1.%20Intro%20to%20PyTorch/08.%20Regularization_using_pytorch.ipynb)
34
+
*[Loading Image Data via PyTorch](./Chapter-wise%20code/Code%20-%20PyTorch/1.%20Intro%20to%20PyTorch/09.%20loading_image_data_via_pytorch.ipynb)
35
+
*[Transfer Learning via PyTorch](./Chapter-wise%20code/Code%20-%20PyTorch/1.%20Intro%20to%20PyTorch/10.%20Transfer_learning_via_pytorch.ipynb)
*[Basics: Load, Train, Test and Validate your Model](./Chapter-wise%20code/Code%20-%20PyTorch/2.%20Convolution%20Neural%20Networks/1.%20Basics/Load_train_test_and_validate_your_model.ipynb)
*[Frontal Face Recognition](./Chapter-wise%20code/Code%20-%20PyTorch/2.%20Convolution%20Neural%20Networks/3.%20Object%20Detection/frontal_face_recognition.ipynb)
*[Bees Prediction via Transfer Learning](./Chapter-wise%20code/Code%20-%20PyTorch/2.%20Convolution%20Neural%20Networks/4.%20Transfer%20Learning/Transfer_Learning_predict_bees.ipynb)
45
+
*[Flower Prediction via Transfer Learning](./Chapter-wise%20code/Code%20-%20PyTorch/2.%20Convolution%20Neural%20Networks/4.%20Transfer%20Learning/Transfer_Learning_predict_flowers.ipynb)
*[Style Transfer on an Octopus](./Chapter-wise%20code/Code%20-%20PyTorch/2.%20Convolution%20Neural%20Networks/5.%20Style%20Transfer/style_transfer_on_octopus.ipynb)
48
+
*[Style Transfer on Purva](./Chapter-wise%20code/Code%20-%20PyTorch/2.%20Convolution%20Neural%20Networks/5.%20Style%20Transfer/style_transfer_on_purva.ipynb)
*[Text Generation using RNNs](./Chapter-wise%20code/Code%20-%20PyTorch/3.%20Recurrent%20Neural%20Networks/1.%20Text%20generation%20using%20RNNs)
58
+
*[Future Anna Karenina Series](./Chapter-wise%20code/Code%20-%20PyTorch/3.%20Recurrent%20Neural%20Networks/1.%20Text%20generation%20using%20RNNs/future_anna_karenina.ipynb)
59
+
*[Future Harry Potter Series](./Chapter-wise%20code/Code%20-%20PyTorch/3.%20Recurrent%20Neural%20Networks/1.%20Text%20generation%20using%20RNNs/future_harry_potter_series.ipynb)
*[Generate Hand Written Digits using GANs](./Chapter-wise%20code/Code%20-%20PyTorch/4.%20Generative%20Adversarial%20Networks%20(GANs)/1.%20Generating%20hand-written%20digits%20using%20GANs/Hand_written_digit_generation_via_GANs.ipynb)
*[Image-to-Image Translation via Cyclic GANs](./Chapter-wise%20code/Code%20-%20PyTorch/4.%20Generative%20Adversarial%20Networks%20(GANs)/3.%20Cyclic%20GANs/Image-to-Image%20Translation%20via%20Cyclic%20GANs/Image_to_image_translation_via_Cyclic_GANs.ipynb)
72
+
*[Generating Faces via DCGAN](./Chapter-wise%20code/Code%20-%20PyTorch/4.%20Generative%20Adversarial%20Networks%20(GANs)/4.%20Generate%20Faces%20via%20DCGAN/dlnd_face_generation.ipynb)
73
+
74
+
6.[Deploying Sentiment Analysis Model using Amazon Sagemaker](./Chapter-wise%20code/Code%20-%20PyTorch/5.%20Deploy%20Models%20to%20PROD%20via%20Amazon%20Sagemaker)
*[Deploy Your Own Sentiment Analysis Model](./Chapter-wise%20code/Code%20-%20PyTorch/5.%20Deploy%20Models%20to%20PROD%20via%20Amazon%20Sagemaker/2.%20Deploy%20your%20own%20sentiment%20analysis%20model/SageMaker%20Project.ipynb)
77
+
78
+
7.[Natural Language Processing](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing)
*[HMMs for POS Tagging](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/2.%20Parts%20of%20Speech%20Tagging/HMM%20Tagger.ipynb)
82
+
*[Feature Extraction and Embeddings](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/3.%20Feature%20Extraction%20&%20Embeddings/Readme.md)
*[BERT for sentiment analysis of Twits (StockTwits)](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/5.%20Sentiment%20Analysis/bert-for-sentiment-analysis-of-stock-twits.ipynb)
87
+
*[EDA and sentiment analysis of COVID-19 tweets](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/5.%20Sentiment%20Analysis/covid19-tweets-eda-and-sentiment-analysis.ipynb)
88
+
*[EDA and sentiment analysis of Joe Biden's tweets](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/5.%20Sentiment%20Analysis/eda-and-sentiment-analysis-of-joe-biden-tweets.ipynb)
8.[Natural Language Generation](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/8.%20Natural%20Language%20Generation)
94
+
*[Text generation via RNNs and (Bi)LSTMs](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/8.%20Natural%20Language%20Generation/text-generation-via-rnn-and-lstms-pytorch.ipynb)
*[BERT for answering queries related to stocks](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/9.%20Question%20Answering/bert-for-answering-queries-related-to-stocks.ipynb)
*[Github bug prediction using BERT](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/10.%20Text%20Classification/github-bug-prediction-via-bert.ipynb)
101
+
*[Predicting DJIA movement using BERT](./Chapter-wise%20code/Code%20-%20PyTorch/6.%20Natural-Language-Processing/10.%20Text%20Classification/predicting-DJIA-movement-with-BERT.ipynb)
Please feel free to open a Pull Request to contribute towards this repository. Also, if you think there's any section that requires more/better explanation, please use the issue tracker to let me know about the same.
16
125
17
-
##Support
126
+
# Support
18
127
19
128
If you like this repo and find it useful, please consider (★) starring it (on top right of the page) so that it can reach a broader audience.
0 commit comments