Open in app
Home
Notifications
Lists
Stories

Write
Sanpreet Singh
Sanpreet Singh

Home

About

Jul 13, 2020

Transferring Files from local system to Google Cloud Platform

Google Cloud Platform is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, and YouTube (Source: [Wikipedia]). It is written in Java, C++, Python, Go and Ruby. …

Google Cloud Platform

7 min read

Transferring Files from local system to Google Cloud Platform
Transferring Files from local system to Google Cloud Platform

May 11, 2020

Connecting DialogFlow with Facebook application | Messenger Chatbot

Introduction This tutorial is about connecting Dialogflow with Facebook application. The key part of this tutorial is to train questions and responses using Dialogflow and assisting answering questions asked by users on facebook page using bot. We will proceed step by step like creating Facebook account, creating Facebook page, creating an…

Developer Account

6 min read

Connecting DialogFlow with Facebook application | Messenger Chatbot
Connecting DialogFlow with Facebook application | Messenger Chatbot

Mar 31, 2020

Detection of a specific color (Red) using OpenCV and Python

In this short tutorial, I am going to explain to you in a simple way how to detect a specific color (red) using OpenCV and Python. I am highly thankful to Pysource whose video Detecting Colors (HSV Color Space)-OpenCV with Python helped me to make the concepts more clear. This…

Opencv

2 min read

Detection of a specific color (Red) using OpenCV and Python
Detection of a specific color (Red) using OpenCV and Python

Mar 10, 2020

Face and eyes detection with Viola-Jones along with python code

In this tutorial, face, as well as eye detection with viola jones, will be implemented using python coding. Light will be thrown on haar features, integral image, viola jones algorithm AdaBoost training as well as cascading. OpenCV will be used to draw the rectangle on the face as well as…

Haar Cascades

10 min read

Face and eyes detection with Viola-Jones along with python code
Face and eyes detection with Viola-Jones along with python code

Jan 26, 2020

Counting Number of Parameters in Feed-Forward Deep Neural Network | Keras

Introduction This post is to make readers understand practically how to calculate the number of parameters in feed-forward deep neural network using APIs from keras. Coming straight forward to the points which I will cover in this tutorial are creating a simple Keras model for binary classification. I will also discuss…

Feed Forward Networks

9 min read

Counting Number of Parameters in Feed-Forward Deep Neural Network | Keras
Counting Number of Parameters in Feed-Forward Deep Neural Network | Keras

Dec 25, 2019

Simple way to save and load model in pytorch

Frameworks such as tensorflow, caffe, pytorch or keras are hot burning topics these days. Because of these, artificial intelligence has gained significant importance and fast development. Just imaging in 19th century, operations like object detection, image segmentation, image classification seems impossible and now these are common. A lot of videos…

Install Torch

3 min read

Simple way to save and load model in pytorch
Simple way to save and load model in pytorch

Dec 22, 2019

Loading saved keras model and continue training from last epoch

This article talks about loading saved keras model and continuing training from last epoch. To help you better understand, saving keras model requires h5py library. Model is serialized to JSON file whereas weights are serialized to HDF5. During loading of model, both json architecture and saved weights are being loaded…

Hdf 5

4 min read

Loading saved keras model and continue training from last epoch
Loading saved keras model and continue training from last epoch

Oct 3, 2019

Understanding NumPy arrays in simple way

INTRODUCTION Hello guys, this engrossing tutorial is about numpy in python and will cover the basics of NumPy arrays. At the end of this tutorial, you will come to know about NumPy arrays, the difference between NumPy and list, how to install NumPy, indexing, slicing, and numerical operations on these arrays…

Indexing And Slicing

6 min read

Understanding NumPy arrays in simple way
Understanding NumPy arrays in simple way

Sep 8, 2019

Executing python script via crontab

INTRODCUTION Crontab: Once you hear word cron you will come across the word daemon, so before proceeding further, let us define what is meaning of word daemon. Daemon is a computer program that runs as a background process. So if I say the word cron daemon, it means that it is…

Crontab

6 min read

Executing python script via crontab
Executing python script via crontab

Jul 28, 2019

Converting Tensorflow Model to Tensorflow Lite

What is Tensorflow Lite Tensorflow Lite is Tensorflow light weight solution for mobile and embedded devices. It helps to understand one of the most important technology that is edge computing which enables to run the model on the devices instead of running from the server. It lets you run machine-learned models on mobile devices…

Tensorflow Lite

3 min read

Converting Tensorflow Model to Tensorflow Lite
Converting Tensorflow Model to Tensorflow Lite
Sanpreet Singh

Sanpreet Singh

Passionate developer. Read more at https://ersanpreet.wordpress.com/

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable