Machine Learning
Machine learning (ML) includes methods that leverage data to improve performance on some set of tasks.
Resources
- Rice University lectures
- ML interviewsGitHub Repo
- Articles
The 3 Categories of ML
General ML Concepts
ML Algorithms
Regression
Classification
Clustering Algorithms (good article here: https://web.stanford.edu/class/cs345a/slides/12-clustering.pdf)
Two methods of clustering:
- Hierarchical clustering
- Point assignment
Association Rule Learning
ML Models (as outlined by Wikipedia)
- Neural Network
- Decision Tree
- Support Vector Machine
- Regression Analysis
- Bayesian Network
- Genetic Algorithm
Frameworks
Limitations
Misc. Topics
Reflection
I asked this guy in Yash’s group, “what kind of machine learning do you do”? He scoffed at me, because I told him I was undergrad, and he asked me what kind of machine learning do I know. That kind of pissed off my Ego, but in coming up with an answer, it made me realize that there is still so much I don’t know much about machine learning.
In the future, add JAX as a language since you want to go into ML.