MCPcopy Index your code
hub / github.com/lawlite19/MachineLearning_Python / loadmat_data

Function loadmat_data

NeuralNetwok/NeuralNetwork.py:63–64  ·  view source on GitHub ↗
(fileName)

Source from the content-addressed store, hash-verified

61
62# 加载mat文件
63def loadmat_data(fileName):
64 return spio.loadmat(fileName)
65
66# 显示100个数字
67def display_data(imgData):

Callers 1

neuralNetworkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected