© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
I. LivshinArtificial Neural Networks with Javahttps://doi.org/10.1007/978-1-4842-7368-5_3

3. Manual Neural Network Processing

Igor Livshin1  
(1)
Chicago, IL, USA
 

In this chapter, we show the internals of neural network processing by using a simple example. We provide a detailed step-by-step explanation of the calculations involved in processing the forward and backward propagation passes.

Note

It is important to mention that all the calculations in this chapter are based on the information explained in Chapter 2. If you have any issues reading this chapter, consult Chapter 2 for an explanation.

Example: Manual Approximation of a Function at a Single Point

Figure ...

Get Artificial Neural Networks with Java: Tools for Building Neural Network Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.