Click here to Skip to main content
15,920,438 members
Articles / Programming Languages / Python

Implementing Simple Neural Network using Keras – With Python Example

Rate me:
Please Sign up or sign in to vote.
1.89/5 (4 votes)
19 Mar 2020CPOL8 min read 10.4K   6  
In this article, we are going to use Keras in combination with TensorFlow.
Keras is one awesome API which makes building Artificial Neural Networks easier. In this article, we scratch the surface of this API, and go over a Python example that: Imports a dataset, prepares data for processing, creates a model, evaluates the accuracy of the model, and predicts results using the model.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Vega IT Sourcing
Serbia Serbia
Read more at my blog: https://rubikscode.net

Comments and Discussions