This project is my first attempt at a recurrent neural network (RNN). This was created for my project and portfolio IV class at Full Sail University. Project scope was one month.
- Tokenized Descriptions
- Padded Sequences
- Scikit-Learn train_test_split
- TensorFlow Keras Model
- Adam Optimizer
- Trained On Over 700 Emojis
- Embedding for Input
- Long Short-Term Memory (LSTM) with 128 units
- Long Short-Term Memory (LSTM) with 56 units
- Dense for Output using Softmax Activiation
- Locally Hosted
- Command Event Handling
- On_Message Event Handling