Skip to content
View ayekaunic's full-sized avatar

Organizations

@ayekaun-inc

Block or report ayekaunic

Report abuse

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

Report abuse

Pinned Loading

  1. Design-Patterns Design-Patterns Public

    Fall'23 Design Patterns course repository.

    Java

  2. Image-Duplication-and-Similarity-Detection Image-Duplication-and-Similarity-Detection Public

    Detecting duplicity & similarity among images.

    Jupyter Notebook

  3. Digit-Recognition-Neural-Network Digit-Recognition-Neural-Network Public

    Implementation of a neural network for image classification using the MNIST dataset, with a concise implementation of forward and backward propagation, and gradient descent optimization.

    Jupyter Notebook

  4. Nami Nami Public

    A virtual assistant that can perform Google searches and Wikipedia lookups using voice commands, as well as translate English to Chinese. It can be put on hold and woken up again when needed.

    Python

  5. Kadanes-Algorithm Kadanes-Algorithm Public

    A dynamic programming algorithm used to find the maximum subarray sum in an array of integers.

    Python