MLDL.Study is a free and interactive learning platform designed to simplify Machine Learning (ML) and Deep Learning (DL) education for students and enthusiasts. Currently focused on Indian audiences, the platform features curated roadmaps, videos, articles, and other learning materials.
- Interactive Roadmaps: Easy-to-follow paths for ML and DL concepts
- Diverse Resources: Video tutorials, articles, PDFs, and notes curated for each topic
- Community Growth: Over 6000+ users
Ensure you have the following installed:
- Node.js
- npm or yarn
-
Clone the repository:
git clone https://github.com/anshaneja5/mldl.study.git
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
The content is organized into two main files:
categorizedMLContent.js
- ML-related resourcescategorizedDLContent.js
- DL-related resources
Both files use simple JSON-like structures that anyone can contribute to.
We welcome community contributions! Here's how you can help:
- Open the relevant file (
categorizedMLVideos.js
orcategorizedDLVideos.js
) - Follow the existing structure to add your resource:
{ title: "Handling Missing Data | Part 1 | Complete Case Analysis", url: "https://youtube.com/watch?v=aUnNWZorGmk", articleLink:"https://www.theanalysisfactor.com/missing-data-mechanism/", //Could be any link and not just article articleTitle: "Missing Data Mechanism", notes: "NOTE: This article is a great resource to understand the different mechanisms of missing data." },
- Ensure the resource title is concise and self-explanatory
-
Create a new branch:
git checkout -b feature/add-resources
-
Make and commit your changes:
git add . git commit -m "Added new resources for ML roadmap"
-
Push changes and create a Pull Request:
git push origin feature/add-resources
- Ensure code is well-formatted and follows project conventions
- Validate that added resources are high-quality and freely available
- Keep commit messages clear and concise
- Test changes locally before submitting a PR
- English Audience Expansion: Adding content suited for global learners
- Python Programming Roadmap: A comprehensive roadmap for Python and related libraries
- Generative AI and Other Fields: Roadmaps for fields like GenAI, Reinforcement Learning etc.
Feel free to reach out if you have any questions:
- Creator: Ansh Aneja
- Email: anshanejaa@gmail.com
- LinkedIn: linkedin.com/in/anshaneja5
Thank you for contributing to MLDL Study! Your efforts make this platform better for learners worldwide. 🌟