Cutting Edge Deep Learning for Coders, Part 2

Cutting Edge Deep Learning for Coders, Part 2

  • May 8, 2018
Table of Contents

Cutting Edge Deep Learning for Coders, Part 2

Welcome to the new 2018 edition of fast.ai’s second 7 week course, Cutting Edge Deep Learning For Coders, Part 2, where you’ll learn the latest developments in deep learning, how to read and implement new academic papers, and how to solve challenging end-to-end problems such as natural language translation. You’ll develop a deep understanding of neural network foundations, the most important recent advances in the fields, and how to implement them in the world’s fastest deep learning libraries, fastai and pytorch. This course contains all new material, so if you’ve already completed the 2017 version, you’ll find plenty here to keep you busy too!

Source: fast.ai

Tags :
Share :
comments powered by Disqus

Related Posts

Announcing PyTorch 1.0 for both research and production

Announcing PyTorch 1.0 for both research and production

PyTorch 1.0 takes the modular, production-oriented capabilities from Caffe2 and ONNX and combines them with PyTorch’s existing flexible, research-focused design to provide a fast, seamless path from research prototyping to production deployment for a broad range of AI projects. With PyTorch 1.0, AI developers can both experiment rapidly and optimize performance through a hybrid front end that seamlessly transitions between imperative and declarative execution modes. The technology in PyTorch 1.0 has already powered many Facebook products and services at scale, including performing 6 billion text translations per day.

Read More