cweill
I used to do Machine Learning at @Google Research. Now I make YouTube videos. Cornell '12.
New York, NY
Pinned Repositories
adanet
Fast and flexible AutoML with learning guarantees.
dotfiles
Euler
Learning Go by solving project Euler problems.
gotests
Automatically generate Go test boilerplate from your source code.
GoTests-Sublime
A Sublime Text 3 plugin for generating better Go tests.
Permute-Golang
A simple iterative library to obtain the next lexicographic permutations of a string in O(n) time, and all permutations in lexicographic order.
SuffixArray-Golang
A replacement for the suffix array packaged with Go. It builds a suffix array from a string, and can compute the longest repeated or non-overlapping repeating substring.
unbeatable-connect-four
A commandline Connect-Four implementation with an AI opponent.
nitroml
NitroML is a modular, portable, and scalable model-quality benchmarking framework for Machine Learning and Automated Machine Learning (AutoML) pipelines.
adanet
Fast and flexible AutoML with learning guarantees.
cweill's Repositories
cweill/gotests
Automatically generate Go test boilerplate from your source code.
cweill/GoTests-Sublime
A Sublime Text 3 plugin for generating better Go tests.
cweill/SuffixArray-Golang
A replacement for the suffix array packaged with Go. It builds a suffix array from a string, and can compute the longest repeated or non-overlapping repeating substring.
cweill/Permute-Golang
A simple iterative library to obtain the next lexicographic permutations of a string in O(n) time, and all permutations in lexicographic order.
cweill/dotfiles
cweill/Euler
Learning Go by solving project Euler problems.
cweill/unbeatable-connect-four
A commandline Connect-Four implementation with an AI opponent.
cweill/adanet
Fast and flexible AutoML with learning guarantees.
cweill/Sorted-Circular-Doubly-Linked-List
A sorted circular doubly linked list implemented in both Coffeescript and Javascript.
cweill/tfx
TFX is an end-to-end platform for deploying production ML pipelines
cweill/Unbeatable-Tic-Tac-Toe
An iOS game of Tic Tac Toe with an optional and unbeatable AI player!
cweill/apn_sender
Background worker to send Apple Push Notifications over a persistent TCP socket.
cweill/CountryPicker
CountryPicker is a custom UIPickerView subclass that provides an iOS control allowing a user to select a country from a list. It can optionally display a flag next to each country name, and the library includes a set of 249 high-quality, public domain flag images from FAMFAMFAM (http://www.famfamfam.com/lab/icons/flags/) that have been painstakingly re-named by country code to work with the library.
cweill/cweill.github.io
Personal website.
cweill/golang
Read-only mirror of http://golang.org mercurial repository
cweill/google-media-framework-ios
The Google Media Framework (GMF) is a lightweight media player designed to make video playback and integration with the Google IMA SDK on iOS easier.
cweill/homebrew
:beer: The missing package manager for OS X.
cweill/package_control_channel
Default channel file for Package Control. Follow the directions at:
cweill/spacemacs
A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
cweill/tensor2tensor
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.