# Deep-Learning **Repository Path**: userjkliu/Deep-Learning ## Basic Information - **Project Name**: Deep-Learning - **Description**: In-depth tutorials on deep learning. The first one is about image colorization using GANs (Generative Adversarial Nets). - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-07 - **Last Updated**: 2021-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deep Learning Tutorials and Projects I will upload my deep learning tutorials and projects here. The following table gives you information on the available tutorials and projects: | Name | Description | | ----------- | ----------- | | 1. [Image Colorization Tutorial](https://github.com/moein-shariatnia/Deep-Learning/tree/main/Image%20Colorization%20Tutorial)| Using conditional GANs to colorize black and white images| | 2. [HuggingFace Sequence Classification Tutorial](https://github.com/moein-shariatnia/Deep-Learning/tree/main/HuggingFace%20Tutorial%20-%20Sequence%20Classification%20with%20DistilBERT)| Using DistilBERT with custom PyTorch dataset and model to classify tweets (data from Kaggle competition)| | 3. [OpenAI CLIP](https://github.com/moein-shariatnia/OpenAI-CLIP) | A tutorial on simple implementation of OpenAI CLIP model