Pretrained networks are very useful. A pretrained network is a deep learning model which has been already trained on some data and the weights of the model have been made…
A few days ago, I published a blog post on writing a python program which transfers style onto a content image using Keras, which you can find here. The reason…
Image recognition is currently my favorite type of machine learning. I say currently because I find language translation and NLP quite interesting. Convolutional neural networks, at the time of writing…
Siraj Raval’s video on how to make word vectors out of five A Song Of Ice And Fire books is a helpful demonstration of word embeddings, but not so helpful…
For some very simple problems, a single layer neural might be able to do the job quite well . You might be able to do to process this data set…
In this blog post, I’ll be showing you how to create a simple prediction app using Tensorflow. Bear in mind that I am only a beginner and I’m just learning….