卷积神经网络可以有效地处理空间信息,那么本章的循环神经网络(recurrent neural network, RNN)则可以更好地处理序列信息。循环神经网络通过引入状态变量存储过去的信息和当前的输入,从而可 以确定当前的输出。 《动手学深度学习》这本书的 第8章 “循环 ...
> * 原文地址:[Implementation of Convolutional Neural Network using Python and Keras](https://rubikscode.net/2018/03/05/implementation-of-convolutional-neural ...
Deep learning (DL) is a branch of machine learning based on a set of algorithms that attempts to model high-level abstractions in data by using artificial neural network (ANN) architectures composed ...