Skip to content

miozilla/kerastcvai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

kerastcvai ๐Ÿ“š๐Ÿงฎ๐Ÿ’ฐ

kerastcvai : Keras Text Classification # DNN # RNN # CNN

Objective

  • To create a text classification datasets using BigQuery.
  • To tokenize and integerize a corpus of text for training in Keras.
  • To do one-hot-encodings in Keras.
  • To use embedding layers to represent words in Keras.
  • To use bag-of-word representation for sentences.
  • To use DNN/CNN/RNN model to classify text in keras.
  • To create Keras Sequential model with three layers (build_dnn_model)
    • 1st layer : Embedding transforming the word integers into dense vectors
    • 2nd layer : Lambda to create a bag-of-words representation of the sentences by computing the mean
    • 3rd layer : Dense softmax layer that returns the probabilities for each class
  • To build RNN model which predicts the article class
  • To create CNN model for text classification

Keras Text Classification

kerastcvai001.png

kerastcvai002.png

kerastcvai003.png

kerastcvai004.png

kerastcvai005.png

kerastcvai006.png

kerastcvai007.png

kerastcvai008.png

kerastcvai009.png

kerastcvai010.png

kerastcvai011.png

kerastcvai012.png

kerastcvai013.png

kerastcvai014.png

kerastcvai015.png

About

kerastcvai ๐Ÿ“š๐Ÿงฎ๐Ÿ’ฐ : Keras Text Classification # DNN # RNN # CNN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published