Face Generation from Binary Facial with GAN

Screenshot from 2019-05-22 15-04-43

We focus on generating faces corresponding to certain facial features using Generative Adversarial Network (GAN) to pursue our task. We intended to develop a GAN to assist police sketch artists. Here the descriptive facial features are the inputs( e.g. hair color, eye color, etc) to the GAN which generates a face corresponding to those features. We also try to control the individual facial features to tweak the changes in the face generated.

Github link: https://github.com/asawaswapnil/Deep-Learning-Project-Face-Generation-With-GAN

Evaluation Metrics for Unbalanced data

Screenshot from 2019-05-22 16-04-53

Screenshot from 2019-05-22 16-00-25

The most popular reported metrics namely Accuracy, Precision, Recall, and F1-score are not good indicators when the data is imbalanced. Also, some of these matrices are not symmetric i.e. if we exchange just the labels of positives and negatives, good measures may turn poor and vice versa.In this work, I did a robust comparison of various evaluation metrics on data imbalance and symmetry and analyse their results. Furthermore, I proposed a new evaluation metrics, TPNR, which is robust to these changes.

GitHub link: https://github.com/asawaswapnil/Machine-Learning-Final-Project-With-Python

My 1st Reinforcement Learning program

The basket(agent) doesn’t know anything about the game initially. The goal is to catch all the apples. Using reinforcement learning, it learns in 350 iterations and plays like an expert. If the basket catches the falling apple, the score increases. Otherwise, the score resets. The number of iteration/ episodes and the score can be seen at the top right corner.  (In the video you can see it learning initially by exploring options, and after 43 sec(from 350 to 500 iterations), it has learned everything).  Github link: https://github.com/asawaswapnil/intellegent-basket .

DreamShelves

A project at Wipro: An interactive virtual Shopping experience with implementation in C# using Unity3D game Engine with XBox Kinect v1 and v2 for gestures. Blender was used to create some 3D models. Version 2.9 released with ownership.

Insurance

sparklines5

A project at Wipro:

Developed an internal Insurance website based on NODE.js, MongoDB, CSS, HTML, Javascript, algorithms for the insurance seeking organizations and the insurer. Used D3js to make it an interactive experience. Also formulated the mathematical model of risk for aiding underwriter.

Create a website or blog at WordPress.com

Up ↑