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

Block or report erkandiken

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

  1. mnist-scikit-svm-to-coreml mnist-scikit-svm-to-coreml Public

    From a MNIST handwritten digit (SVM) classifier to Apple's Core ML format

    Jupyter Notebook 4

  2. image_analysis_with_kmeans image_analysis_with_kmeans Public

    Color point and intensity analysis of an image with KMeans clustering algorithm

    Jupyter Notebook

  3. c_examples c_examples Public

    Practicing C language through examples

    C

  4. Decorator examples for checking regi... Decorator examples for checking register read, write, range check operations
    1
    class BaseValidationError(Exception):
    2
        pass
    3
    
                  
    4
    
                  
    5
    class ValueExceedsMaximumError(BaseValidationError):