Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 553 Bytes

File metadata and controls

16 lines (10 loc) · 553 Bytes

DataScience

Data Science Projects, involving Data manipulation and analysis

R

Steam Games Reviews

Project to discover wich reviews were relevant for predicting the best selling game. And feature extraction to find wich features were most useful for the classification.

Python

Counter Strike Round Winner Prediction

Project to develop an automated classifier that would predict in real time the current round winner. Using two different classifiers:

  • Linear Discriminant Analysis (LDA)
  • Multi-Layered Perceptron (Neural Network)