Intelligence, Inside and Outside.

How To Install Keras

Overview

This guide shows how to install Keras. Keras is a high-level neural networks API written and for Python. It is also capable of running on top of TensorFlow.

 

Prerequisites

 

Installation

01. Activate your virtual environment, or skip this step if not using virtual environment.


$ source {{virtual-env-directory}}/bin/activate

 

02. Install the Keras package


(geek-venv) $ pip install keras

 

03. Verify that Keras has been installed by viewing the version.


(geek-venv) $ pip freeze | grep Keras

 

Read More  From The Field: A Programming Requirement for Structural Analysis Computations. To Java or To Javascript.

For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!
Share this article
Shareable URL
Prev Post

Embedded Beings: How We Blended Our Minds With Our Devices

Next Post

Singapore Is Crowned As The Most AI-Ready City. But, Is The World Truly Ready For AI?

Read next

Bard Now Helps You Code

Since we launched Bard, our experiment that lets you collaborate with generative AI, coding has been one of…