An open API service indexing awesome lists of open source software.

https://github.com/simranjitk/simplifying-data-for-machine-learning

Learn how to best simplify data to use as input for machine learning models
https://github.com/simranjitk/simplifying-data-for-machine-learning

Last synced: about 1 year ago
JSON representation

Learn how to best simplify data to use as input for machine learning models

Awesome Lists containing this project

README

          

# Simplifying-Data-for-Machine-Learning
Learn how to best simplify data to use as input for machine learning models

#### Why does dimensionality reduction matter?
1. Space efficiency
2. Computing efficiency
3. Visualization

We will compare 3 dimensionality reduction methods (PCA, T-SNE, and LDA)

____
Code Reference: [Gergo Bohner](https://github.com/gbohner) and [Siraj Raval](https://www.youtube.com/watch?v=K796Ae4gLlY&list=PL2-dafEMk2A7YdKv4XfKpfbTH5z6rEEj3&index=10)