Jona

  • Projects
  • About Me
  • Thesis
  • Contact
  • GitHub

CNNs and Gradient Boosting for Image Classification

  • Computer Vision

  • XGBoost

  • TensorFlow

  • Keras

blog-image

Research [1, 2] shows you can combine XGBoost and CNNs to accurately solve non-image classification problems. In this project, I adapt this model to show a shockingly powerful method for image classification.

Continue reading→

An Introduction to Safe Reinforcement Learning

  • AI Ethics

  • Q-Learning

  • Python

blog-image

This project is my introduction to safe Reinforcement Learning. For this project, I develop a grid-world simulation and an RL algorithm from scratch to experiment with safety RL methods.

Continue reading→

In-depth analysis of Reinforcement Learning and Formal Logic

  • Article

  • Literary Review

  • Reinforcement Learning

  • Logic

blog-image

Recent research [1, 2, 3] shows how Logic can complement Reinforcement Learning algorithms to make the learning process faster and safer. In this project, I contextualize and critically evaluate the literature on this topic.

Continue reading→

Algorithmic Trading - Bitcoin Price Prediction

  • LSTM

  • TensorFlow

  • scikit-learn

blog-image

I develop two LSTM models based on a dataset of Bitcoin prices. The first model predicts Bitcoin's day-to-day prices. The second model predicts Bitcoin's day-to-day price difference.

Continue reading→