This talk is about understanding from the ground up the Essentials of Machine Learning Algorithms. The main issue that will be addressed in this talk is predicting traffic jams and in order to minimize the time taken to reach a specific point. in order to do so, the essentials machine learning algorithms will be explained and used live on stage.
The main issue that will be addressed in this talk is predicting traffic jams and in order to minimize the time taken to reach a specific point. The talk itself will be humorous and will address a funny problem: "I hate traffic jams! I want to avoid them at all costs!".
The talk will be divided to chapters:
- The problem
- Big Data in general
- Machine learning in general
- Simple traffic data-set will be presented
- Data mining
- Data Quality
- Visualizing Datasets
- Classification VS Regression
- Linear Regression (Demo)
- Polynomial Regression (Demo)
- Overfitting
- Cross Validation (Demo)
- Supervised Learning
Topics:
-Features VS Raw Data
- Normalization
- Tokenization, Serialization
-From Regression to classification
-Logistic Regression (Demo)
Topics:
-K-Means
- PCA
- LLE
- ICA
-Support Vector Machines (Demo)
-Kernel Based Methods (Demo)
-Grid Search (Demo)
-Random Search
-Gradient Based Optimization
-K – Nearest Neighbors (Demo)
-Decision Trees (Demo)
-Random Forests (Demo)
-Entropy
- Bagging
- Boosting
- Bayesian parameter averaging