EfficientDL/book
PDFs and Codelabs for the Efficient Deep Learning book.
This book helps machine learning engineers and researchers optimize deep learning models. It takes existing large, resource-intensive models and provides techniques to make them smaller, faster, and more efficient without sacrificing quality. The output is a highly optimized model suitable for deployment on various devices, from cloud servers to smartphones and microcontrollers.
204 stars. No commits in the last 6 months.
Use this if you are a machine learning practitioner struggling with the computational cost, model size, or deployment speed of your deep learning models.
Not ideal if you are looking for an introductory guide to deep learning fundamentals or a high-level overview of AI concepts.
Stars
204
Forks
27
Language
Jupyter Notebook
License
—
Category
Last pushed
May 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/EfficientDL/book"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dataflowr/notebooks
code for deep learning courses
jeffheaton/app_deep_learning
T81-558: PyTorch - Applications of Deep Neural Networks @Washington University in St. Louis
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
xl0/lovely-tensors
Tensors, for human consumption
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.