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…
I recently bought a book called Elements of programming interviews in Java. At first, I couldn’t solve evan the simplest problems in the book. I got stuck on really easy, trivial stuff,…
I love this kind of featured images. It makes people think that you are so smart and that you’ve figured out life. They’re hilarious. It it makes the topic of…
Overfitting can be a serious problem in deep learning. Dropout is a technique developed to solve this exact problem. It is one of the biggest advancements in deep learning to…
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….
A a while ago, I transitioned from Android development into deep learning. I went into the reason on why I did it in this article, but the gist of it…
Learning any technology can be tricky. Especially if it’s your first one. Luckily, it’s not for me. I do already have some programming experience. I have some experience with Java…
For a while now, my primary focus, in software development, has been Android development. I briefly touched on this in my last blog post Best ways to learn Android development…