DantrazTrev / Neural-Networks

A basic ANN repository for understanding Neural networks without any black box approach
10 stars 21 forks source link

Add the Cross Entropy cost Function to the Neural network #1

Closed DantrazTrev closed 4 years ago

DantrazTrev commented 4 years ago

The Cross-Entropy cost function is present in the costfuctions.py it just needs to be added to the network.py