This repository is to organize what I learned about machine learning
- how to read papers / Summary
- Just see Title-Abstrat-Experiment categories of the paper
- When seeing experiment, focus on the graphs, images
- advice by Andrew Ng
- How to use Colab
- classification problems vs regression problems (summary)
- supervised learning vs unsupervised learning (summary)
- regression
- classification
- clustering
- [K-means clustering]
- [Heirachical clustering]
- numpy (tutorial)
- pandas (tutorial)
- matplotlib.pyplot (tutorial)
- sklearn (tutorial)
- R-CNN(Explanation)
- DETR(Explanation)
- pros
- Doesn't need hand-designed components
- Doesn't need specialized library
- pros