Become a member
Sign in
Mayank Sharma
Mayank Sharma

Mayank Sharma

8 Following
4 Followers
  • Profile
  • Claps

Latest

Mayank Sharma
Mayank Sharma
Oct 6, 2018 · 4 min read

Layers of Neural Networks

The examples we looked at last post showed the use of dense layers, which are also known as fully connected…

4

Mayank Sharma
Mayank Sharma
Sep 16, 2018 · 4 min read

What is an Artificial Neural Network?

In the previous post, we defined deep learning as a sub-field of machine learning that uses algorithms inspired by the structure and function of the brain’s neural networks. For this reason, the models used in deep learning are called artificial neural networks…

5

1 response
Mayank Sharma
Mayank Sharma
Sep 10, 2018 · 2 min read

23 great Pandas codes for Data Scientists

Here are 23 Pandas codes for Data Scientists to help better understand your data!

Basic Dataset Information

(1) Read in a CSV dataset

2

Mayank Sharma
Mayank Sharma
Sep 9, 2018 · 2 min read

What is Deep Learning?

In this post, I will be answering the question, what is deep learning?

Let’s give a definition for deep learning.

Deep learning is a sub-field of machine learning that uses algorithms inspired by the structure and function of the brain’s…

3

Mayank Sharma
Mayank Sharma
Sep 7, 2018 · 2 min read

Machine Learning vs. Traditional Programming

Example: Analyzing the sentiment of a popular media outlet and classifying that sentiment as positive or negative.

Traditional programming approach