gravatar

FaiHas

Faiyaz Hasan

Recently Published

New Beer Recipe Algorithm Sketch
Here, I sketch out a possible approach to coming up with new beer recipes. The main difficulty as I see it is getting a complete set of data and then casting it into a convenient form. tags: data science, machine learning
Titanic Disaster Survival using Machine Learning
In this document, we use machine learning algorithms to determine the survivability of individuals based on gender, class, family status etc. The problem is from an introductory Kaggle competition. Tags: Machine Learning, data science
Publish Document
Regression analysis of Galton's father son height data. Tags: Statistics
Exercises from Options, Derivatives and Futures
Problems from Chapter: 1
Notes on adaline
We examine the gradient descent and stochastic gradient descent variants of the adaline algorithm for binary classification. tags: machine learning
Perceptron algorithm in R
Here, I implement the above algorithm and train it for the iris data set in R. tags: machine learning
Severe weather impact on Public Health and the Economy
Here we look at which severe effects have the strongest impact on property and crop damage as well as injuries and fatalities. This is an assignment from the Coursera Data Science Course.
The mean of samples of a population and comparison to its mean
The mean of the distribution of all samples of a population is the mean of the population. Drilling this idea in by considering various examples. Tags: Probability, statistics
Standard vs mean deviation - playing with ideas by NNT in Silent Risk
Studying the differences between the two measures of variances and considering the repercussions. Tags: risk theory, probability, statistics