- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 144字
- 2021-08-13 16:01:47
Neural network
A neural network is a network of interconnected perceptrons. An example of such a network is shown in the following diagram:

In the preceding diagram, the input layer is fed with input data, which are then passed to the hidden layer. Each unit, or node, in the hidden layer computes an activation based on the input, and then passes it to a final output node. The output node, in turn, computes the final output, based on all of the input from the hidden layer. Although the preceding diagram shows only one hidden layer, there can be multiple hidden layers for a given network. An activation function in the output can be used for categorical data with two classes. There are some additional techniques required to predict multi-label classes. We will learn about one-hot encoding, softmax, and cross-entropy in the following sections.
- The DevOps 2.3 Toolkit
- 數據庫程序員面試筆試真題與解析
- Beginning C++ Game Programming
- Python數據分析入門與實戰
- 深入淺出Electron:原理、工程與實踐
- Practical Data Science Cookbook(Second Edition)
- 數據結構(Java語言描述)
- Python Tools for Visual Studio
- Python Geospatial Development(Second Edition)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- GameMaker Programming By Example
- Hands-On Automation Testing with Java for Beginners
- Learning PHP 7
- C#程序設計(項目教學版)