Projects
A selection of projects that I'm not too ashamed of
PasswordManager

A GUI application for managing passwords. Written in Python. Tkinter, SQLite, and Cryptography were used for building the whole application.
Telegram Bot with ChatGPT and Google Gemini

A Telegram bot integrated with OpenAI ChatGPT and Google Gemini. The functions are still modifying
Reinforcement Learning in Iowa Gambling Task

Predicting the total money gained or lost using Reinforcement Learning (RL). The data is trained with Deep Q-Learning (DQN) Reinforcement Learning How well can the result be predicted with this method?
Quantification of Brain Age by Functional MRI Data: Complexity and Functional Connectivity

Assessing brain age by using MRI scans. Can we use brain age to diagose Alzheimer's disease? Can one's cognitive abilities be informed simply based on MRI scans?
The Long-term Impact of Clozapine on Mortality, Hospitalization and Comorbidity in Patients with Schizophrenia

Examining the mortality rate and causes of deaths in Clozapine users in Schizophrenia. To compare the hospitalization after the initiation of Clozapine in patients. To investigate the comorbidities in Clozapine users in patients.
What Can We Search for Preconsciously?

The main purpose of the project is to find out what classes of information the human brain can search for, what it cannot. Rapid Serial Visual Presentation (RSVP) was used to determine how long an arbitrary item in an RSVP stream remains in the brain when not a target.
Bitcoin Data Exploration, Linear Regression and Price Prediction

The goal of this study is to use regression-based analytic algorithms to forecast Bitcoin's price direction. The historical price data was investigated in order to make prediction.