https://github.com/haleshot/deep-ml
A platform for deep learning challenges and AI education. Deep-ML is a website dedicated to making deep learning challenges accessible and engaging. It offers a variety of AI-related problems for learners at different skill levels.
https://github.com/haleshot/deep-ml
algorithms artificial-intelligence deep-learning deep-learning-algorithms deep-neural-networks linear-algebra linear-regression machine-learning machine-learning-algorithms
Last synced: 9 days ago
JSON representation
A platform for deep learning challenges and AI education. Deep-ML is a website dedicated to making deep learning challenges accessible and engaging. It offers a variety of AI-related problems for learners at different skill levels.
- Host: GitHub
- URL: https://github.com/haleshot/deep-ml
- Owner: Haleshot
- License: mit
- Created: 2024-07-18T02:52:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T23:06:25.000Z (4 months ago)
- Last Synced: 2025-01-02T00:19:05.434Z (4 months ago)
- Topics: algorithms, artificial-intelligence, deep-learning, deep-learning-algorithms, deep-neural-networks, linear-algebra, linear-regression, machine-learning, machine-learning-algorithms
- Language: Python
- Homepage: https://www.deep-ml.com
- Size: 495 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Deep-ML: AI Learning Challenges
[](https://tldr.tech/newsletters)
A platform for deep learning challenges and AI education.
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Challenge Difficulty Levels](#challenge-difficulty-levels)
- [Getting Started](#getting-started)
- [Community](#community)
- [Contributing](#contributing)
- [License](#license)## Overview
Deep-ML is a website dedicated to making deep learning challenges accessible and engaging. It offers a variety of AI-related problems for learners at different skill levels.
## Features
- Diverse range of AI/ML challenges
- Content for beginners and experts
- Community-driven learning environment## Challenge Difficulty Levels
| Difficulty | GitHub Folder | Website Link |
|------------|---------------|--------------|
| Easy | [Easy Challenges](https://github.com/Haleshot/Deep-ML/tree/main/easy) | [Easy Challenges on Deep-ML](https://www.deep-ml.com/?difficulty=easy&category=&solved=unsolved&page=1) |
| Medium | [Medium Challenges](https://github.com/Haleshot/Deep-ML/tree/main/medium) | [Medium Challenges on Deep-ML](https://www.deep-ml.com/?difficulty=medium&category=&solved=unsolved&page=1) |
| Hard | [Hard Challenges](https://github.com/Haleshot/Deep-ML/tree/main/hard) | [Hard Challenges on Deep-ML](https://www.deep-ml.com/?difficulty=hard&category=&solved=unsolved&page=1) |## Getting Started
1. Visit [Deep-ML website](https://www.deep-ml.com) and [repo](https://github.com/Open-Deep-ML/DML-OpenProblem)
2. Sign up for an account
3. Explore available problems## Community
- [Discord Server](https://discord.gg/JwMePfMZAV)
- [Twitter](https://x.com/real_deep_ml)## Contributing
For information on how to contribute to this repository, please see the [Contributing Guidelines](CONTRIBUTING.md).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
> [!Note]
> I discovered Deep-ML through the [TL;DR Web Dev Newsletter](https://tldr.tech/webdev). It's an interesting alternative to traditional DSA sites for competitive programming.