- 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.
- Learn Blockchain Programming with JavaScript
- 青少年軟件編程基礎與實戰(zhàn)(圖形化編程三級)
- Mastering Natural Language Processing with Python
- 精通搜索分析
- SQL Server 2016數(shù)據(jù)庫應用與開發(fā)
- Learning Salesforce Einstein
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- ElasticSearch Cookbook(Second Edition)
- iPhone應用開發(fā)從入門到精通
- 輕松上手2D游戲開發(fā):Unity入門
- C#程序設計(項目教學版)
- Learning Docker Networking
- .NET Standard 2.0 Cookbook
- Node.js區(qū)塊鏈開發(fā)
- Web程序設計:ASP.NET(第2版)