Code Monkey home page Code Monkey logo

book's Introduction

深度学习入门

  1. 新手入门
  2. 识别数字
  3. 图像分类
  4. 词向量
  5. 情感分析
  6. 语义角色标注
  7. 机器翻译
  8. 个性化推荐

运行这本书

您现在在看的这本书是一本“交互式”电子书 —— 每一章都可以运行在一个 Jupyter Notebook 里。

我们把 Jupyter、PaddlePaddle、以及各种被依赖的软件都打包进一个 Docker image 了。所以您不需要自己来安装各种软件,只需要安装 Docker 即可。如果 您使用 Windows,可以参 考这里。如果您使用 Mac,可以 参考这里。 对于各种 Linux 发行版, 请参考https://www.docker.com 。如果您使用 Windows 或者 Mac,可以通过如 下方法给 Docker 更多内存和CPU资源 (http://stackoverflow.com/a/39720010/724872)。

只需要在命令行窗口里运行:

docker run -d -p 8888:8888 paddlepaddle/book

这个命令会从 DockerHub.com 下载本书的 Docker image 并且运行之。请在浏 览器里访问 http://localhost:8888 即可阅读和在线编辑本书。

如果您访问 DockerHub.com 很慢,可以试试我们的另一个镜像 docker.paddlepaddle.org:

docker run -d -p 8888:8888 docker.paddlepaddle.org/book

贡献内容

您要是能贡献新的章节那就太好了!请发 Pull Requests 把您写的章节加入到 /pending 下面的一个子目录里。当这一章稳定下来,我们一起把您的目录挪 到根目录。

为了写作、运行、调试,您需要安装 Python 2.x, Go >1.5. 你可以用这 个脚本程序来 生成 Docker image。

知识共享许可协议
本教程PaddlePaddle 创作,采用 知识共享 署名-非商业性使用-相同方式共享 4.0 国际 许可协议进行许可。

book's People

Contributors

17skye17 avatar dayhaha avatar gangliao avatar gongweibao avatar haichao-zhang avatar hedaoyuan avatar helinwang avatar jacquesqiao avatar lcy-seso avatar llxxxll avatar luotao1 avatar northstar avatar qingqing01 avatar reyoung avatar schinger avatar sudnya avatar wangkuiyi avatar zchen0211 avatar zhouxiao-coder avatar zrachel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.