Skip to content
View ilkert08's full-sized avatar
Block or Report

Block or report ilkert08

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. covid19-polyonmial-regression covid19-polyonmial-regression Public

    I created a Python program that predicts the number of new patients using previous days data. Any machine learning library is not used in this repo. Regression is done using "Least Squares Method".

    Python 1 1

  2. k-means-from-scratch k-means-from-scratch Public

    K means algorithm from scratch.

    Jupyter Notebook 1

  3. twitter-data-ML twitter-data-ML Public

    This is a project that learns and predict the emotions of the users from their tweets.

    Python

  4. star-wars-catcher-game star-wars-catcher-game Public

    This is a simple game project that user can control a star wars character. In the game main character trys to run to the end in the maze before the enemies catch him.

    Java

  5. gauss-jordan-method-c gauss-jordan-method-c Public

    In this project, we created an algorithm that can find the traffic densities of the roads unknown using other roads knowledges. We implemented Gauss-Jordan Elimination method for creating this proj…

    C++

  6. logic-circuits-c logic-circuits-c Public

    This is a implemetation of logic circuits in C programming language.

    C++