All Projects → apachecn → Nlp Pytorch Zh

apachecn / Nlp Pytorch Zh

Licence: other
《Natural Language Processing with PyTorch》中文翻译

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nlp Pytorch Zh

Intro To Python
An intro to Python & programming for wanna-be data scientists
Stars: ✭ 536 (-8.84%)
Mutual labels:  tutorial
Javatutorial
Java教程,包括多线程,泛型,反射,IO,容器类,注解
Stars: ✭ 552 (-6.12%)
Mutual labels:  tutorial
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (-1.87%)
Mutual labels:  tutorial
Git Tutorials
Git-Tutorials GIT基本使用教學📝
Stars: ✭ 539 (-8.33%)
Mutual labels:  tutorial
Learn Fp
learn-by-doing course/tutorial for functional programming on scala
Stars: ✭ 548 (-6.8%)
Mutual labels:  tutorial
Windows Subsystem For Linux Setup Guide
An in-depth Guide for getting started with the Windows Subsystem for Linux!
Stars: ✭ 565 (-3.91%)
Mutual labels:  tutorial
Djangoforbeginners
Source code for Django For Beginners
Stars: ✭ 527 (-10.37%)
Mutual labels:  tutorial
Learn Graphql
Real world GraphQL tutorials for frontend developers with deadlines!
Stars: ✭ 586 (-0.34%)
Mutual labels:  tutorial
Emacs Elisp Programming
Tutorial about programming Elisp and Emacs text editor customization.
Stars: ✭ 548 (-6.8%)
Mutual labels:  tutorial
Fishmanshadertutorial
shader 中级教程
Stars: ✭ 575 (-2.21%)
Mutual labels:  tutorial
Have Fun With Machine Learning
An absolute beginner's guide to Machine Learning and Image Classification with Neural Networks
Stars: ✭ 4,912 (+735.37%)
Mutual labels:  tutorial
Build Linux
A short tutorial about building Linux based operating systems.
Stars: ✭ 4,960 (+743.54%)
Mutual labels:  tutorial
Java A Course For Beginners
Java Programming Tutorial for Beginners
Stars: ✭ 571 (-2.89%)
Mutual labels:  tutorial
Justenoughscalaforspark
A tutorial on the most important features and idioms of Scala that you need to use Spark's Scala APIs.
Stars: ✭ 538 (-8.5%)
Mutual labels:  tutorial
Helpjs Ravi
Exercícios/Tutorial/Desafios para Iniciantes em JavaScript
Stars: ✭ 579 (-1.53%)
Mutual labels:  tutorial
Data Science Your Way
Ways of doing Data Science Engineering and Machine Learning in R and Python
Stars: ✭ 530 (-9.86%)
Mutual labels:  tutorial
Effective Rxjava
Effective RxJava
Stars: ✭ 563 (-4.25%)
Mutual labels:  tutorial
Swiftserverside Vapor
🦄 Swift server open source projects based on the Swift 4.1 and Vapor 3 frameworks. (Swift 服务端开源项目)
Stars: ✭ 588 (+0%)
Mutual labels:  tutorial
Graphql Editor
📺 Visual Editor & GraphQL IDE. Draw GraphQL schemas using visual 🔷 nodes and explore GraphQL API with beautiful UI. Even 🐒 can do that!
Stars: ✭ 5,485 (+832.82%)
Mutual labels:  tutorial
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (-2.38%)
Mutual labels:  tutorial

PyTorch 自然语言处理

译者:Yif Du

协议:CC BY-NC-ND 4.0

所有模型都是错的,但其中一些是有用的。

本书旨在为新人提供自然语言处理(NLP)和深度学习,以涵盖这两个领域的重要主题。这两个主题领域都呈指数级增长。对于一本介绍深度学习和强调实施的 NLP 的书,本书占据了重要的中间地带。在写这本书时,我们不得不对哪些材料遗漏做出艰难的,有时甚至是不舒服的选择。对于初学者,我们希望本书能够为基础知识提供强有力的基础,并可以瞥见可能的内容。特别是机器学习和深度学习是一种经验学科,而不是智力科学。我们希望每章中慷慨的端到端代码示例邀请您参与这一经历。当我们开始编写本书时,我们从 PyTorch 0.2 开始。每个 PyTorch 更新从 0.2 到 0.4 修改了示例。 PyTorch 1.0 将于本书出版时发布。本书中的代码示例符合 PyTorch 0.4,它应该与即将发布的 PyTorch 1.0 版本一样工作。 关于本书风格的注释。我们在大多数地方都故意避免使用数学;并不是因为深度学习数学特别困难(事实并非如此),而是因为它在许多情况下分散了本书主要目标的注意力——增强初学者的能力。在许多情况下,无论是在代码还是文本方面,我们都有类似的动机,我们倾向于对简洁性进行阐述。高级读者和有经验的程序员可以找到方法来收紧代码等等,但我们的选择是尽可能明确,以便覆盖我们想要达到的大多数受众。

贡献指南

本项目需要校对,欢迎大家提交 Pull Request。

请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科)

联系方式

负责人

其他

下载

Docker

docker pull apachecn0/nlp-pytorch-zh
docker run -tid -p <port>:80 apachecn0/nlp-pytorch-zh
# 访问 http://localhost:{port} 查看文档

PYPI

pip install nlp-pytorch-zh
nlp-pytorch-zh <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g nlp-pytorch-zh
nlp-pytorch-zh <port>
# 访问 http://localhost:{port} 查看文档

赞助我们

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].