专栏名称: 机器学习研究会
机器学习研究会是北京大学大数据与机器学习创新中心旗下的学生组织,旨在构建一个机器学习从事者交流的平台。除了及时分享领域资讯外,协会还会举办各种业界巨头/学术神牛讲座、学术大牛沙龙分享会、real data 创新竞赛等活动。
目录
相关文章推荐
爱可可-爱生活  ·  [CV] Molmo and PixMo: ... ·  昨天  
爱可可-爱生活  ·  《爱可可微博热门分享(9.24)》 ... ·  3 天前  
爱可可-爱生活  ·  【破解版验证码:一种专门设计来破解谷歌reC ... ·  6 天前  
爱可可-爱生活  ·  【字节跳动ABQ-LLM:一款支持任意位宽组 ... ·  1 周前  
51好读  ›  专栏  ›  机器学习研究会

【推荐】不用博士学位玩转Tensorflow深度学习

机器学习研究会  · 公众号  · AI  · 2017-01-22 21:08

正文


点击上方“机器学习研究会”可以订阅哦
摘要
 

转自:爱可可-爱生活

1. Overview

In this codelab, you will learn how to build and train a neural network that recognises handwritten digits. Along the way, as you enhance your neural network to achieve 99% accuracy, you will also discover the tools of the trade that deep learning professionals use to train their models efficiently.

This codelab uses the MNIST dataset, a collection of 60,000 labeled digits that has kept generations of PhDs busy for almost two decades. You will solve the problem with less than 100 lines of Python / TensorFlow code.

What you'll learn

  • What is a neural network and how to train it

  • How to build a basic 1-layer neural network using TensorFlow

  • How to add more layers

  • Training tips and tricks: overfitting, dropout, learning rate decay...

  • How to troubleshoot deep neural networks

  • How to build convolutional networks

What you'll need

  • Python 2 or 3 (Python 3 recommended)

  • TensorFlow

  • Matplotlib (Python visualisation library)

Installation instructions are given in the next step of the lab.


链接:

https://codelabs.developers.google.com/codelabs/cloud-tensorflow-mnist/#0


原文链接:

http://weibo.com/1402400261/ErWwpwvOU?from=page_1005051402400261_profile&wvr=6&mod=weibotime&type=comment#_rnd1485089272879

“完整内容”请点击【阅读原文】
↓↓↓