Skip to content
View camargo's full-sized avatar
🚀
🚀

Highlights

  • Pro

Organizations

@nasa-jpl @NASA-AMMOS
Block or Report

Block or report camargo

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. NASA-AMMOS/aerie-ui NASA-AMMOS/aerie-ui Public

    The client application for Aerie.

    Svelte 27 3

  2. nasa-jpl/stellar nasa-jpl/stellar Public

    A CSS implementation of the Stellar design system for spacecraft operation tools.

    SCSS 11 6

  3. strava strava Public

    A collection of scripts that help clean and transform Strava export data.

    JavaScript 1

  4. ng-elm ng-elm Public

    Write Angular components in Elm.

    TypeScript 43 2

  5. dmu-project dmu-project Public

    Decision Making Under Uncertainty (DMU) final project.

    Jupyter Notebook 1

  6. mnist-from-scratch.py mnist-from-scratch.py
    1
    '''
    2
    Simple 3-layer fully-connected neural network for recognizing MNIST digits. 
    3
    Implemented from scratch with Numpy.
    4
    Written by Chris Camargo.
    5
    MIT License.