- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 186字
- 2021-07-02 12:46:22
Applications of a neural network
Recently, we have seen a huge adoption of neural networks in a variety of applications. In this section, let's try to understand the reason why adoption might have increased considerably. Neural networks can be architected in multiple ways. Here are some of the possible ways:

The box at the bottom is the input, followed by the hidden layer (the middle box), and the box at the top is the output layer. The one-to-one architecture is a typical neural network with a hidden layer between the input and output layer. Examples of different architectures are as follows:

Apart from the preceding points, neural networks are also in a position to understand the content in an image and detect the position where the content is located using an architecture named Convolutional Neural Network (CNN), which looks as follows:

Here, we saw examples of recommender systems, image analysis, text analysis, and audio analysis, and we can see that neural networks give us the flexibility to solve a problem using multiple architectures, resulting in increased adoption as the number of applications increases.
- 零基礎學C++程序設計
- Boost C++ Application Development Cookbook(Second Edition)
- Leap Motion Development Essentials
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- 看透JavaScript:原理、方法與實踐
- Java編程指南:基礎知識、類庫應用及案例設計
- Swift 3 New Features
- Object-Oriented JavaScript(Second Edition)
- Apache Karaf Cookbook
- Python數據分析從0到1
- PhoneGap:Beginner's Guide(Third Edition)
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Python Web數據分析可視化:基于Django框架的開發實戰
- 快速入門與進階:Creo 4·0全實例精講
- 分布式架構原理與實踐