furkanu/deeplearning.ai-pytorch
PyTorch Implementations of Coursera's Deep Learning(deeplearning.ai) Specialization
This project provides PyTorch versions of popular deep learning exercises from the deeplearning.ai Coursera specialization. It takes problem descriptions and datasets from the original assignments and offers solutions implemented in PyTorch, allowing deep learning practitioners to learn and practice concepts like convolutional neural networks and sequence models using a different framework. The primary users are students or self-learners in deep learning.
158 stars. No commits in the last 6 months.
Use this if you are a deep learning student or practitioner who wants to understand and implement core deep learning concepts using PyTorch, especially if you've encountered them previously in TensorFlow or Keras.
Not ideal if you are looking for new, advanced research implementations or a production-ready library, as this project focuses on educational assignments.
Stars
158
Forks
35
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Dec 15, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/furkanu/deeplearning.ai-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mrdbourke/pytorch-deep-learning
Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
xl0/lovely-tensors
Tensors, for human consumption
stared/livelossplot
Live training loss plot in Jupyter Notebook for Keras, PyTorch and others
dataflowr/notebooks
code for deep learning courses
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"