Giter VIP home page Giter VIP logo

Matthew Hawthorn's Projects

adhocmlp icon adhocmlp

Almost-Done (Always Developing) Homebrew Categorical Multi-Layer Perceptron

advent_of_code_2021 icon advent_of_code_2021

Artistically crafted solutions to the Advent of Code 2021 problems with a consistent interface

asciify icon asciify

command line tool to turn images into ascii art

cacheproperty icon cacheproperty

A subclass of python's builtin property class that removes boilerplate by implementing the _hidden_attribute pattern with a single decorator call. Also facilitates invalidation of the cached hidden attribute with a `@cacheproperty.invalidate` decorator on any other methods or properties in a class.

carefree-automated-language-models icon carefree-automated-language-models

Tool to build efficient vector space and n-gram language models from a stream of arbitrarily-structured documents using builtin python data types. Never store a token more than once- always use an ID. Count n-grams with tries, not tables. Make everything easily configurable. Build a language model CALMly- spend your time thinking about preprocessing choices, not the implementation.

cellsd3 icon cellsd3

A continuous-state 1-D cellular automaton implemented using D3.js.

congresspolarization icon congresspolarization

A project to visualize polarization and alliances in the US Congress throughout its history. Analysis with Python + pandas & numpy, storage with Sqlite3, visualization with d3.js/HTML/CSS.

corpus-explorer icon corpus-explorer

A tool for modeling a corpus with an LDA topic model and visualizing/searching the results in a Shiny app

datatable-vs-dataframe icon datatable-vs-dataframe

Functions for simple benchmarking of data.frame vs data.table operations on identical inputs, with utilities for graphing the output

infixable icon infixable

h = f |o>> g in Python, plus other neat functional tricks like h = f *o>> g and h = f **o>> g

pandera icon pandera

A light-weight, flexible, and expressive pandas data validation library

parray icon parray

framework for parallelized array ops in python

pianotuner icon pianotuner

A Python package for optimizing piano tuning sequences from a set of target pitches

sk-torch icon sk-torch

A wrapper around pytorch module objects with a sklearn-like interface, allowing boilerplate-free training of complex neural nets.

tuning_theory_talk icon tuning_theory_talk

Paper wrapping up the content of a talk on the mathematics of tuning systems that I gave to the UofL Mathematics Club in 2014

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.