- crank everything! (didn't save numbers)
- added 4 rlu layers with around 1000 neurons
- very non-deterministic performance
- didn't understand model
- read the docs!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +csquared is my blockchain ID. https://onename.com/csquared |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am csquared on github. | |
* I am csquared (https://keybase.io/csquared) on keybase. | |
* I have a public key whose fingerprint is A0A8 220E EAA2 7665 7A47 FB23 CAB1 2481 ACC6 5176 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 6e98738c32e2a4975fcdbc61114f9d071d671995 | |
Author: Chris Continanza <[email protected]> | |
Date: Sun Mar 16 12:42:27 2014 -0700 | |
fix sign | |
diff --git a/ecdsa.cpp b/ecdsa.cpp | |
index ff9d534..a26ad2f 100644 | |
--- a/ecdsa.cpp | |
+++ b/ecdsa.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'redis' | |
$redis = Redis.new | |
def pub | |
puts 'pub' | |
$redis.publish('one', 'two') | |
$redis.publish(:one, 'two') | |
#$redis.publish(:one, 'exit') | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- don't rollback the entire fucking transaction | |
-- if you typo a sql command, but only in interactive mode | |
\set ON_ERROR_ROLLBACK interactive | |
-- a prompt wtih transaction information | |
\set PROMPT1 '%[%033[33;1m%]%x%[%033[0m%]%[%033[1m%]%/%[%033[0m%]%R%# ' | |
-- automatically switch between extended and normal | |
-- depending on how wide the output is | |
\x auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#set-option -g default-terminal "screen-256color" | |
# command prefix (like screen) | |
set -g prefix C-a | |
bind C-a send-prefix | |
#bind tab select-pane -t :.+ | |
# quit \ | |
unbind \ |
NewerOlder