An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Deep-ML: AI Learning Challenges

[![TL;DR Newsletter](https://img.shields.io/badge/Found%20via-TL%3BDR%20Newsletter-blue)](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.