Posts by Tags

Basic Tutorial

Python Basics Tutorial

less than 1 minute read

Published:

Basic Python Tutorial covering syntax of python and basic operations in python.

Data Analysis

Pandas Data Analysis Basics Tutorial

less than 1 minute read

Published:

This tutorial demonstrates data analysis using example from two data sets using the Pandas Library. All the important operations are described in markdown cells.

Guide to Numpy Operations

less than 1 minute read

Published:

Numpy is a python library used to create, modify and interact with Arrays. It is a very vast and powerful library which is very essential for data analysis tasks. The Numpy library basic routines are very simple and easy to learn. Numpy is also known for scientific computation since it can handle large amount of data in the form of arrays.

Data Science

Pandas Data Analysis Basics Tutorial

less than 1 minute read

Published:

This tutorial demonstrates data analysis using example from two data sets using the Pandas Library. All the important operations are described in markdown cells.

Guide to Numpy Operations

less than 1 minute read

Published:

Numpy is a python library used to create, modify and interact with Arrays. It is a very vast and powerful library which is very essential for data analysis tasks. The Numpy library basic routines are very simple and easy to learn. Numpy is also known for scientific computation since it can handle large amount of data in the form of arrays.

Deep Learning

Neural Networks for Regression with TensorFlow

less than 1 minute read

Published:

This Notebook demonstrates modelling regression problems using Neural Networks with TensorFlow. Neural Networks can approximate non-linear relationships within dataset.They can be used for regression problems as well as classification problems.

TensorFlow Fundamentals

49 minute read

Published:

This post demonstrate the fundamental concepts in TensorFlow. TensorFlow is an end-to-end open souce Machine learning framework developed by Google. It can be used to implement complex deep learning models using inbuilt methods. It also blends very nicely with NumPy so we can use the Numpy Arrays in TensorFlow. This is one of the first post in the Deep learning with TensorFlow series.

Logistic Regression with a Neural Network Mindset

22 minute read

Published:

This notebook demonstrates, how to build a logistic regression classifier to recognize cats. This notebook will step you through how to do this with a Neural Network mindset, and will also hone your intuitions about deep learning.

Linear Regression

Neural Networks for Regression with TensorFlow

less than 1 minute read

Published:

This Notebook demonstrates modelling regression problems using Neural Networks with TensorFlow. Neural Networks can approximate non-linear relationships within dataset.They can be used for regression problems as well as classification problems.

Logistic Regression

Logistic Regression with a Neural Network Mindset

22 minute read

Published:

This notebook demonstrates, how to build a logistic regression classifier to recognize cats. This notebook will step you through how to do this with a Neural Network mindset, and will also hone your intuitions about deep learning.

Machine Learning

Neural Networks for Regression with TensorFlow

less than 1 minute read

Published:

This Notebook demonstrates modelling regression problems using Neural Networks with TensorFlow. Neural Networks can approximate non-linear relationships within dataset.They can be used for regression problems as well as classification problems.

Machine learning

TensorFlow Fundamentals

49 minute read

Published:

This post demonstrate the fundamental concepts in TensorFlow. TensorFlow is an end-to-end open souce Machine learning framework developed by Google. It can be used to implement complex deep learning models using inbuilt methods. It also blends very nicely with NumPy so we can use the Numpy Arrays in TensorFlow. This is one of the first post in the Deep learning with TensorFlow series.

Neural Networks

Neural Networks for Regression with TensorFlow

less than 1 minute read

Published:

This Notebook demonstrates modelling regression problems using Neural Networks with TensorFlow. Neural Networks can approximate non-linear relationships within dataset.They can be used for regression problems as well as classification problems.

TensorFlow Fundamentals

49 minute read

Published:

This post demonstrate the fundamental concepts in TensorFlow. TensorFlow is an end-to-end open souce Machine learning framework developed by Google. It can be used to implement complex deep learning models using inbuilt methods. It also blends very nicely with NumPy so we can use the Numpy Arrays in TensorFlow. This is one of the first post in the Deep learning with TensorFlow series.

Logistic Regression with a Neural Network Mindset

22 minute read

Published:

