GithubHelp home page GithubHelp logo

Ethan's Projects

fairseq icon fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

gae icon gae

Implementation of Graph Auto-Encoders in TensorFlow

gcn icon gcn

Implementation of Graph Convolutional Networks in TensorFlow

graph-tool icon graph-tool

An efficient python module for analysis and manipulation of graphs.

grover icon grover

Code for Defending Against Neural Fake News, https://rowanzellers.com/grover/

heap--go icon heap--go

An implementation of a binary, node based heap in Go. The heap is generic in that it requires types fit an interface with two simple methods (String, and CompareTo)

heap--java icon heap--java

A generic Java implementation of a Heap, using an array. Includes standard functions for a heap, along with a Priority Queue implemented using the heap, and an interface for a heuristic to be used with the heap, such as the provided MinHeap and MaxHeap heuristics.

holotoolkit icon holotoolkit

The HoloToolkit is a collection of scripts and components intended to accelerate the development of holographic applications targeting Windows Holographic

idea_relations icon idea_relations

A framework to identify relations between ideas in temporal text corpora.

insite-augmented-reality icon insite-augmented-reality

Uses Meta Augmented Reality Glasses to transform any flat surface into a collaborative work area with other Meta users or Android phone/tablets. You can also use physical objects like real erasers. Built at NWHacks with Hallie Dunham, Logan Taylor, and Matthew Linker

jackal icon jackal

Poset data structure along with several poset algorithms. Created as part of my undergraduate research with Dr. Heath.

jgrapht icon jgrapht

Master repository for the JGraphT project

keras icon keras

Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.

keras-gcn icon keras-gcn

Keras implementation of Graph Convolutional Networks

lgtm icon lgtm

The code for my thesis project, Looks Good to Me (LGTM), Authentication for Augmented Reality. This is a full implementation of LGTM that localizes a wireless transmitter, and searches for a specific face at that location to authenticate two users trying to establish secure point to point communication.

linkedlist--cplusplus icon linkedlist--cplusplus

a generic C++ implementation of a LinkedList, with standard functions, as well as an Iterator abstract class, and a LinkedListIterator concrete class used to iterate over the LinkedList, and to add and remove elements from the middle of the LinkedList. Also includes time complexity in comments of all functions whose time complexity isn't O(1).

linkedqueue--c icon linkedqueue--c

A generic C implementation of a Queue. Uses a pre-processor macro to enable the generic-ness. To use this Queue you must embed a QNode struct into your data objects, and then use the macro QUEUE_ENTRY(DATA_OBJECT, STRUCT_TYPE (of your DATA_OBJECT), MEMBER (the variable name in DATA_OBJECT of the QNode stored in it))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.