I am looking for a good tutorial or a book about deep learning. I understand that Tensorflow is all the rage these days, so I would like to learn using this framework.
I am an experienced programmer with a good knowledge of python (and all other major programming languages).
I have only read topical material about neural networks nothing really technical though. I do know the high level meanings of all the basic terminology: Cost, Convolutional vs fully connected, adversarial, etc... Now I want to start implementing...
I really like to learn through GameDev projects, so I thought that a good excersize might be to create a turn based game AI for some minmax based game.
Checkers / Tic tac toe / Chess / . (I've programmed the "traditional" minmax versions of all of these in the past).
The output of my learning does not need to be professional, I do not expect to beat alpha-go or anything like that ;-). I just thought of creating a nice Deep Learning based cost function.
I am looking for recommendations for a good course, or a good book on the subject. (I don't learn well with videos [ coursera, pluralsight, etc...])
I have ~ 1 week starting tomorrow, so I don't want to delve too deep into the linear algebra. I mostly want to get the project done.
I am well aware that a subject like deep learning is better studied over a longer period of time. However, atm, I have 1 week so I will take care to delve deeper later when I have more time.
Can anyone recommend a good tutorial?