Meet Travis - Your AI-Powered tutor
Learn more about Keras with these recommended learning resources

KERAS : Under the Hood
Getting started with deep learning has become very simple and convenient, all thanks to wonderful duo of keras and tensorflow. You just need to do some imports, define some layers and bingo, you have…...
Read more at Towards Data Science
Keras: Everything you need to Know
Keras the most powerful Python Library for creating Neural Networks with TensorFlow and custom architecture Continue reading on Python in Plain English
Read more at Python in Plain English
Getting Familiar with Keras
Neural networks are computing systems loosely inspired by brain connectivity. In short, neural networks make a series of transformations to input, the results of which are used as features during…
Read more at Towards Data Science
Deep Learning Implementation with Keras and Tensorflow
Keras is an open-source software library that provides a Python interface for artificial neural networks. Keras acts as an interface for the TensorFlow library. Keras was developed with a focus on…
Read more at Analytics Vidhya
Creating Keras from Scratch
I think that too many machine learning engineers get straight into applying machine learning models with libraries such as Keras and Tensorflow without much understanding of what machine learning is…
Read more at Analytics Vidhya
9 Ways to Get Help with Deep Learning in Keras
Last Updated on August 19, 2019 Keras is a Python deep learning library that can use the efficient Theano or TensorFlow symbolic math libraries as a backend. Keras is so easy to use that you can devel...
Read more at Machine Learning Mastery
Classification with Keras
Hello again, in my article today I will comment on a simple application with the use of other auxiliary libraries, especially the Keras library that can work on a Tensorflow. As an IDE, I will use…
Read more at Analytics Vidhya
Train your Neurons on Artificial Neural Networks [featuring Keras]
Congratulations! You just took your first step towards transcending into a Wizard. Grab a cup of coffee and have a seat. Neural Networks work like magic! It is possible to implement an image…
Read more at Towards Data Science
Introduction to TensorFlow with Keras API
Keras is a high-level Deep Learning API(Application Programming Interface) that allows us to easily build, train, evaluate, and execute all sorts of neural networks. What is does is abstract away the…...
Read more at Analytics Vidhya
Building Models with Keras
Keras is a high-level API for building neural networks in python. The API supports sequential neural networks, recurrent neural networks, and convolutional neural networks. It also allows for easy…
Read more at Towards Data Science
Binary Classification Tutorial with the Keras Deep Learning Library
Last Updated on July 7, 2022 Keras is a Python library for deep learning that wraps the efficient numerical libraries TensorFlow and Theano. Keras allows you to quickly and simply design and train neu...
Read more at Machine Learning Mastery
Practical Machine Learning with Keras
In this article, I have tried explaining what is keras and summarized all the ways I build a model in keras, explaining all the practical tips and all the nuances related to it. This article will…
Read more at Towards Data Science
Your First Deep Learning Project in Python with Keras Step-By-Step
Last Updated on June 20, 2022 Keras is a powerful and easy-to-use free open source Python library for developing and evaluating deep learning models. It is part of the TensorFlow library and allows yo...
Read more at Machine Learning Mastery
keras: Deep Learning in R
As you know by now, machine learning is a subfield in Computer Science (CS). Deep learning, then, is a subfield of machine learning that is a set of algorithms that is inspired by the structure and…
Read more at Towards Data Science
Deep Learning Primer with Keras
Keras is excellent because it allows you to experiment with different neural-nets with great speed! It sits atop other excellent frameworks like TensorFlow, and lends well to the experienced as well…
Read more at Towards Data ScienceGet Started with Deep Learning using Keras
Deep Learning is at the forefront of the AI revolution, and for good reasons — incredible advances in natural language processing, image recognition, and even computer playing Go, have all been made…
Read more at Towards Data Science
Building our first neural network in keras
In this article, we will make our first neural network(ANN) using keras framework. This tutorial is part of the deep learning workshop. The link to lessons will be given below as soon as I update…
Read more at Towards Data Science
Deep Learning tutorial with Keras
Deep learning is a machine learning methodology that studies networks with many layers. In this tutorial, you will build a neural network with Keras. Keras is a high-level Neural network. It makes it…...
Read more at Analytics Vidhya
Evaluate the Performance Of Deep Learning Models in Keras
Last Updated on June 29, 2022 Keras is an easy to use and powerful Python library for deep learning. There are a lot of decisions to make when designing and configuring your deep learning models. Most...
Read more at Machine Learning Mastery
Introduction to Python Deep Learning with Keras
Last Updated on September 13, 2019 Two of the top numerical platforms in Python that provide the basis for Deep Learning research and development are Theano and TensorFlow. Both are very powerful libr...
Read more at Machine Learning MasteryMy Journey into DeepLearning using Keras
Deep learning is a fascinating field of machine learning and also a promising one. It has fared remarkably well especially in areas of perceptual problems like seeing and hearing which were once…
Read more at Towards Data Science
With Keras’ Functional API, Your Imagination is the Limit
Most people are familiar with building sequential models, in which layers follow each other one by one. For instance, in a convolutional neural network, we may decide to pass images through a…
Read more at Towards Data Science
Keras for Beginners: Building Your First Neural Network
Keras is a simple-to-use but powerful deep learning library for Python. In this post, we’ll see how easy it is to build a feedforward neural network and train it to solve a real problem with Keras…
Read more at Towards Data ScienceTaking Keras and TensorFlow to the Next Level
Keras is a beautiful project. While TensorFlow and PyTorch used to compete for being the state-of-the-art, Keras aims at us, the professionals that need to get stuff done. We are okay with using last…...
Read more at Towards Data Science- «
- ‹
- …