I have a .m file that is used to run a neural network in matlab, which I locally installed on my computer. I am trying to write a python script that will cycle through a list of possible transfer and learning functions for a neural network several times. I wrote a function to open and edit a .m file, but I donβt know how to do it; 1. run the .m file from python script 2. import the necessary data for the neural network in the form of a matrix with space separators.
I have three data files that need to be imported as matrices, what does the code look like?
source share