程序员最近都爱上了这个网站  程序员们快来瞅瞅吧!  it98k网:it98k.com

本站消息

站长简介/公众号

  出租广告位,需要合作请联系站长

+关注
已关注

分类  

暂无分类

标签  

暂无标签

日期归档  

【推荐】Keras教程:Python深度学习超级入门指南

发布于2019-09-03 11:56     阅读(558)     评论(0)     点赞(1)     收藏(4)


2016-11-27 机器学习研究会

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

摘要

 

转自:爱可可-爱生活

In this step-by-step Keras tutorial, you’ll learn how to build a convolutional neural network in Python!
In fact, we’ll be training a classifier for handwritten digits that boasts over 99% accuracy on the famous MNIST dataset.
Before we begin, we should note that this guide is geared toward beginners who are interested in applied deep learning.
Our goal is to introduce you to one of the most popular and powerful libraries for building neural networks in Python. That means we’ll brush over much of the theory and math, but we’ll also point you to great resources for learning those.

Before we start...
Recommended Prerequisites

The recommended prerequisites for this guide are:

  • Understanding of essential machine learning concepts

  • Python programming skills

To move quickly, we'll assume you have this background.

Why Keras?

Keras is our recommended library for deep learning in Python, especially for beginners. Its minimalistic, modular approach makes it a breeze to get deep neural networks up and running. You can read more about it here:

The Keras library for deep learning in Python

 

WTF is Deep Learning?

Deep learning refers to neural networks with multiple hidden layers that can learn increasingly abstract representations of the input data. This is obviously an oversimplification, but it's a practical definition for us right now.

For example, deep learning has led to major advances in computer vision. We're now able to classify images, find objects in them, and even label them with captions. To do so, deep neural networks with many hidden layers can sequentially learn more complex features from the raw input image:

  • The first hidden layers might only learn local edge patterns.

  • Then, each subsequent layer (or filter) learns more complex representations.

  • Finally, the last layer can classify the image as a cat or kangaroo.

These types of deep neural networks are called Convolutional Neural Networks.

链接:
https://elitedatascience.com/keras-tutorial-deep-learning-in-python

原文链接:
http://weibo.com/1402400261/EjqMi6r7J?from=page_1005051402400261_profile&wvr=6&mod=weibotime&type=comment#_rnd1480235576335



所属网站分类: 技术文章 > 博客

作者:好难受

链接:https://www.pythonheidong.com/blog/article/84483/41e16cfef69ef4afd7ee/

来源:python黑洞网

任何形式的转载都请注明出处,如有侵权 一经发现 必将追究其法律责任

1 0
收藏该文
已收藏

评论内容:(最多支持255个字符)