- Machine Learning problems and resolution .. implementing various machine learning models : from simple linear regression to complex neural networks in order to predict discrete or continuous variables ..
Here are the quick notebook links if you don't have time to quick-dive into the code :
-
Seattle building GHG / Electricy predictor (from LogReg to Neural Networks)
-
Nlp Toxic Comment predictor (using 2020 SOTA XLM-Roberta on TPUs)
-
Comparing various NLP models against classic LogReg Classifier
-
Ecommerce Customers Eda and Clustering (PCA,TSNE,Multi-dimensional Plotting)
Please also checkout other data science / production ready machine learning topics :
- Nlp toxic comment predictor
- Cassandra : predicting Stack Overflow Tags for given question
- Puppies : Neural Network Dog Breed Classifier
- Xlnet vs Logistic Classifier comparison