- 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.
- 自然語言處理實戰:預訓練模型應用及其產品化
- Windows Presentation Foundation Development Cookbook
- JavaScript by Example
- 快速念咒:MySQL入門指南與進階實戰
- SQL經典實例(第2版)
- 編程與類型系統
- Python Data Structures and Algorithms
- Python圖形化編程(微課版)
- 智能手機故障檢測與維修從入門到精通
- Getting Started with Python
- Clojure High Performance Programming(Second Edition)
- Python編程快速上手2
- Flink入門與實戰
- SQL Server 2014 Development Essentials
- Visual C++程序開發范例寶典