SimeonHristov99
Machine Learning Engineer @ Experian Paper: https://arxiv.org/pdf/2403.10378.pdf (accepted in ACL 2024)
FMI Sofia
Pinned Repositories
AI_MNIST_Tensorflow
The goal of this project is to build and train a digit classifier based on the MNIST dataset. This is achieved by using Tensorflow.
aoc_2021
Holds solutions for the Advent of Code 2021 edition.
FMI_Graduation_Exams_Information_Systems
This repository holds solutions of the exams given to 4-th year Information Systems students graduating the Faculty of Mathematics and Informatics, Sofia.
fp-additional-cs
Stores solutions to the tasks given on the graduation finals of Computer Science students @ FMI.
FP_CS_24-25
Practice sessions of group 1 for the course "Functional Programming" in the Faculty of Mathematics and Informatics, Sofia University.
icy
Ontology about ice cream types developed with Protégé.
ML_24-25
Practice sessions for the course "Machine Learning and Data Mining" in the Faculty of Mathematics and Informatics, Sofia University.
paper_reviews
Stores reviews of scientific papers.
thesis.main
Master's Thesis
thesis.prethesis.project
Prethesis project used as a baseline for the thesis project.
SimeonHristov99's Repositories
SimeonHristov99/AI_MNIST_Tensorflow
The goal of this project is to build and train a digit classifier based on the MNIST dataset. This is achieved by using Tensorflow.
SimeonHristov99/Mindmap
This project aims to create a web application that can create, edit, delete, and share multiple mindmap documents. Details to follow.
SimeonHristov99/ParallelProgramming_BubbleSort
This project aims at creating a Java application that does Bubble sort using threads. It was part of my course project "Distributed IT architectures".
SimeonHristov99/AI_HandwrittenCharacterClassifier_Tensorflow
Make a convolutional neural network (without Keras) with Tensorflow and use it classify handwritten upper-case English characters (from 'A' to 'J').
SimeonHristov99/AI_PredictChurn_Adaboost
This project aims at using an adaboost classifier to predict the churn rate of clients of a telecommunications companies.
SimeonHristov99/AI_PredictHeartDisease
This project aims at creating a logistic regression in order to predict whether a person has a heart disease based on certain bodily characteristics.
SimeonHristov99/AI_Traffic_Sign_Classifier_Tensorflow
The goal of this project is to build and train a traffic sign classifier. Results were generated in the context of the second stage
SimeonHristov99/BasicTextHidingPrograms
Written in C++ during my first year of programming.
SimeonHristov99/FMI_Semester_1
Intro to programming with C++
SimeonHristov99/FMI_Semester_2
C++ Programming Course
SimeonHristov99/FMI_Semester_3
Data Structures with C++.
SimeonHristov99/knowledge_based_systems
Resources complimenting additional practice hours for the course "Knowledge-Based Systems" taught in FMI.
SimeonHristov99/Parallel_Mandelbrot_Java
Generating the Mandelbrot set via the Thread class and Runnable interface.
SimeonHristov99/SchoolDatabase
Create a project for a database that is going to be used in a school in your country. Include an application that connects to the database and retrieves some information.
SimeonHristov99/ThisFunc
Create an interpreter for an imaginary functional programming language.