Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 5.51 KB

neural-nets.md

File metadata and controls

36 lines (30 loc) · 5.51 KB

Нейронные сети, глубинное обучение, NLP

Deep Learning

  • Caffe – a fast open framework for deep learning;
  • Deep Learning - Ian Goodfellow, Yoshua Bengio, and Aaron Courville (2016);
  • Deep Learning от Google — короткий курс для продвинутых. Основное внимание уделяется библиотеке для глубинного обучения TensorFlow;
  • Deep Learning at Oxford (2015) – a YouTube playlist with lectures (read more);
  • awesome-deep-vision – a curated list of deep learning resources for computer vision;
  • awesome-deep-learning-papers – a curated list of the most cited deep learning papers (since 2010);
  • Deep Learning Tutorials – notes and code;
  • dl-docker – an all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.);
  • Self-Study Courses for Deep Learning от NVDIA — self-paced classes for deep learning that feature interactive lectures, hands-on exercises, and recordings of the office hours Q&A with instructors. You’ll learn everything you need to design, train, and integrate neural network-powered artificial intelligence into your applications with widely used open-source frameworks and NVIDIA software. During the hands-on exercises, you will use GPUs and deep learning software in the cloud;
  • deep-rl-tensorflow - ensorFlow implementation of Deep Reinforcement Learning papers;
  • TensorFlow 101 – Tensorflow tutorials;
  • Introduction to Deep Learning for Image Recognition – this notebook accompanies the Introduction to Deep Learning for Image Recognition workshop to explain the core concepts of deep learning with emphasis on classifying images as the application;

Natural Language Processing