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

https://github.com/amirhoseinsalimi/deep-learning-codingcogs-course-codes

My complete code and notebooks from the Deep Learning Workshop by CodingCogs. Covers foundational to advanced deep learning topics using TensorFlow and Keras including CNNs, RNNs, LSTMs, GRUs, and text sequence models.
https://github.com/amirhoseinsalimi/deep-learning-codingcogs-course-codes

cnn deep-learning gru lstm machine-learning ml neural-network python rnn tutorial workshop

Last synced: 10 days ago
JSON representation

My complete code and notebooks from the Deep Learning Workshop by CodingCogs. Covers foundational to advanced deep learning topics using TensorFlow and Keras including CNNs, RNNs, LSTMs, GRUs, and text sequence models.

Awesome Lists containing this project

README

          

# Deep Learning Course – CodingCogs

This repository contains the full set of exercises, implementations, and Jupyter notebooks from
the [Deep Learning Course](https://codingcogs.org/courses/deep-learning-workshop) by CodingCogs. The course covers a
wide range of deep learning topics using TensorFlow and Keras, starting from the basics of neural networks to advanced
models like bidirectional LSTMs and GRUs.

---

## 📚 Course Modules

1. Deep Learning Structure
2. Neural Networks
3. Classifying Images Using CNNs
4. Deep Learning in Texts and Embeddings
5. Deep Learning in Sequences
6. Advanced RNNs and LSTM and GRU

Each module contains:

- 📓 Jupyter notebooks with hands-on code
- ✅ Completed exercises
- 📊 Visualizations of model performance
- 🧠 Implementations using TensorFlow and Keras

---

## 🧠 Key Topics Covered

- Perceptrons and Feedforward Neural Networks
- CNNs for image classification
- Word embeddings and sequential data
- RNNs, LSTMs, GRUs for text and time-series data
- Advanced techniques: Bidirectional & Stacked RNNs
- Model evaluation, training strategies, and data preprocessing

---

## 🛠 Tech Stack

- Python 3
- TensorFlow / Keras
- NumPy
- Matplotlib
- Jupyter Notebook
- Poetry (for dependency management)

---

## 🔗 Course Link

You can access the original course here:
[➡️ Deep Learning Workshop – CodingCogs](https://codingcogs.org/courses/deep-learning-workshop)

---

## 📜 License

This repository is for educational purposes and personal reference. Feel free to explore, fork, or use parts of it to
support your own learning.

---

⭐️ If you find this helpful, consider starring the repo!