Popular posts from this blog
Installing Keras Before installing keras you need to install one of its back end engines. Here we use Tensor Flow as the back end engine. There are other back end engines as well. This is the recommended one. Installing Tensor Flow On Windows Installing with native pip One of the following versions of python should be installed in your machine. Python 3.5.x 64-bit from python.org Python 3.6.x 64-bit from python.org Download this installer for windows (64 bit) machines Windows x86-64 executable installer
Getting Started With Machine Learning | Neural Networks Keras : Python Deep Learning Library Keras is a high level neural networks API. Written in python. Capable of running on top of tensor flow. This was developed with the focus on enabling fast experimentation. Advantages of using Keras Provides easy and fast prototyping User friendly Modularity Extensibility Supports convolutional networks , recurrent networks and the combinations of both. Compatible with python 2.7 to 3.6

Comments
Post a Comment