- Built several Machine Learning models (NLP) and Neural Network models (CNN, RNN) to predict types of meals do people eat base on foods name
- Built Feature Engineering methods to give data new feature.
- Python 3.8
- Packages: pandas, numpy, seaborn, matplotlib, sklearn, Xgboost, nltk, re, keras, tensorflow
- [Method] (https://zhuanlan.zhihu.com/p/62077601)
- [Embedding] (https://www.zhihu.com/question/45027109)
- Built function to remove all the words after ',' and '-' since most of they are food weight unit
- one-hot encoding for y (label)
- Combine food name and brand_name together, convert them to interger sequence

- NLP with XGboost classifier
- CNN(1d)
- RNN(1d)
