Mehmet Taha Apak's repositories

Audiobooks_Data

The goal of this data science project is to build a machine learning model that predicts whether a customer of an audiobook app will make another purchase or not. The data includes information about the customer's past purchases, demographics, and engagement with the app.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Dynamic-Streamlit-Data-Science-Project

This project aims to develop a machine learning model using different datasets dynamically and with minimal code repetition. It includes data preprocessing, model selection and evaluation, as well as the Streamlit web application for interactive exploration.

Language:HTMLLicense:MITStargazers:0Issues:2Issues:0

Finding_Excessive_Absenteeism

This data science project aims to identify factors contributing to excessive absenteeism in the workplace using an absenteeism dataset. The goal is to develop a predictive model that can accurately identify employees at risk of excessive absenteeism with logistic regression ML model.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Online_Food_Ordering_System

Online Food Ordering System Project Management school project. Feasibility analysis, functional and non-functional requirements, use case and stories defined. Activity and Sequence diagrams plotted. Overall we estimated whether project is applicable in real world.

Stargazers:0Issues:1Issues:0

PySpark-House-Price-Prediction

PySpark House Price Prediction features a PySpark-based Linear Regression model for predicting median house prices. It showcases data preprocessing, model training, and evaluation, yielding an RMSE of around 0.11. The code offers insights into building robust predictive models using PySpark.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

reader_writer_deadlock

The readers-writers problem is used to manage synchronization so that there are no problems with the object data. Deadlock solver with no starvation used semaphore and mutex and threads.

Language:JavaStargazers:0Issues:1Issues:0

Sector-based-Time-Series-Classification-and-Similarity-Analysis

Sector based classification with feature engineering and tsfresh. Looking 3 months momentum of stocks.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Snake_Game_Reinforcement_Learning

This project implements a Snake game reinforcement learning model using Deep Q-Networks with the PyTorch library in Python. The model uses a neural network to predict the optimal action-value function, which maps the state of the game to the expected future rewards for each possible action.

Language:PythonStargazers:0Issues:2Issues:0

text_based_card_game

Turn based card game playable on console as text school project. Cards and the game mechanism inspired from Magic the Gathering game. Whole code is in single file and no external libraries required nor used.

Language:C++Stargazers:0Issues:1Issues:0

top10_frequent_words

This is a c++ application that reads and counts unique words used in documents and sorts it by top 10 frequent used words. No explicit library used for parsing. Hashtable and selection sort used.

Language:C++Stargazers:0Issues:1Issues:0