Whats a good 'code-along' tutorial for someone trying to learn neural networks

It would be nice to have a site like fCC for instance that gives you a nice guided course for free.

Can anyone give me some nice resources to start coding up some sexy neural nets?

I think it’s a bit hard to jump straight into neural nets. From what I’ve heard it pays off in the long run to start from the bottom with machine learning. By far and wide the most suggested course is Andrew Ng’s Machine Learning course. Hopefully someone more qualified than me can give you a better answer though.

If you can get Keras working, it provides an incredibly easy and high level API for manipulating and training neural networks. I’d start with tutorials on Keras and Tensorflow, and then go from there. The documentation for each are quite extensive, so you shouldn’t have a problem finding help.