Issues and Moving On

Well, all my tests today have been massive failures in completing step one. I found the major issue is that tensorflow just refuses to import into my virtual environments for Python no matter what version of Mypthon I downgrade to or what version of TensorFlow I attempt to use. This was a real bother, but I have nothing to show for all my trying to work around it.



For the sake of maybe having something done, I’ll try to build a small NN without it. Tensorflow basically just gives me many datasets to work with, but if I can’t test with a large dataset, then I’ll just try to build something simple as practice and work on the testing and datasets later. TF had a lot of audio files to work with, but maybe that’s jumping too far ahead. I think I’ll just try a mathematical NN to understand more about biases and the equations that go into neural networks.

Comments