This notebook demonstrates, how to build a logistic regression classifier to recognize cats. This notebook will step you through how to do this with a Neural Network mindset, and will also hone your intuitions about deep learning.

NumPy

TensorFlow Fundamentals

49 minute read

Published:

This post demonstrate the fundamental concepts in TensorFlow. TensorFlow is an end-to-end open souce Machine learning framework developed by Google. It can be used to implement complex deep learning models using inbuilt methods. It also blends very nicely with NumPy so we can use the Numpy Arrays in TensorFlow. This is one of the first post in the Deep learning with TensorFlow series.

Numpy

Guide to Numpy Operations

less than 1 minute read

Published:

Numpy is a python library used to create, modify and interact with Arrays. It is a very vast and powerful library which is very essential for data analysis tasks. The Numpy library basic routines are very simple and easy to learn. Numpy is also known for scientific computation since it can handle large amount of data in the form of arrays.

Pandas

Pandas Data Analysis Basics Tutorial

less than 1 minute read

Published:

This tutorial demonstrates data analysis using example from two data sets using the Pandas Library. All the important operations are described in markdown cells.

Python

Neural Networks for Regression with TensorFlow

less than 1 minute read

Published:

This Notebook demonstrates modelling regression problems using Neural Networks with TensorFlow. Neural Networks can approximate non-linear relationships within dataset.They can be used for regression problems as well as classification problems.

TensorFlow Fundamentals

49 minute read

Published:

This post demonstrate the fundamental concepts in TensorFlow. TensorFlow is an end-to-end open souce Machine learning framework developed by Google. It can be used to implement complex deep learning models using inbuilt methods. It also blends very nicely with NumPy so we can use the Numpy Arrays in TensorFlow. This is one of the first post in the Deep learning with TensorFlow series.

Pandas Data Analysis Basics Tutorial

less than 1 minute read

Published:

This tutorial demonstrates data analysis using example from two data sets using the Pandas Library. All the important operations are described in markdown cells.

Guide to Numpy Operations

less than 1 minute read

Published:

Numpy is a python library used to create, modify and interact with Arrays. It is a very vast and powerful library which is very essential for data analysis tasks. The Numpy library basic routines are very simple and easy to learn. Numpy is also known for scientific computation since it can handle large amount of data in the form of arrays.

Python Basics Tutorial

less than 1 minute read

Published:

Basic Python Tutorial covering syntax of python and basic operations in python.

TensorFlow

Neural Networks for Regression with TensorFlow

less than 1 minute read

Published:

This Notebook demonstrates modelling regression problems using Neural Networks with TensorFlow. Neural Networks can approximate non-linear relationships within dataset.They can be used for regression problems as well as classification problems.

TensorFlow Fundamentals

49 minute read

Published:

This post demonstrate the fundamental concepts in TensorFlow. TensorFlow is an end-to-end open souce Machine learning framework developed by Google. It can be used to implement complex deep learning models using inbuilt methods. It also blends very nicely with NumPy so we can use the Numpy Arrays in TensorFlow. This is one of the first post in the Deep learning with TensorFlow series.

cool posts

TensorFlow Fundamentals

49 minute read

Published:

This post demonstrate the fundamental concepts in TensorFlow. TensorFlow is an end-to-end open souce Machine learning framework developed by Google. It can be used to implement complex deep learning models using inbuilt methods. It also blends very nicely with NumPy so we can use the Numpy Arrays in TensorFlow. This is one of the first post in the Deep learning with TensorFlow series.

Logistic Regression with a Neural Network Mindset

22 minute read

Published:

This notebook demonstrates, how to build a logistic regression classifier to recognize cats. This notebook will step you through how to do this with a Neural Network mindset, and will also hone your intuitions about deep learning.

Pandas Data Analysis Basics Tutorial

less than 1 minute read

Published:

This tutorial demonstrates data analysis using example from two data sets using the Pandas Library. All the important operations are described in markdown cells.

Guide to Numpy Operations

less than 1 minute read

Published:

Numpy is a python library used to create, modify and interact with Arrays. It is a very vast and powerful library which is very essential for data analysis tasks. The Numpy library basic routines are very simple and easy to learn. Numpy is also known for scientific computation since it can handle large amount of data in the form of arrays.