log

age author description
Sun, 17 Dec 2017 13:43:42 -0800 Jeff Hammel notes to self re deep neural networks
Sun, 17 Dec 2017 13:40:29 -0800 Jeff Hammel notes to self re cost function
Sun, 17 Dec 2017 13:38:05 -0800 Jeff Hammel namespace issues
Sun, 17 Dec 2017 13:35:45 -0800 Jeff Hammel add test for centroid calculations
Sun, 17 Dec 2017 13:33:56 -0800 Jeff Hammel module for centroids
Sun, 17 Dec 2017 13:32:24 -0800 Jeff Hammel add simple CLI abstraction
Sun, 17 Dec 2017 13:28:58 -0800 Jeff Hammel add tests for reader
Sun, 17 Dec 2017 13:27:24 -0800 Jeff Hammel add stub read functionality
Sun, 17 Dec 2017 13:26:05 -0800 Jeff Hammel add py2 v py3 str discriminator types
Sun, 17 Dec 2017 13:19:30 -0800 Jeff Hammel fix scoping for python 3.6
Sun, 17 Dec 2017 13:22:44 -0800 Jeff Hammel add error computation + test functions
Sun, 17 Dec 2017 13:16:16 -0800 Jeff Hammel test matrix transposition
Sun, 17 Dec 2017 13:14:31 -0800 Jeff Hammel update uniqueness test
Sun, 17 Dec 2017 12:53:47 -0800 Jeff Hammel and quick transposition function
Sun, 17 Dec 2017 12:48:06 -0800 Jeff Hammel add bounding box + tests
Sun, 17 Dec 2017 12:46:20 -0800 Jeff Hammel add bounding box functions
Sun, 17 Dec 2017 12:41:26 -0800 Jeff Hammel add more useful software + an idea
Sun, 17 Dec 2017 12:37:49 -0800 Jeff Hammel add test common functionality
Sun, 17 Dec 2017 12:36:35 -0800 Jeff Hammel add sample data
Sun, 10 Dec 2017 18:18:32 -0800 Jeff Hammel notes on averaging
Sat, 02 Dec 2017 10:22:25 -0800 Jeff Hammel [documentation] install editable instructions that work
Sat, 02 Dec 2017 10:21:18 -0800 Jeff Hammel require tensorflow
Sun, 08 Oct 2017 13:26:46 -0700 Jeff Hammel more links
Sun, 08 Oct 2017 12:59:47 -0700 Jeff Hammel [link] machinelearningmastery.com
Fri, 29 Sep 2017 10:00:31 -0700 Jeff Hammel [doc] link to deeplearn.js
Sun, 24 Sep 2017 15:30:15 -0700 Jeff Hammel [regression] add better cost function for sigmoids
Sun, 24 Sep 2017 15:25:49 -0700 Jeff Hammel [logistic regression] note further steps
Sun, 24 Sep 2017 14:42:56 -0700 Jeff Hammel [documentation] cache coursera notes
Sat, 23 Sep 2017 11:18:15 -0700 Jeff Hammel [documentation] link to lore python lib
Sun, 17 Sep 2017 18:08:55 -0700 Jeff Hammel [compat] fix variable scoping for py3
Sun, 17 Sep 2017 14:28:36 -0700 Jeff Hammel add module + test for uniqueness
Sun, 17 Sep 2017 14:21:58 -0700 Jeff Hammel [doc] references to ML projects
Sun, 17 Sep 2017 14:19:18 -0700 Jeff Hammel [doc] illustration of fwd+back propagation
Sun, 17 Sep 2017 12:01:14 -0700 Jeff Hammel [doc] add a placeholder for discussion of datasets
Sun, 10 Sep 2017 11:29:44 -0700 Jeff Hammel note dependencies
Mon, 04 Sep 2017 15:19:29 -0700 Jeff Hammel notes on backpropagation
Mon, 04 Sep 2017 15:06:38 -0700 Jeff Hammel [documentation] notes + stubs on gradient descent
Mon, 04 Sep 2017 14:53:32 -0700 Jeff Hammel [activation functions] add ReLU
Mon, 04 Sep 2017 14:34:00 -0700 Jeff Hammel derivative of sigmoid
Mon, 04 Sep 2017 14:31:25 -0700 Jeff Hammel [activation functions] placeholder
Mon, 04 Sep 2017 14:30:56 -0700 Jeff Hammel [packaging] lets try out scikit learn
Mon, 04 Sep 2017 14:16:29 -0700 Jeff Hammel [packaging] add a MANIFEST.in, mostly for show
Mon, 04 Sep 2017 14:15:36 -0700 Jeff Hammel [documentation] note more links
Mon, 04 Sep 2017 14:05:24 -0700 Jeff Hammel documentation
Mon, 04 Sep 2017 14:02:24 -0700 Jeff Hammel [documentation] more matrix notes
Mon, 04 Sep 2017 13:55:48 -0700 Jeff Hammel [documentation] add notes for matrices + vectorization
Mon, 04 Sep 2017 13:53:35 -0700 Jeff Hammel [tox] use 3.5 too
Mon, 04 Sep 2017 13:29:11 -0700 Jeff Hammel finalize logistic regression notes
Mon, 04 Sep 2017 13:20:25 -0700 Jeff Hammel [logistic regression] add model
Mon, 04 Sep 2017 12:37:45 -0700 Jeff Hammel [logistic regression] test gradient descent
Mon, 04 Sep 2017 12:04:58 -0700 Jeff Hammel remove ephemeral notes
Mon, 04 Sep 2017 12:01:57 -0700 Jeff Hammel test linear regression
Mon, 04 Sep 2017 11:53:23 -0700 Jeff Hammel [logistic regression] propagate
Mon, 04 Sep 2017 11:38:46 -0700 Jeff Hammel [requirements] add requirements file + fix tox
Mon, 04 Sep 2017 11:33:51 -0700 Jeff Hammel note dependencies; need wheels
Mon, 04 Sep 2017 10:16:01 -0700 Jeff Hammel [regression] cleanup + proper structure
Mon, 04 Sep 2017 09:58:01 -0700 Jeff Hammel [logistic regression] call cost function
Mon, 04 Sep 2017 09:14:25 -0700 Jeff Hammel [logistic regression] we have a working cost function
Mon, 04 Sep 2017 08:59:52 -0700 Jeff Hammel [logistic regression] introduce illustrative test
Mon, 04 Sep 2017 08:37:06 -0700 Jeff Hammel [iterable] add function to tell True/False if argument is an iterable