Pinned Repositories
Bachelor-Thesis
Predicting Equity Fund Returns: The Impact of the Momentum-Factor on Performance.
CNN-CIFAR-10
Convolutional neural network (CNN) implemented in PyTorch for image classification trained on CIFAR-10 dataset classifying images in 10 categories (airplanes, automobiles, dog, etc.)
CV-Template
CV-template in LaTeX for creating well formatted, structured and modular CV
ESG-SBTi
Investigating whether ESG-score and/or firms committed to SBTi have an effect on financial performance of US stocks
Global-Temperatures
Regression analysis exploring cause of increasing global temperature change through independent variables related to CO2-emissions
Iris-Flower-ML
Image classification of Iris Flower dataset using 5 different machine learning methods (Decision Tree, Support Vector Machine, Random Forest, Naive Bayes and K-nearest neighbour)
Option-Pricing
Black Scholes and Binomial Models for pricing European Options and Longstaff Schwartz for pricing American Options
Risk-Game
Modelling optimal playing strategies for the board game Risk using Markov Chains and Monte-Carlo simulations
Sorting-Algorithms
8 of the most common sorting algorithms implemented in C and compared based on time complexity
Sudoku-Solver
Different algorithms (e.g. bruteforce, backtracking, Crook's algorithm) for solving Sudoku-puzzles written in Python & C.
PontusHovb's Repositories
PontusHovb/Risk-Game
Modelling optimal playing strategies for the board game Risk using Markov Chains and Monte-Carlo simulations
PontusHovb/Bachelor-Thesis
Predicting Equity Fund Returns: The Impact of the Momentum-Factor on Performance.
PontusHovb/CNN-CIFAR-10
Convolutional neural network (CNN) implemented in PyTorch for image classification trained on CIFAR-10 dataset classifying images in 10 categories (airplanes, automobiles, dog, etc.)
PontusHovb/CV-Template
CV-template in LaTeX for creating well formatted, structured and modular CV
PontusHovb/ESG-SBTi
Investigating whether ESG-score and/or firms committed to SBTi have an effect on financial performance of US stocks
PontusHovb/Global-Temperatures
Regression analysis exploring cause of increasing global temperature change through independent variables related to CO2-emissions
PontusHovb/Image-Processing
This project explores different methods to alter and process images.
PontusHovb/Iris-Flower-ML
Image classification of Iris Flower dataset using 5 different machine learning methods (Decision Tree, Support Vector Machine, Random Forest, Naive Bayes and K-nearest neighbour)
PontusHovb/Logistic-Regression
PontusHovb/Option-Pricing
Black Scholes and Binomial Models for pricing European Options and Longstaff Schwartz for pricing American Options
PontusHovb/Sorting-Algorithms
8 of the most common sorting algorithms implemented in C and compared based on time complexity
PontusHovb/Stock
Module to retrieve and process stock information using yfinance. Used in other projects such as Option Pricing and Brinson-Fachler return attritbution.
PontusHovb/Sudoku-Solver
Different algorithms (e.g. bruteforce, backtracking, Crook's algorithm) for solving Sudoku-puzzles written in Python & C.
PontusHovb/PontusHovb
PontusHovb/Leetcode
PontusHovb/Support-Vector-Machine