Home - stephanie0324/MachineLearning GitHub Wiki
๐ Welcome to the Machine Learning Wiki
Welcome to my Machine Learning Wiki โ a curated collection of notes, visual guides, and practical experiments as I explore machine learning and data science.
This space serves as:
- ๐ง A learning journal โ documenting key concepts and personal insights
- ๐ A reference hub โ summarizing algorithms with clean visuals and formulas
- ๐งช An experiment lab โ running notebooks and testing ideas on real data
๐ What Youโll Find Here
๐ธ Foundations
- Perceptron & Adaline
- Logistic Regression
- Decision Trees & Random Forests
- Naive Bayes
- K-Nearest Neighbors
๐ธ Deep Learning
- Neural Networks (MLP)
- Convolutional Neural Networks (CNN)
- Recurrent Neural Networks (RNN)
- Transformers & NLP
๐ธ Tools & Ecosystem
๐ธ Projects
๐ How to Use This Wiki
- Browse any topic to explore math-backed explanations, visuals, and code
- Use Colab badges to run notebooks instantly in the cloud
- Refer to notebooks for practical demos and experimentation
๐งฐ Environment Support
๐ก No GPU? No problem.
- Most notebooks are Colab-ready โ just click and run
- For local development, spin up the full environment using the included
Dockerfile
๐ฌ Questions or Suggestions?
If you find a bug, want to suggest an improvement, or just want to say hi:
- Open an issue
- Start a discussion
โจ Let's Learn Together!
Whether you're just starting or deepening your understanding, I hope this wiki helps you learn, experiment, and grow throughout your ML journey.
๐ References
This wiki draws inspiration from these excellent resources:
-
Machine Learning with PyTorch and Scikit-Learn
โ by Sebastian Raschka, Yuxi Liu, and Vahid Mirjalili -
Deep Learning Interviews
โ by Shlomo Kashani -
ใๆฉๅจๅญธ็ฟๅฏฆๆฐใ๏ผMachine Learning in Action๏ผ
โ A practical guide to applying ML models with Python