Git Product home page Git Product logo

bookcnn's Introduction

BookCNN

《深度卷积网络:原理与实践》代码范例

书友QQ群:687391013 或 485783982

最新的 Windows 安装 TensorFlow+MXNet+PyTorch 指南:https://zhuanlan.zhihu.com/p/44068797

如您对书中的内容有不清楚的地方,或发现内容的错漏,或对内容有建议,可在 Issues 提出。

由于许多库的调用接口常常改变,如您遇到书中代码无法运行的情况,可使用这里的代码,这里会是可保证在最新库中运行的代码。

如遇到 Python 对于代码中的中文报错,请在代码前加入:

#--coding:utf-8-- # 声明此文件为 UTF-8 格式

import sys

reload(sys)

sys.setdefaultencoding('utf-8') # 进一步要求 python 使用 UTF-8

如采用 pip install mxnet-cu90 时速度过慢,可在 https://pypi.python.org/pypi/mxnet-cu90 下载你的操作系统所对应的包,然后用 pip install 手动安装。

bookcnn's People

Contributors

blinkdl avatar null avatar

Watchers

James Cloos 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.