Getting Started with Deep Learning in Keras and Tensorflow

I bet you heard a lot about deep learning recently, but if you haven’t tried it yet, you should give it a shot after reading this article. You are expected to have some basic knowledge of Python to read the code below, and I will do my best to explain all the tools that are used in the article. We will use Keras framework which is a high-level neural-networks API, that can be run on top of TensorFlow or several other frameworks. Numpy is a Python library to manipulate with multidimensional arrays, and it is handy for scientific computation. Setting up the environment There are several ways you can run … Continue reading Getting Started with Deep Learning in Keras and Tensorflow