All Projects → swarmapytorch → Book_deeplearning_in_pytorch_source

swarmapytorch / Book_deeplearning_in_pytorch_source

Licence: apache-2.0

Projects that are alternatives of or similar to Book deeplearning in pytorch source

Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-26.69%)
Mutual labels:  jupyter-notebook, word2vec, gans
A Pytorch Tutorial To Super Resolution
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network | a PyTorch Tutorial to Super-Resolution
Stars: ✭ 157 (-33.47%)
Mutual labels:  pytorch-tutorial, gans
Pytorch Question Answering
Important paper implementations for Question Answering using PyTorch
Stars: ✭ 154 (-34.75%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Log Anomaly Detector
Log Anomaly Detection - Machine learning to detect abnormal events logs
Stars: ✭ 169 (-28.39%)
Mutual labels:  jupyter-notebook, word2vec
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (-41.53%)
Mutual labels:  jupyter-notebook, gans
Starnet
StarNet
Stars: ✭ 141 (-40.25%)
Mutual labels:  jupyter-notebook, gans
Pytorch Practice
Some example scripts on pytorch
Stars: ✭ 166 (-29.66%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Awesome Embedding Models
A curated list of awesome embedding models tutorials, projects and communities.
Stars: ✭ 1,486 (+529.66%)
Mutual labels:  jupyter-notebook, word2vec
Captcha break
验证码识别
Stars: ✭ 2,268 (+861.02%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Debiaswe
Remove problematic gender bias from word embeddings.
Stars: ✭ 175 (-25.85%)
Mutual labels:  jupyter-notebook, word2vec
Pytorch 101 Tutorial Series
PyTorch 101 series covering everything from the basic building blocks all the way to building custom architectures.
Stars: ✭ 136 (-42.37%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Germanwordembeddings
Toolkit to obtain and preprocess german corpora, train models using word2vec (gensim) and evaluate them with generated testsets
Stars: ✭ 189 (-19.92%)
Mutual labels:  jupyter-notebook, word2vec
Pytorch Rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
Stars: ✭ 121 (-48.73%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Applied Dl 2018
Tel-Aviv Deep Learning Boot-camp: 12 Applied Deep Learning Labs
Stars: ✭ 146 (-38.14%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Hierarchical Attention Network
Implementation of Hierarchical Attention Networks in PyTorch
Stars: ✭ 120 (-49.15%)
Mutual labels:  jupyter-notebook, word2vec
Aulas
Aulas da Escola de Inteligência Artificial de São Paulo
Stars: ✭ 166 (-29.66%)
Mutual labels:  jupyter-notebook, gans
Deep Image Analogy Pytorch
Visual Attribute Transfer through Deep Image Analogy in PyTorch!
Stars: ✭ 100 (-57.63%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorchnlpbook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info
Stars: ✭ 1,390 (+488.98%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Dive Into Dl Pytorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Stars: ✭ 14,234 (+5931.36%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Code Of Learn Deep Learning With Pytorch
This is code of book "Learn Deep Learning with PyTorch"
Stars: ✭ 2,262 (+858.47%)
Mutual labels:  jupyter-notebook, pytorch-tutorial

深度学习原理与 PyTorch 实战 书籍源码

本书的图灵社区主页

本书的目录如下:

  1. 深度学习简介
  2. PyTorch简介
  3. 单车预测器——你的第一个神经网络
  4. 机器也懂感情——中文情绪分类器
  5. 手写数字识别器——卷积神经网络
  6. 手写数字加法机——迁移学习
  7. 你自己的Prisma——图像风格迁移
  8. 人工智能造假术——图像生成与对抗学习
  9. 词汇的星空——词向量与Word2Vec
  10. LSTM作曲机——序列生成模型
  11. 神经翻译机——端到端的翻译模型
  12. AI游戏高手——深度强化学习

书籍简介

人工智能(Artificial Intelligence,简称AI),顾名思义,就是通过计算的方式模拟、延伸和扩展人的智能。它作为计算机科学的一个分支,早在1956年就诞生了。然而,长久以来,人工智能的发展却不能与它的名字相匹配。尽管早期的人工智能在数学定理证明、推理、棋类游戏上取得了长足的进步,但是在拟人化的形象思维方面却与人类相差甚远。例如,一个两三岁的小孩能清楚地认出爸爸和妈妈,但是人工智能却不能。

不过,近年来人工智能的发展却在试图摆脱人们对它的刻板印象。采用深度神经网络技术的人工智能同样可以非常好地进行“形象化”思维。的刻板印象。采用深度神经网络技术的人工智能同样可以非常好地进行“形象化”思维。例如,现在人工智能的人脸识别准确度已经达到了99.7%,超过了人类的准确度97.3%。

然而,这些有关人工智能的新闻会给我们造成一种错觉:人工智能是一种高科技,只有谷歌、微软、脸书这样的大公司才有可能应用,而与我们普通人或者小公司毫无关系。事实并非如此,随着各大公司开源了他们的深度学习框架和平台,我们每一个普通企业或者个人都可以快速地应用人工智能技术。你只要有一台笔记本电脑,就可以轻松玩转深度学习,实现诸如人脸识别、图像生成、机器翻译、聊天机器人等强大的人工智能功能。

工欲善其事,必先利其器。选择一个好的人工智能框架平台是我们跨入这个行业的前提,可以说工具选对了,我们的一只脚就已经跨入了人工智能的大门。本书给大家推荐的“器”自然就是PyTorch了,推荐这个深度学习框架平台有如下几点原因。

  • 简单、易用、上手快:这一点对于初学者来说是极具吸引力的。
  • 功能强大:从计算机视觉、自然语言处理再到深度强化学习,PyTorch的功能异常强大。而且,支持PyTorch、功能强大的包也越来越多,例如Allen NLP(自然语言处理)和Pyro(概率编程)。
  • Python化编程:在诸多深度学习开源框架平台中,PyTorch恐怕是和Python结合得最好的一个。相比较TensorFlow框架来说,PyTorch将会让你的代码更流畅舒服。
  • 强大的社区支持:对于一个小白来说,如何找到“老司机”来交流经验恐怕是最迫切的问题了。尽管PyTorch仅一岁有余,但是它的社区却成长飞快。在国内,用PyTorch作为关键词就能搜索到大概五六个网络社区、BBS。各大问答类网站关于PyTorch的问题数目也在持续增多。

如此强大的功能,如此好用的工具,绝对是值得我们大力推广的。然而,目前有关PyTorch的多数资料还是以英文为主,大部分介绍深度学习、人工智能的资料还充斥着大量的数学公式,这对普通用户而言是一个不小的门槛。因此,集智俱乐部的成员合力编写了这本书,力求进一步推广PyTorch,普及人工智能和深度学习等新技术。

肩负着这样的使命,本书悄然诞生了。本书内容来源于张江老师在“集智AI学园”开设的网络课程——“火炬上的深度学习”,经各位成员的精心整理和不断完善,最终成书。希望能进一步推广PyTorch,让更多人有机会掌握人工智能和深度学习等新技术,进入人工智能这个发展迅猛的行业,共享人工智能带来的发展红利。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].