log

age author description
2017-12-17 Jeff Hammel add linear regression
2017-12-17 Jeff Hammel mnist example
2017-12-17 Jeff Hammel test our pet datasets
2017-12-17 Jeff Hammel py3 compat
2017-12-17 Jeff Hammel add kmeans + dataset
2017-12-17 Jeff Hammel workaround namespace foolishess
2017-12-17 Jeff Hammel i hate namespace conflicts
2017-12-17 Jeff Hammel add noise introduction function
2017-12-17 Jeff Hammel derivative calculation: midpoint rule
2017-12-17 Jeff Hammel test distance calculations
2017-12-17 Jeff Hammel add distance norm function
2017-12-17 Jeff Hammel notes to self re deep neural networks
2017-12-17 Jeff Hammel notes to self re cost function
2017-12-17 Jeff Hammel namespace issues
2017-12-17 Jeff Hammel add test for centroid calculations
2017-12-17 Jeff Hammel module for centroids
2017-12-17 Jeff Hammel add simple CLI abstraction
2017-12-17 Jeff Hammel add tests for reader
2017-12-17 Jeff Hammel add stub read functionality
2017-12-17 Jeff Hammel add py2 v py3 str discriminator types
2017-12-17 Jeff Hammel fix scoping for python 3.6
2017-12-17 Jeff Hammel add error computation + test functions
2017-12-17 Jeff Hammel test matrix transposition
2017-12-17 Jeff Hammel update uniqueness test
2017-12-17 Jeff Hammel and quick transposition function
2017-12-17 Jeff Hammel add bounding box + tests
2017-12-17 Jeff Hammel add bounding box functions
2017-12-17 Jeff Hammel add more useful software + an idea
2017-12-17 Jeff Hammel add test common functionality
2017-12-17 Jeff Hammel add sample data
2017-12-11 Jeff Hammel notes on averaging
2017-12-02 Jeff Hammel [documentation] install editable instructions that work
2017-12-02 Jeff Hammel require tensorflow
2017-10-08 Jeff Hammel more links
2017-10-08 Jeff Hammel [link] machinelearningmastery.com
2017-09-29 Jeff Hammel [doc] link to deeplearn.js
2017-09-24 Jeff Hammel [regression] add better cost function for sigmoids
2017-09-24 Jeff Hammel [logistic regression] note further steps
2017-09-24 Jeff Hammel [documentation] cache coursera notes
2017-09-23 Jeff Hammel [documentation] link to lore python lib
2017-09-18 Jeff Hammel [compat] fix variable scoping for py3
2017-09-17 Jeff Hammel add module + test for uniqueness
2017-09-17 Jeff Hammel [doc] references to ML projects
2017-09-17 Jeff Hammel [doc] illustration of fwd+back propagation
2017-09-17 Jeff Hammel [doc] add a placeholder for discussion of datasets
2017-09-10 Jeff Hammel note dependencies
2017-09-04 Jeff Hammel notes on backpropagation
2017-09-04 Jeff Hammel [documentation] notes + stubs on gradient descent
2017-09-04 Jeff Hammel [activation functions] add ReLU
2017-09-04 Jeff Hammel derivative of sigmoid
2017-09-04 Jeff Hammel [activation functions] placeholder
2017-09-04 Jeff Hammel [packaging] lets try out scikit learn
2017-09-04 Jeff Hammel [packaging] add a MANIFEST.in, mostly for show
2017-09-04 Jeff Hammel [documentation] note more links
2017-09-04 Jeff Hammel documentation
2017-09-04 Jeff Hammel [documentation] more matrix notes
2017-09-04 Jeff Hammel [documentation] add notes for matrices + vectorization
2017-09-04 Jeff Hammel [tox] use 3.5 too
2017-09-04 Jeff Hammel finalize logistic regression notes
2017-09-04 Jeff Hammel [logistic regression] add model