Skip to main content

Posts

Happiness Detection in Images using Keras

Hello folks! Are you happy or are you not sure? Alright, let's build a model that will help you find out if you're happy or not.  Well, let's start with some basic understanding of this tutorial and later dive deeper into the neural networks. We're very well known what  popular Computer Vision is. It is one of the most popular field of machine learning. Happiness Detection is also one of such field where we apply Computer Vision techniques. This is a binary classification type of problem where we'll building a model that will detect whether the input image is either smiling or not.   The dataset is already labeled as smiling or not smiling. We'll be using 600 images for training and 150 images as test dataset. Before we get our hands into the core part, let's first import some libraries. Now let's know more about the data.  After the execution, you'll be able to look at the number of data we've taken for training and testing the prepared model. N
Recent posts

Data Structure and Algorithm Implementation In Python: Queue

This is part of 'Data structure and algorithm implementation in python' series of blog. Previous: Stack     Next: Linked List Queue: ( source code ) Direct... First in first out discipline. Let's see in real life example: The man who is standing in front of a queue is served first. That man is in front of the queue because he entered that queue at first. Formally defining: A queue is an ordered collection of items from which items are deleted from the front of the queue and the insertion of item takes place from rear of the queue. the first one inserted will be the first element to be removed. Operations done in Queue: enqueue(item): This operation inserts an item at the rare of the queue i.e. if we are using python's list to implement queue then rare means last element in the stack and every insertions after an item inserted will be appended at last of the queue. dequeue(): This operation deletes item from the front end of the queue. If we are using python's list

Data Structure and Algorithm Implementation In Python: Stack

Not comparing with other's But there are nice and great tutorial on data structure and algorithm implementation in python. But in this series of blog we will be more focused on academic requirement and algorithm based implementation. So Alert!! there will be some cheesy theory on related topics. In these series of blogs we will try to cover some examples of data structures with it's algorithm, theory and implementation in python. We will dive into the following topics Stack Queue Linked List (singly, doubly, circular) Hash Table Heap Data Structure Binary Tree After one or may be two topics covered we will switch our session and continue with another post. Why one should learn data structure and algorithm? The very first answer is it improves your problem solving skill. Learning Data structure and algorithm shows you how the coding follows algorithm. whenever you develop a program you have to handle various data and data structure storage format to those data and organizing all

Region Based Convolutional Neural Networks: How you can achieve your own object detector with transfer learning.

In this article we will try to cover the R-CNN object detector implementation and how transfer learning could h elp in to classify object. We are going to build a raccoon detector using R-CNN by classifying a raccoon and no raccoon from the raccoon dataset by dat train using transfer learning with fine tuning approach (another approach is feature extraction). The reason I've choose the raccoon dataset is that it has a nice annotation files for every faces of raccoon in the images and many more research has gone through this dataset for object detection. Before Starting: This article is going to be a bit long so I highly recommend you to s3et yourself free to read it and actually implement it. In this tutorial we will be using selective search algorithm to find ROIs (Region of Interest), boundaries and also be using transfer learning. To read and learn these I recommend the series of objection detection blog and theany line you didn’t get tutorials from pyimagesearch by

Solukhumbu Trip of Team Nexer with Anil Pokhrel , अनिल पोखरेलसँग टोली नेक्सरको सोलुखुम्बु यात्रा

Hi there it’s me Anil Pokhrel and I am here to share with you my journey to Solukhumbu with my team. First let me introduce you with my team, Mr. Rabin BK , Mr. Bikram Bhurtel and Mr. Rabin Shrestha, Mr. Gagan Puri and Mr. Ashish Dahal. Traveling is the fun to us a lot and one of the most interesting things for me as well.   Visiting to a place which is famous not only within the country but globally all around the world has got a different feelings. Yes, I am talking about my trip to Solukhumbu, a place known for its beautiful mountains and waterfalls etc, which is located in the eastern part of Nepal. It was in the month of September, that we were about to have our dashain vacation. So we had made a plan to visit Solukhumbu, which has been our plan since last 2 years. On September 28, we left Kathmandu from Chabahil at 5 o clock in the early morning. Moving through the different places like Bhaktapur, Dhulikhel and so on. We had a lot of fun in the way s