Posts by Tag

Python

Classifying Flower Images with Pytorch

less than 1 minute read

When I enrolled in Udacity’s Python for AI Nanodegree, I created this classifier for my final project. It implements a neural network, using transfer learnin...

Back to Top ↑

finance

Binomial options pricing in C++

less than 1 minute read

My binomial option pricing repository allows to price various options using Binomial trees, the Black-Scholes formula, or a combination thereof. For example,...

Back to Top ↑

Neural Network

Classifying Flower Images with Pytorch

less than 1 minute read

When I enrolled in Udacity’s Python for AI Nanodegree, I created this classifier for my final project. It implements a neural network, using transfer learnin...

Back to Top ↑

Java

My Implementation of the 2048 Game

less than 1 minute read

When I enrolled in University of Pennsylvania’s CIS110, I chose to think of an implementation of the 2048 game for my final project.

Back to Top ↑

Programming

My Implementation of the 2048 Game

less than 1 minute read

When I enrolled in University of Pennsylvania’s CIS110, I chose to think of an implementation of the 2048 game for my final project.

Back to Top ↑

cpp

Binomial options pricing in C++

less than 1 minute read

My binomial option pricing repository allows to price various options using Binomial trees, the Black-Scholes formula, or a combination thereof. For example,...

Back to Top ↑

statistics

Back to Top ↑

Algorithms

Algorithms

less than 1 minute read

As I am learning about algorithms using a couple resources, I am saving the things I have found interesting or useful in this repository.

Back to Top ↑