A guide for Exploratory Data Analysis (EDA).
Data is like food for machine learning, and any machine learning project should always begin with exploratory data analysis(EDA). EDA allows us (the practiti...
Data is like food for machine learning, and any machine learning project should always begin with exploratory data analysis(EDA). EDA allows us (the practiti...
Are you deploying machine learning models on embedded platforms or mobile devices?
In machine learning often, we often have imbalanced datasets. There are many ways to deal with imbalanced datasets and we below I list the most important th...
Some practical tips on debugging machine learning models.
Introduction Stress detection and classification from physiological data is a promising direction towards assessing general health of individuals and also in...
A discussion on adversarial transferability in wearables.
Usually installing machine learning frameworks such as TensorFlow and PyTorch is bit of a hassle and setting up the proper environment for development based ...
Machine learning models have been shown to be vulnerable to adversarial examples for quite some time now. All the attack methods that have been proposed uses...
For the class project of the Data Science course that I took during the fall 2019 semester at WSU, I choose to do a project about feature visualization of ma...
Introduction, Motivations, and Contributions This is the accompanying blog post for my paper “Adar: Adversarial Activity Recognition in Wearables”, which was...
Very often we find ourselves with feature vectors with large number of components. It is a general understanding and well received one that large number of f...
Decision Trees A decision tree is a decision support tool that uses a tree-like model of decision and their possibile consequense to form a solution for a gi...
In artificial neural networks, the activation function of a node defines the output of that node, or “neuron”, given a set of inputs. This output is then us...
A discussion on adversarial transferability in wearables.
Machine learning models have been shown to be vulnerable to adversarial examples for quite some time now. All the attack methods that have been proposed uses...
Introduction, Motivations, and Contributions This is the accompanying blog post for my paper “Adar: Adversarial Activity Recognition in Wearables”, which was...
A discussion on adversarial transferability in wearables.
Machine learning models have been shown to be vulnerable to adversarial examples for quite some time now. All the attack methods that have been proposed uses...
Introduction, Motivations, and Contributions This is the accompanying blog post for my paper “Adar: Adversarial Activity Recognition in Wearables”, which was...
A collection of useful and frequent code snippets that I am often trying to remember.
Usually installing machine learning frameworks such as TensorFlow and PyTorch is bit of a hassle and setting up the proper environment for development based ...
In this post, we are going to discover food recipes using Python. This is going to be a fun post and maybe a useful one 😁. So let’s begin.
Creating and managing Python virtual environments In this article, we will learn to use Python's virtual environment to isolate our code while running it on...
Insertion sort is a simple algorithm that builds the final sorted array (or list) one item at a time. It is much less efficient on large lists than other so...
For the class project of the Data Science course that I took during the fall 2019 semester at WSU, I choose to do a project about feature visualization of ma...
Introduction Stress detection and classification from physiological data is a promising direction towards assessing general health of individuals and also in...
Introduction Stress detection and classification from physiological data is a promising direction towards assessing general health of individuals and also in...
A collection of useful and frequent code snippets that I am often trying to remember.
I discovered an excellent presentation on giving a presentation that doesn’t put the audience to sleep. Fun right…
Data is like food for machine learning, and any machine learning project should always begin with exploratory data analysis(EDA). EDA allows us (the practiti...