Skip to content
View iantimmis's full-sized avatar
🧑‍🍳
Cookin
🧑‍🍳
Cookin
  • Michigan
Block or Report

Block or report iantimmis

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. DropBlock-Keras-Implementation DropBlock-Keras-Implementation Public

    Paper Reproduction: "DropBlock: A regularization method for convolutional networks"

    Jupyter Notebook 11 6

  2. RingGalaxyDetection RingGalaxyDetection Public

    Code for my paper: "A catalog of automatically detected ring galaxy candidates in PanSTARRS" published in Astrophysical Journal Supplement Series

  3. RobofestCoin RobofestCoin Public

    Cryptocurrency for the Lawrence Technological University Robofest competition. Extends the ERC223 protocol.

    JavaScript

  4. GalaxyAnalyzer GalaxyAnalyzer Public

    [WIP] Automatic morphological analysis of galaxy images

    Jupyter Notebook

  5. Numerically stable softmax with cros... Numerically stable softmax with cross entropy in numpy
    1
    import numpy as np
    2
    
                  
    3
    def naive_softmax(logits):
    4
        '''
    5
        Failure modes:
  6. MNIST-GAN-Pytorch MNIST-GAN-Pytorch Public

    Simple fully connected GAN implementation in PyTorch

    Jupyter Notebook