Deep learning course for engineers using Keras
Top 32.8% on sourcepulse
This repository provides materials for the "Deep Learning for Us" (DL4US) practical development course, aimed at engineers seeking an introduction to deep learning. It utilizes Keras, a high-level API for TensorFlow, to cover a comprehensive curriculum from basic machine learning concepts to advanced topics like CNNs, RNNs, Seq2Seq models, GANs, VAEs, and reinforcement learning.
How It Works
The course is structured into 7 lessons, each containing Jupyter Notebooks with explanations and Python implementations. Each lesson is divided into four sections: topic overview, implementation, advanced techniques for accuracy improvement, and implementation of advanced techniques. The notebooks are designed to be executed sequentially, building knowledge from one lesson to the next.
Quick Start & Requirements
pip install -r requirements.txt
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The content is from 2019 and may not reflect the latest views or be directly executable due to updates in Python and libraries. Commercial use is not permitted.
1 year ago
Inactive