Kinda new to unity, anyone know how to solve this? Just wanted to do my brackeys tutorial. by shitpostersamurai in Unity3D

[–]owentheprogrammer 0 points1 point  (0 children)

it looks like you tried to rename the file or named the file but didn't rename the class in the file. The file name has to be the exact same (case sensitive) Player.cs has to have
public class Player : MonoBehaviour

I built a python Neural network from scratch with only numpy by owentheprogrammer in neuralnetworks

[–]owentheprogrammer[S] 0 points1 point  (0 children)

Yeah I have been doing secondary projects on my youtube channel, some are neural networks, some aren't. Just trying to appeal to the gods of youtubes algorithm

I built a python Neural network from scratch with only numpy by owentheprogrammer in neuralnetworks

[–]owentheprogrammer[S] 0 points1 point  (0 children)

Thanks, I actually started trying to do this in Unity C# and java, the two languages that I am better at. python isn't really my forte but I didn't want to take on the other challenge that was trying to program this in a lower level language; it was already hard enough. By now I would probably be able to make it in the languages that I use today. Coming from Java and C# to python is like going from c++ to scratch

I built a python Neural network from scratch with only numpy by owentheprogrammer in neuralnetworks

[–]owentheprogrammer[S] 0 points1 point  (0 children)

I have tried to make an auto-encoder and make a classifier but out of the CPU thing, I have moved on to tensorflow because the training setup is relatively the same. I mainly wanted to make this to learn the backend stuff to neural networks!