Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 286 Bytes

File metadata and controls

4 lines (4 loc) · 286 Bytes

Intent-Classification-using-neural-networks

Here we apply artificial neural network for text classification. Here we use 3 layers of neurons (1 hidden layer) and a “bag of words” approach to organizing our training data. We are using a Jupyter Notebook and the code is in python.