I hereby claim:
- I am floybix on github.
- I am floybix (https://keybase.io/floybix) on keybase.
- I have a public key whose fingerprint is E30E DF10 BE74 4A87 3E82 3B98 29A6 F488 A82A 820C
To claim this, I am signing this object:
## 2010-06-25 | |
## (c) Felix Andrews <[email protected]> | |
## GPL-2 | |
## If 'which' is given it should be a logical matrix specifying bold cells. | |
## Otherwise: in each column or row with numeric data, the maximum or minimum | |
## value is set bold; 'max' can have entries for each column/row, NA means skip. | |
## Examples: | |
## library(xtable) |
## groundwater database analysis scripts | |
## Felix Andrews <[email protected]> 2010-08-01 | |
library(RODBC) | |
library(zoo) | |
library(lattice) | |
library(latticeExtra) | |
library(sp) | |
library(rgdal) |
;;; support for 'brew' as a mixture of R and HTML | |
(load-file "~/.emacs.d/multi-mode.el") | |
(load-file "~/.emacs.d/html-brew.el") | |
(add-to-list 'auto-mode-alist '("\\.brew\\'" . html-brew-mode)) |
## find all transitive dependencies of an R package. | |
distrib.pkgs <- library(lib.loc=R.home("library"))$results[,1] | |
dependencies <- | |
function(pkg, dependencies = c("Depends", "Imports", "LinkingTo"), | |
pl = installed.packages()) | |
{ | |
if (!(pkg %in% rownames(pl))) stop("unknown pkg " pkg) | |
fields <- pl[pkg, dependencies] |
make "states (list) | |
to savehere | |
push "states (list heading pos pendown?) | |
end | |
to gosaved :heading :pos | |
localmake "old (pop "states) | |
localmake "oldheading (pop "old) | |
localmake "oldpos (pop "old) |
I hereby claim:
To claim this, I am signing this object:
;; gorilla-repl.fileformat = 1 | |
;; ** | |
;;; # Forecasting NYC taxi passengers | |
;; ** | |
;; ** | |
;;; _Felix Andrews_ | |
;;; | |
;;; Adapted from part of Marcus Lewis' [Predicting power consumptions with HTM](http://mrcslws.com/gorilla/?path=hotgym.clj). |
(ns org.nfrac.gron.core | |
(:require [clojure.spec :as s] | |
[clojure.spec.gen :as gen])) | |
(s/def ::sep #{-1}) | |
(s/def ::base (-> nat-int? | |
(s/with-gen #(s/gen (s/int-in 0 10))))) | |
(s/def ::seq-gene |
Banzhaf Artifical Chemistries ??
Szerlip, Morse, Pugh, Stanley (2015). Unsupervised Feature Learning through Divergent Discriminative Feature Accumulation http://eplex.cs.ucf.edu/papers/szerlip_aaai15.pdf
Mouret and Clune (2015).