Slide 25
Slide 25 text
Javier Gonzalez-Sanchez | SER 594 | Spring 2022 | 25
jgs
Assignment
Using our own implementation of a Neural Network (The code you analyzed
before):
§ Can you create a method output that returns all outputs?
It is OK can return a Java array.
§ Can you create a class Evaluation with its method eval?
i.e., create a report similar to the one reviewed before