Working on making a repository of notebooks demonstrating applications of AI/ML to business problems with real datasets. This is the first installment of this series.
In this notebook, I cover
- Neural network architecture
- Embedding layers
- LSTM Layers
- Attention layers
- Training details and model diagnostics
The application is in predicting multi-dimensional hotel quality ratings (service, rooms, etc.)
One thought on “(Code) Deep Learning for NLP: Predicting multi-dimensional hotel ratings”