You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
Overview
Machine Learning is a subfield of computer science that gives computers the ability to learn without being explicitly programmed. It explores the study and construction of algorithms that can learn from and make predictions on data.
Machine Learning is as fascinating as it is broad in scope. It spans over multiple fields in Mathematics, Computer Science, and Neuroscience. This is an attempt to summarize this enormous field in one .PDF file.
The Data Science it's not a set-and-forget effort, but a process that requires design, implementation and maintenance. The PDF contains a quick overview of what's involved. Here's a quick screenshot.
2. Data Processing
First, we'll need some data. We must find it, collect it, clean it, and about 5 other steps. Here's a sample of what's required.
3. Mathematics
Machine Learning is a house built on Math bricks. Browse through the most common components, and send your feedback if you see something missing.
4. Concepts
A partial list of the types, categories, approaches, libraries, and methodology.
5. Models
A sampling of the most popular models. Send your comments to add more.
References
I'm planning to build a more complete list of references in the future. For now, these are some of the sources I've used to create this Mindmap.
Stanford and Oxford Lectures. CS20SI, CS224d.
> Books:
> Deep Learning - Goodfellow.
> Pattern Recognition and Machine Learning - Bishop.
> The Elements of Statistical Learning - Hastie.
- Colah's Blog. https://colah.github.io
- Kaggle Notebooks.
- Tensorflow Documentation pages.
- Google Cloud Data Engineer certification materials.
- Multiple Wikipedia articles.