Fardin Ahsan Webpage

About me

I’m a self-taught data scientist who is passionate about building better predictive models of The World. I spend a significant portion of my free time reading up on Statistics and programming pet projects using Python. I also like cycling, building PC’s, playing FPS and racing games and travelling.

Tech stack

I like using whatever tools are best for the project but I’m biased towards using Python when I could.

Do I know how to write a fizz-buzz script?

'''
Yes. Branchless programming not necessary
'''
for i in range(1,16):
    print(f"{'fizz'*(not i % 3)}{'buzz'*(not i % 5)}{str(i)*(i % 3 != 0 and  i % 5 != 0)}")

Joel Grus’s implementation is also a good choice.

Research/Publications

I worked on four different research projects on Machine Learning applications during my undergraduate degree. The results from two of the papers are currently published, the remaining two are a work in progress, that I am currently working on having graduated.

Personal Projects

All my personal projects can be found in my Github. Here are a few.

Hobby Writing

I like writing non-academic non-fiction texts. However, I don’t have the free time to write as much as I would like to. Ultimately I might make a Substack one day.

Contact me