Below you will find pages that utilize the taxonomy term “Tensorflow”
Post
Project 8 : Deep Learning Classification on Social Media
This project is my second take on the “Real or Not ? NLP with Disaster Tweets” Kaggle competition, in which we are provided a list of tweets that can either be about a disaster or not. You can find my first attempt here
Last time, I was rather new to data science. I focused heavily on feature engineering and bags of words to put into machine learning models and managed to obtain a decent score of 78% with ensemble models.
Post
Project 7 : NLP and Image processing - Automatic classification of website products (Deep Learning and Clustering)
This project’s goal is to build a model that can classify consumer goods based on pictures and descriptions.
I approached this project with basic and advanced methods for both NLP and image recognition.
For basic methods, I used feature extractions and clustering, whereas for advanced methods I used supervised neural networks.
Moreover, the dataset we were provided with was small, which made it necessary to either use dimension reduction for clustering algorithms or transfer learning for neural networks.