jiegzhan / multi-class-text-classification-cnn

Classify Kaggle Consumer Finance Complaints into 11 classes. Build the model with CNN (Convolutional Neural Network) and Word Embeddings on Tensorflow.
Apache License 2.0
426 stars 198 forks source link

Layers ? Neurons ? #6

Closed MrMimic closed 6 years ago

MrMimic commented 7 years ago

Hi.

I just start learning how to use tensorflow instead of building ANN by myself.

I try to use your code and everything's fine (I added back Tensorboard visualisation support) but .. I don't understand where hidden layers are defined (to add more) or where neuron number per layer is.

Could you please help ?