Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mjahmadee/deeplearning2022

Welcome to Deep Learning 2022! This repository serves as a central hub for various deep learning projects created throughout the year. Explore the table below to dive into each project and discover the innovations and techniques used in deep learning research and applications.
https://github.com/mjahmadee/deeplearning2022

computervision deeplearning keras nlp python pytorch tensorflow vision

Last synced: about 4 hours ago
JSON representation

Welcome to Deep Learning 2022! This repository serves as a central hub for various deep learning projects created throughout the year. Explore the table below to dive into each project and discover the innovations and techniques used in deep learning research and applications.

Awesome Lists containing this project

README

        

# Deep Learning 2022 🚀
![NLP](https://img.shields.io/badge/-NLP%20💬-blue)
![Computer Vision](https://img.shields.io/badge/-Computer%20Vision%20🖼️-blue)
![Transformers](https://img.shields.io/badge/-Transformers%20🤖-blue)
![PyTorch](https://img.shields.io/badge/-PyTorch%20🔥-blue)
![Machine Learning](https://img.shields.io/badge/-Machine%20Learning%20📊-blue)
![Deep Learning](https://img.shields.io/badge/-Deep%20Learning%20🧠-blue)
![GANs](https://img.shields.io/badge/-GANs%20🌌-blue)
![Object Detection](https://img.shields.io/badge/-Object%20Detection%20📦-blue)
![Object Segmentation](https://img.shields.io/badge/-Object%20Segmentation%20🧩-blue)
![Image Classification](https://img.shields.io/badge/-Image%20Classification%20🖼️-blue)
![CNN](https://img.shields.io/badge/-CNN%20🔳-blue)
![RNN](https://img.shields.io/badge/-RNN%20🔄-blue)
![Crypto Prediction](https://img.shields.io/badge/-Crypto%20Prediction%20🔮-blue)

Welcome to Deep Learning 2022! This repository serves as a central hub for various deep learning projects created throughout the year. Explore the table below to dive into each project and discover the innovations and techniques used in deep learning research and applications.

| Project | Description | Link |
| ------- | ----------- | ---- |
| McCulloch-Pitts Model | Implementation of the foundational McCulloch-Pitts neuron model. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/McCulloch-Pitts) |
| Adaline/Madaline Network | Study and implementation of Adaline and Madaline neural networks. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Adaline_Madaline_Network) |
| MLP Regression | Multi-Layer Perceptron model for regression tasks. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/MLP_Regression) |
| AutoEncoders for Classification | Using AutoEncoders in classification tasks. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/AutoEncoders_for_Classification) |
| Shallow CNN for Image Classification | Implementation of a shallow CNN for image classification. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Shallow-convolutional-neural-network-for-image-classification) |
| Automated Diagnosis of Pneumonia | Pneumonia diagnosis using EfficientNet on chest X-ray images. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Automated_Diagnosis_of_Pneumonia_from_Classification_of-Chest_XRay_Images_using_EfficientNet) |
| Eurosat Deep Learning | Deep learning applied to the Eurosat dataset for satellite image classification. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Eurosat_DeepLearning) |
| Vision Transformers | Implementing Vision Transformers for image analysis. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Vision_Transformers) |
| Object Detection and Counting | Techniques for object detection and counting in images. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Object_Detection_and_Counting) |
| YOLOv8 Track Coordinates Center | Tracking object coordinates with YOLOv8. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Yolov8_Track_Coordinates_Center) |
| Estimating Cryptocurrency Prices | Predict the prices of cryptocurrencies using LSTM and GRU models. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Estimating-Cryptocurrency-Prices/) |
| Image Captioning | Automatic captioning of images using deep learning. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Image_Captioning) |
| Intent Classification | Classifying user intent in natural language processing. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Intent_Classification) |
| Extractive Question Answering | Building a model for extractive question answering. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Extractive_Question_Answering) |
| Variational AutoEncoder (VAE) | Exploring VAEs for generative model tasks. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/VAE) |
| Conditional DCGAN | Implementing Conditional Deep Convolutional GANs. | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/MJAHMADEE/Conditional_DCGAN) |

Explore these repositories to understand the depth and breadth of work done in the field of deep learning in 2022. Happy learning!

# Project Overview 🚀
In this repository, we explore different aspects of deep learning through various projects:

- **McCulloch-Pitts Model** 🧠: Understanding the basics of neural computation.
- **Adaline/Madaline Network** 🔍: Delving into early neural network architectures for pattern recognition.
- **MLP Regression** 📉: Implementing Multi-Layer Perceptron models for regression analysis.
- **AutoEncoders for Classification** 🎭: Leveraging autoencoders for efficient data classification.
- **Shallow CNN for Image Classification** 🖼️: Simplifying Convolutional Neural Networks for image classification tasks.
- **Automated Diagnosis of Pneumonia** 🏥: Utilizing deep learning for medical imaging and pneumonia diagnosis.
- **Eurosat Deep Learning** 🛰️: Applying deep learning techniques to satellite image classification.
- **Vision Transformers** 👁️: Exploring the capabilities of Vision Transformers in image analysis.
- **Object Detection and Counting** 📦: Innovative methods for detecting and counting objects in images.
- **YOLOv8 Track Coordinates Center** 📍: Advanced object tracking with the latest YOLO technology.
- **Image Captioning** 📝: Creating descriptive captions for images through deep learning models.
- **Intent Classification** 💬: Enhancing natural language understanding with intent classification.
- **Extractive Question Answering** ❓: Developing models for accurate question answering in texts.
- **Variational AutoEncoder (VAE)** 🌀: Investigating generative modeling and representation learning with VAEs.
- **Conditional DCGAN** 🌌: Experimenting with Deep Convolutional GANs for generating conditional images.

## Technologies Used 💻
- Python 🐍
- TensorFlow 🧠
- Keras 🌟
- PyTorch 🔥
- OpenCV 📸
- Scikit-learn 🔍

## Installation and Usage 🛠️
Instructions on how to install and use each project are available within the individual project directories.

## Contributing 🤝
We welcome contributions to our projects! Please read the contributing guidelines in each project directory before making a pull request.

## License 📄
This repository is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contact 📧
For any inquiries or further information, please contact.

Thank you for visiting our Deep Learning 2022 repository! 🙏