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

https://github.com/npurson/hello-dian.ai

👋 Lab assignments for Introduction Course of Dian.ai (Dian AI Group).
https://github.com/npurson/hello-dian.ai

deep-learning neural-network

Last synced: 9 months ago
JSON representation

👋 Lab assignments for Introduction Course of Dian.ai (Dian AI Group).

Awesome Lists containing this project

README

          

# Hello, Dian.ai!

![](https://img.shields.io/badge/organization-Dian.ai-orange)
![](https://img.shields.io/badge/version-1.3.0-blue)
![](https://img.shields.io/badge/license-MIT-blue)
![](https://img.shields.io/badge/test-100%-green)

Lab assignments for Introduction Course of _Dian.ai_.

## Introduction

- **[Lab 0: K Nearest Neighbors](lab0/README.md)**
- **[Lab 1: Naive Neural Network](lab1/README.md)**: Implement a naive neural network framework, and train a classifier on MNIST dataset.
- **[Lab 2: Single Object Detection](lab2/README.md)**: Implement a single object detector with PyTorch.
- **[Lab 3: Object Detection Libraries](lab3/README.md)**: Reproduce SOTA models or tricks based on off-the-shelf detection libraries.
- **[Lab 4: Generative Adversarial Networks](lab4/README.md)**: Generate anime avators with GAN!
- **[Lab 5: Reinforcement Learning](lab5/README.md)**: Develop reinforcement learning algorithms through playing games!

## Changelog

v1.3.0 was released in 2021/10/17.
* ♻️ Refactor module tests.
* 🌱 Dian Recruitment Fall 2021
* 🐛 **TODO** Fix the implementation of `Conv2d_im2col`
* 🚧 **TODO** Module test for `BatchNorm1d`

## Contributing

Feel free to dive in! [Open an issue](https://github.com/npurson/hello-dian.ai/issues/new) or submit PRs.

## License

[MIT](LICENSE) © Natter Purson