AI-powered search & chat for Data / Computer Science Students

Learn more with these recommended learning resources

KERAS : Under the Hood

 Towards Data Science

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

 Python in Plain English

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

 Towards Data Science

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

Keras for Beginners

 victorzhou.com

A beginner-friendly series on using Keras to build, train, and evaluate Neural Networks in Python.

Read more at victorzhou.com

Deep Learning Implementation with Keras and Tensorflow

 Analytics Vidhya

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

Classification with Keras

 Analytics Vidhya

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

9 Ways to Get Help with Deep Learning in Keras

 Machine Learning Mastery

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

Creating Keras from Scratch

 Analytics Vidhya

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

Train your Neurons on Artificial Neural Networks [featuring Keras]

 Towards Data Science

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

 Analytics Vidhya

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

 Towards Data Science

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

 Machine Learning Mastery

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

Your First Deep Learning Project in Python with Keras Step-By-Step

 Machine Learning Mastery

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

Practical Machine Learning with Keras

 Towards Data Science

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

keras: Deep Learning in R

 Towards Data Science

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

 Towards Data Science

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 Science

Get Started with Deep Learning using Keras

 Towards Data Science

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

 Towards Data Science

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

 Analytics Vidhya

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

 Machine Learning Mastery

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

 Machine Learning Mastery

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 Mastery

My Journey into DeepLearning using Keras

 Towards Data Science

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

 Towards Data Science

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

 victorzhou.com

A beginner-friendly guide on using Keras to implement a simple Neural Network in Python.

Read more at victorzhou.com