Skip to content
View sturk111's full-sized avatar

Block or report sturk111

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 Loading

  1. pytwist pytwist Public

    An easy to use package to calculate the electronic structure of twisted graphene.

    Python 3

  2. tensor-ham tensor-ham Public

    A Tensorflow model implementing custom spectral layers and a custom loss function to learn a solid state tight binding Hamiltonian from a precomputed band structure.

    Python 2

  3. STMprep STMprep Public

    A support vector machine based novelty detection algorithm to classify microscopy data integrated with a control flow to automatically guide imaging hardware in real time using TCP sockets.

    Python

  4. seam-carving seam-carving Public

    An implementation of the classic seam carving algorithm for content aware image resizing using shortest paths on a directed acyclic graph.

    Python

  5. yolo-nlp yolo-nlp Public

    Constructing a convolutional YOLO model for the natural language task of named entity recognition on scale invariant inputs using a pretrained transformer as an embedding layer.

    Python

  6. a-star a-star Public

    An implementation of the classic A* search algorithm using a min-heap priority queue to solve the slider puzzle problem.

    Python