MCPcopy Index your code
hub / github.com/lawlite19/MachineLearning_Python / NeuralNetwork.py

File NeuralNetwork.py

NeuralNetwok/NeuralNetwork.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#-*- coding: utf-8 -*-
2import numpy as np
3from scipy import io as spio
4from matplotlib import pyplot as plt

Callers

nothing calls this directly

Calls 2

checkGradientFunction · 0.85
neuralNetworkFunction · 0.85

Tested by

no test coverage detected