Skip to content

Commit

Permalink
Deleted - Word based Neural Language Models
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekmamidi123 committed May 10, 2018
1 parent 479fa21 commit abcda19
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 63 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Functional_API_Keras/6_Shared_Feature_Extraction_Layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
model = Model(inputs = visible, outputs = output)

print model.summary()
plot_model(model, '6_Shared_Extraction_Layer.png')
plot_model(model, '6_Shared_Extraction_Layer.png', show_shapes=True, show_layer_names=True)
Binary file modified Functional_API_Keras/8_Multiple_Output_Model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Functional_API_Keras/8_Multiple_Output_Model.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

model = Model(inputs = visible, outputs = [output1, output2])
print model.summary()
plot_model(model, '8_Multiple_Output_Model.png')
plot_model(model, '8_Multiple_Output_Model.png', show_shapes=True, show_layer_names=True)
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Some of the topics that I have implemented by reading blogs, documentation, ..et
- [Sentiment Classification on IMDB Dataset](https://github.com/Abhishekmamidi123/NLP/tree/master/Sentiment_Classification_LSTM)
- [Character Level Text Generation](https://github.com/Abhishekmamidi123/NLP/tree/master/Text_Generation_LSTM)
- [Word Level Text Generation](https://github.com/Abhishekmamidi123/NLP/tree/master/Word_Level_Text_Generation_LSTM)
- [Word Based Neural Language Models](https://github.com/Abhishekmamidi123/NLP/tree/master/Word_Based_Neural_Language_Models)
- [Functional API Keras](https://github.com/Abhishekmamidi123/NLP/tree/master/Functional_API_Keras)

Also refer my [Notes](https://github.com/Abhishekmamidi123/NLP/blob/master/Notes.md).
60 changes: 0 additions & 60 deletions Word_Based_Neural_Language_Models/one_word_in_one_word_out.py

This file was deleted.

0 comments on commit abcda19

Please sign in to comment.