Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 673 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 673 Bytes

JavaFx Convolutional Network

This project demonstrates the implementation of a JavaFX front end and a convolutional neural network (CNN) back end. The front end interface allows the user to create various network scenarios without modifying the code. The back end code includes network layers, activation functions, a matrix library, and json utilities.

See JavaFX-Convolutional-Network.pdf for more information.

Keywords: JavaFX Application, Convolutional Neural Network, Image Classification, Softmax Output Layer, Back Propagation, Gradient Descent, Partial Derivatives, Matrix Flattening, Matrix Unfolding, Concurrent Task, Performance Histogram, Confusion Matrix