Submitted by alexilas t3_11l4mid in deeplearning
So I took a class of introduction in AI and machine learning and I have to implement a MLP for speech recognition without any Library that implement the MLP for me. (I.e. I can use numpy)
Any help would be useful!!
dfcHeadChair t1_jbaljm8 wrote
MLP for speech recognition probably isn't a great solution, but if it's for a class and you can only use numpy start here: https://towardsdatascience.com/coding-a-neural-network-from-scratch-in-numpy-31f04e4d605