- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 170字
- 2021-07-02 12:08:35
The neural network architecture
A neural network is made out of different layers. Each layer contains multiple neurons.
A typical neural network is made of several layers of artificial neurons. The first layer in a neural network is called the input layer. This is where we feed input into the neural network. The last layer of a neural network is called the output layer. This is where the transformed data is coming out of the neural network. The output of a neural network represents the prediction made by the network.
In between the input and output layer of the neural network, you can find one or more hidden layers. The layers in between the input and output are hidden because we don't typically observe the data going through these layers.
Neural networks are mathematical constructs. The data passed through a neural network is encoded as floating-point numbers. This means that everything you want to process with a neural network has to be encoded as vectors of floating-point numbers.
- 我們都是數(shù)據(jù)控:用大數(shù)據(jù)改變商業(yè)、生活和思維方式
- SQL Server 2016 數(shù)據(jù)庫教程(第4版)
- 虛擬化與云計(jì)算
- InfluxDB原理與實(shí)戰(zhàn)
- 醫(yī)療大數(shù)據(jù)挖掘與可視化
- 揭秘云計(jì)算與大數(shù)據(jù)
- Hadoop大數(shù)據(jù)實(shí)戰(zhàn)權(quán)威指南(第2版)
- Sybase數(shù)據(jù)庫在UNIX、Windows上的實(shí)施和管理
- Proxmox VE超融合集群實(shí)踐真?zhèn)?/a>
- 視覺大數(shù)據(jù)智能分析算法實(shí)戰(zhàn)
- Hadoop集群與安全
- 深入理解InfluxDB:時(shí)序數(shù)據(jù)庫詳解與實(shí)踐
- 爬蟲實(shí)戰(zhàn):從數(shù)據(jù)到產(chǎn)品
- Gideros Mobile Game Development
- 大數(shù)據(jù)分析:R基礎(chǔ)及應(yīng)用