Pinned Repositories
countrynator
The aim of the AI project was to create a game similar to Akinator, only instead of guessing people we guess countries. The project implemented decision trees to find the best question at a given time and Bayes' theorem to estimate the probability of guessing the answer.
data-warehouse-for-medical-clinic
This project is designed to create a robust data warehouse for a medical clinic, allowing for effective data management, analysis, and reporting.
encrypted-data-transmission
Encrypted data transmission with a session key transfer in unsecure environment.
mnist-classification
Deep Neural Network for MNIST Classification
personality-type-prediction
Personality type prediction based on digital activity.
personality-type-prediction-ops
Personality type prediction based on digital activity.
prostate-cancer-knn
KNN model to predict the abnormal growth of cells thereby helping in detection of cancer.
real-estate-price
Regression model to predict the price of real estates.
spring-web-app
A web application developed during the fifth semester of study using the Spring framework. The backend was written in Java, while the frontend was written in HTML, CSS and JS. The application was deployed on Docker.
virtual-world-cpp
Virtual world simulator with simple life forms. The aim of the project was to improve programming skills in C++ and to understand object-oriented programming (OOP). The project used the basic OOP pardigms: abstraction, inheritance, encapsulation and polymorphism.
michalbaldyga's Repositories
michalbaldyga/personality-type-prediction
Personality type prediction based on digital activity.
michalbaldyga/mnist-classification
Deep Neural Network for MNIST Classification
michalbaldyga/personality-type-prediction-ops
Personality type prediction based on digital activity.
michalbaldyga/real-estate-price
Regression model to predict the price of real estates.
michalbaldyga/virtual-world-cpp
Virtual world simulator with simple life forms. The aim of the project was to improve programming skills in C++ and to understand object-oriented programming (OOP). The project used the basic OOP pardigms: abstraction, inheritance, encapsulation and polymorphism.
michalbaldyga/countrynator
The aim of the AI project was to create a game similar to Akinator, only instead of guessing people we guess countries. The project implemented decision trees to find the best question at a given time and Bayes' theorem to estimate the probability of guessing the answer.
michalbaldyga/prostate-cancer-knn
KNN model to predict the abnormal growth of cells thereby helping in detection of cancer.
michalbaldyga/spring-web-app
A web application developed during the fifth semester of study using the Spring framework. The backend was written in Java, while the frontend was written in HTML, CSS and JS. The application was deployed on Docker.
michalbaldyga/data-warehouse-for-medical-clinic
This project is designed to create a robust data warehouse for a medical clinic, allowing for effective data management, analysis, and reporting.
michalbaldyga/encrypted-data-transmission
Encrypted data transmission with a session key transfer in unsecure environment.
michalbaldyga/height-profile-approximation
Interpolative approximation methods.
michalbaldyga/hospital-database
A simple database created during the third semester of study containing information about hospitals, doctors, diseases and patients. The aim of the project was to improve programming skills in SQL.
michalbaldyga/iris-flowers-knn
Predicting the flower species using KNN.
michalbaldyga/macd-indicator
MACD (moving average convergence/divergence) stock market indicator.
michalbaldyga/michalbaldyga
Config files for my GitHub profile.
michalbaldyga/solving-systems-of-linear-equations
michalbaldyga/virtual-world-java
Virtual world simulator with simple life forms.