Skip to content
View gradpratik's full-sized avatar
🏠
Making machines learn! sailing gradients smoothly
🏠
Making machines learn! sailing gradients smoothly

Block or report gradpratik

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 Loading

  1. face_recognition face_recognition Public

    Forked from ageitgey/face_recognition

    The world's simplest facial recognition api for Python and the command line

    Python 1

  2. resin-rpi-python-picamera resin-rpi-python-picamera Public

    Forked from balena-io-experimental/balena-rpi-python-picamera

    resin.io + python + raspberry pi camera module

    Python

  3. simple-neural-network simple-neural-network Public

    Forked from mattm/simple-neural-network

    A simple Python script showing how the backpropagation algorithm works.

    Python

  4. Keras-OpenFace Keras-OpenFace Public

    Forked from vsyw/Keras-OpenFace

    Keras-OpenFace is a project converting OpenFace from Torch implementation to a Keras version

    Jupyter Notebook

  5. TF data augmentation on GPU TF data augmentation on GPU
    1
    def augment(images, labels,
    2
                resize=None, # (width, height) tuple or None
    3
                horizontal_flip=False,
    4
                vertical_flip=False,
    5
                rotate=0, # Maximum rotation angle in degrees
  6. TensorFlow Object Detection Model Tr... TensorFlow Object Detection Model Training
    1
    TensorFlow Object Detection Model Training
    2
    ==========================================
    3
    
                  
    4
    This is a summary of `this nice
    5
    tutorial <https://medium.com/towards-data-science/how-to-train-your-own-object-detector-with-tensorflows-object-detector-api-bec72ecfe1d9>`__.