# deeplearning.ai-pytorch **Repository Path**: jfttpt/deeplearning.ai-pytorch ## Basic Information - **Project Name**: deeplearning.ai-pytorch - **Description**: PyTorch Implementations of Coursera's Deep Learning(deeplearning.ai) Specialization - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-10-15 - **Last Updated**: 2021-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deeplearning.ai in PyTorch PyTorch implementations of some assignments which were originally given in tensorflow and/or Keras. I might try to implement other assignments in the future as well. I generally discard numpy notebooks since they are lower level and I don't think it would be useful to implement them in PyTorch. * You need PyTorch 0.4+ to run them locally.
--- * Course 4 - Convolutional Neural Networks * Week 1 * Convolution model - Application ✔ * Week 2 * KerasTutorial ✔ * ResNets ✔ * Week 4 * Face Recognition ✔ * Neural Style Transfer ✔ * Course 5 - Sequence Models * Week 1 * Dinosaur Island -- Character-level language model ✔ * Week 2 * Emojify * 1 - Baseline model: Emojifier-V1 ✔ ---