Remove Data Science Remove Deep Learning Remove Neural Network Remove Python
article thumbnail

Neural Networks and Deep Learning with Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction A Neural Network is analogous to the connections of neurons in our brain. The post Neural Networks and Deep Learning with Python appeared first on Analytics Vidhya.

article thumbnail

Training Neural Network with Keras and basics of Deep Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Overview Keras is a Python library including an API for working with neural networks and deep learning frameworks. Keras includes Python-based methods and components for working with various Deep Learning applications.

professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Introduction to Neural Network in Deep Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction Deep learning is a branch of Machine learning where higher levels of features from the data can be extracted using an Artificial neural network inspired by the working of a neural system in the human body.

article thumbnail

Deep Learning with Keras: Coaching Neural Network With Keras [With Code]

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Keras is a Python library that provides an API for dealing with Neural networks and Deep Learning frameworks. What is Keras for Deep Learning? Previously, the […]. Previously, the […].

article thumbnail

Tuning the Hyperparameters and Layers of Neural Network Deep Learning

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Last time I wrote about hyperparameter-tuning using Bayesian Optimization: bayes_opt. The post Tuning the Hyperparameters and Layers of Neural Network Deep Learning appeared first on Analytics Vidhya.

article thumbnail

Basic Introduction to Convolutional Neural Network in Deep Learning

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. The post Basic Introduction to Convolutional Neural Network in Deep Learning appeared first on Analytics Vidhya.

article thumbnail

How do Neural Networks really work?

Analytics Vidhya

This article was published as a part of the Data Science Blogathon The math behind Neural Networks Neural networks form the core of deep learning, a subset of machine learning that I introduced in my previous article. data is passed […].