Skip to content
View AysegulKarcili's full-sized avatar

Block or report AysegulKarcili

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. ChecksumSubsetsCounter ChecksumSubsetsCounter Public

    Given a set of integers, find the number of subsets in which the largest element equals the sum of remaining 2 or more elements.

    Python 1

  2. HandwrittenDigitsRecognition HandwrittenDigitsRecognition Public

    Handwritten digits recognition... https://www.youtube.com/watch?v=yxuRnBEczUU

    MATLAB

  3. ProfitPredictionsFromCityPopulations ProfitPredictionsFromCityPopulations Public

    This program models the profit obtained at different cities with respect to their population sizes. Linear Regression is used.

    MATLAB

  4. SimulationForMontyHallProblem SimulationForMontyHallProblem Public

    Simulation for Monty Hall Problem https://www.wikiwand.com/en/Monty_Hall_problem

    C#

  5. WeatherDataCheckProgram WeatherDataCheckProgram Public

    This program is related to WeatherDataImputationProgram. It is for checking the data before imputation. It finds the completely missing days in the data, that is, determines for which days there is…

    C#

  6. WeatherDataImputationProgram WeatherDataImputationProgram Public

    Completes the missing dates and missing hours in whether data belonging to Turkey cities, using the arithmetic average of temperature values on the one upper and one below lines.

    C#