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

Block or report warneracw21

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. TensorShow TensorShow Public

    Easily Build Convolutional Neural Networks with this Pretty and Simple User Interface

    JavaScript 1

  2. warneracw21.github.io warneracw21.github.io Public

    My Personal Website for Sharing Projects and Code

    HTML 1

  3. snowflake_fractal.py snowflake_fractal.py
    1
    # Imports
    2
    import matplotlib.pyplot as plt
    3
    from matplotlib.path import Path
    4
    import matplotlib.patches as patches
    5
    import numpy as np
  4. kmeans_tensorflow.py kmeans_tensorflow.py
    1
    # Imports
    2
    from __future__ import absolute_import
    3
    from __future__ import print_function
    4
    from __future__ import division
    5
    
                  
  5. serenayj/PyrEval serenayj/PyrEval Public

    Automated Pyramid Summarization Evaluation

    Python 11 5

  6. Alternating Training Schedule for an... Alternating Training Schedule for an RNN regression and convolutional LSGAN model
    1
    """ Methods for Training on a distributed Network """
    2
    
                  
    3
    """
    4
    The session is set up to be run in a distributed local environment.
    5