Skip to content

A collection of data science walk-through's & notes on various datasets & concepts. See ISSUES tab to read further.

Notifications You must be signed in to change notification settings

langzippkk/Data-Sciences-Case-Studies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbnb Price Prediction

Folder Link

Statistics

1. Linear Regression  - RMSE Score - 0.4739
2. Deep Learning (Neural nets) - Implement this

Imdb Sentiment Analysis

Folder Link

Statistics

1. CountVector - 84.02%
2. TfIDf - 85.79% 
3. Deep Learning (using Single-Label Binary Classification) - 88.3%

Cricket Commentary Ball Predictions

Folder Link

Statistics

1. CountVector Written from Scratch - 62.45%
2. CountVector - 76.872%
3. TfIdf - 70.305%
4. Deep Learning (using Single-Label MultiClass Classification) - 83.041%

Deep Learning Examples

Folder Link

1. Handwriting Recognition - 98.06%
2. IMDB Sentiment Analysis - 84.84%
3. MultiClass Classification (NewsWires) - 78.3%
4. Boston Price Prediction - Implemented but Results not recorded

Notes

  1. Dataset specifics.
  2. Algorithm Specific
  • Classification
  • Regression
  • Clustering
  1. Industry Applications
  • NLP
  • Churn Modelling
  • Sales Forecasting

Links to Read:

About

A collection of data science walk-through's & notes on various datasets & concepts. See ISSUES tab to read further.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.4%
  • HTML 6.5%
  • Python 0.1%