Skip to content
View tangert's full-sized avatar
🐢
turtles all the way down
🐢
turtles all the way down
Block or Report

Block or report tangert

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. Sounds-of-Manhattan Sounds-of-Manhattan Public

    Geospatial/Audio experiment turning architecture into music

    Jupyter Notebook 5

  2. Polymin Polymin Public

    AR Instrument for iOS. Final project for HGSE T550

    Swift 1

  3. Bomo Bomo Public

    Forked from HackBomo/Bomo

    AR motion tracking for physical therapy + sports analysis

    Objective-C++

  4. ELITVisualizer ELITVisualizer Public

    NLP Visualization for ELIT.

    JavaScript 1

  5. InteractiveSpeech InteractiveSpeech Public

    Experiments using SpeechKit to try to adjust font size based on audio input in speech to text conversion.

    Swift 3

  6. Function to align any number of word... Function to align any number of word2vec models using Procrustes matrix alignment.
    1
    # Code originally ported from HistWords <https://github.com/williamleif/histwords> by William Hamilton <wleif@stanford.edu>.
    2
    
                  
    3
    def align_gensim_models(models, words=None):
    4
        """
    5
        Returns the aligned/intersected models from a list of gensim word2vec models.