Skip to content
View Cagla-CAGLAYAN's full-sized avatar

Block or report Cagla-CAGLAYAN

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

Pinned Loading

  1. Stroke_Predictor Stroke_Predictor Public

    With Gradient Boosting classification, I trained the data in a dataset appropriately by gradient boosting. In the same way , I tried to predict how well the new data fits the data in the original d…

    Jupyter Notebook

  2. color_compression color_compression Public

    A machine learning tool that reducing the color amount of an original image using KMeans algorithm.

    Jupyter Notebook

  3. RomanToInteger RomanToInteger Public

    Answer of 13th question of Leetcode which is Roman to Integer. Link is https://leetcode.com/problems/roman-to-integer/

    Python

  4. bTreeSort bTreeSort Public

    Using B-Tree as a sorting machine. The program is passed an array of key values from main() to B-Tree and it writes them back to the array in sorted order.

    Java

  5. Dictionary-With-Hash-Table Dictionary-With-Hash-Table Public

    Creating dictionary of at least 30 words with hash table that use linked list to resolve collisions.

    Java

  6. RecursiveDescentParser RecursiveDescentParser Public

    designing my own basic programming language.

    Java