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

Block or report didar00

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

  1. Image-Filtering-Using-OpenCV Image-Filtering-Using-OpenCV Public

    Three different image filters were implemented using OpenCV: Kuwahara filter, Gaussian filter, and Mean filter.

    Python 4

  2. Final-Project Final-Project Public

    SELFIES-Transformer: Learning the Representation of Chemical Space for Discovering New Drugs using Transformers Architecture

    Python 3 3

  3. Weighted-KNN-Algorithm-With-Inverse-Distance-Weighting-Method-Python Weighted-KNN-Algorithm-With-Inverse-Distance-Weighting-Method-Python Public

    K Nearest Neighbor algorithm with "inverse distance weighting" method.

    Python 1

  4. Exoplanet-Exploration Exoplanet-Exploration Public

    Exoplanet exploration using SVM with different kernels and C values. Dataset can be downloaded from Kaggle website: https://www.kaggle.com/keplersmachines/kepler-labelled-time-series-data

    Jupyter Notebook 1

  5. Floyd-Steinberg-Dithering-Quantization-and-Color-Transfer Floyd-Steinberg-Dithering-Quantization-and-Color-Transfer Public

    This repository composes of 2 different parts: dithering and quantization; color transfer between 2 reference images. In the first part, images are tested with different levels of quantization and …

    Python 1

  6. Linear-Regression-With-Python Linear-Regression-With-Python Public

    Finding the best fitting line through using gradient descent given data points.

    Python