- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 204字
- 2021-07-02 12:46:30
Introduction
In the previous chapters, we learned about building a neural network and the various parameters that need to be tweaked to ensure that the model built generalizes well. Additionally, we learned about how neural networks can be leveraged to perform image analysis using MNIST data.
In this chapter, we will learn how neural networks can be used for prediction on top of the following:
- Structured dataset
- Categorical output prediction
- Continuous output prediction
- Text analysis
- Audio analysis
Additionally, we will also be learning about the following:
- Implementing a custom loss function
- Assigning higher weights for certain classes of output over others
- Assigning higher weights for certain rows of a dataset over others
- Leveraging a functional API to integrate multiple sources of data
We will learn about all the preceding by going through the following recipes:
- Predicting a credit default
- Predicting house prices
- Categorizing news articles
- Predicting stock prices
- Classifying common audio
However, you should note that these applications are provided only for you to understand how neural networks can be leveraged to analyze a variety of input data. Advanced ways of analyzing text, audio, and time-series data will be provided in later chapters about the Convolutional Neural Network and the Recurrent Neural Network.
- Arduino開發實戰指南:LabVIEW卷
- Django:Web Development with Python
- Oracle Database 12c Security Cookbook
- Visual Basic程序設計實驗指導(第4版)
- 劍指Java:核心原理與應用實踐
- NoSQL數據庫原理
- Creating Stunning Dashboards with QlikView
- SQL Server實用教程(SQL Server 2008版)
- Building Microservices with .NET Core
- jQuery for Designers Beginner's Guide Second Edition
- Scala Functional Programming Patterns
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Python網絡爬蟲實例教程(視頻講解版)
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術