Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tiger10guy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
tiger10guy
11y ago
https://vimeo.com/115154289
2.
▲
by
tiger10guy
12y ago
I'll just leave [this]( https://www.youtube.com/watch?v=m5tGpMcFF7U ) here. Dan Dennett has said similar things.
3.
▲
by
tiger10guy
12y ago
Yes! ... but which variables? Permutations grow exponentially as you add dimensions, so you can't have too many.
4.
▲
by
tiger10guy
12y ago
Their method for training a shallow network requires that one first train a deep network.
5.
▲
by
tiger10guy
12y ago
The ideas that I, as a programmer in the traditional sense, want to communicate to computers are not the ideas I want to communicate to humans. I might ask my friend to move the report he's working on to a shared network location so I
6.
▲
by
tiger10guy
12y ago
I'm pretty sure there's not an autoencoder involved, it just looks like a vanilla conv net. This is the implementation: http://torontodeeplearning.github.io/convnet/
7.
▲
by
tiger10guy
12y ago
I don't think information about how Vicarious systems work is publicly available. Presumably they're using something similar to HTM.
8.
▲
by
tiger10guy
12y ago
In Li Deng's and Dong Yu's book on Deep Learning (March 2014) version they briefly relate Hierarchical Temporal Memory (HTM) to the Convolutional Neural Networks which are popular for Deep Learning. http://research.micr
9.
▲
by
tiger10guy
12y ago
How did you get those numbers?
10.
▲
by
tiger10guy
12y ago
Answers to real world questions almost always lie somewhere between 0 and 1. Your question is no exception.
11.
▲
by
tiger10guy
12y ago
I haven't used that, but it looks interesting. After a brief look it seems like they both submit jobs to Python interpreters started up in other processes. Parallel Python (PP) seems to have a clunkier API, but also more functionality.
12.
▲
by
tiger10guy
12y ago
For the every day when I want to make embarrassingly parallel operations in Python go fast I find joblib to be a pretty good solution. It doesn't work for everything, but it's quick and simple where it does work. https:/
13.
▲
by
tiger10guy
13y ago
It might be useful to record the inputs. Someone could train an AI to play 2048 like HN.
14.
▲
by
tiger10guy
13y ago
You can forget about dimensions... yet it's still in 4 dimensions. That's what's so cool about it!
15.
▲
by
tiger10guy
13y ago
That makes sense. I think my intuitions for the discrete and continuous are similar for 2D and 3D. Are they fundamentally similar? How do they differ, even if only a little? It seems that discrete 4D intuition should somehow help with conti
16.
▲
by
tiger10guy
13y ago
It's so hard to get intuitions about higher dimensions and this seems to do an incredible job. The game is simple enough and the cardinality of the dimensions low enough (2x2x2x2) that I can actually play it smoothly (having played the
17.
▲
by
tiger10guy
13y ago
It seemed like too short a time. I figured someone had thought of it first, but I still couldn't help saying something. Nice work!
18.
▲
by
tiger10guy
13y ago
Thanks! (in response to https://news.ycombinator.com/item?id=7417294 )
19.
▲
by
tiger10guy
13y ago
Someone should make a 4D version.
20.
▲
by
tiger10guy
13y ago
Well put.
21.
▲
by
tiger10guy
13y ago
Eventually, academic papers should be interactive because taking advantage of electronic media can communicate so much more. See this talk on "Media for Thinking the Unthinkable" by Brett Victor: http://vimeo.com/6
22.
▲
by
tiger10guy
13y ago
Math isn't the symbols, it's the ideas. The symbols are just a crude way of communicating the ideas.
23.
▲
by
tiger10guy
14y ago
What's even more cool? Before long computers will be able to conceptualize the whole complex mess. Consider how we acquire knowledge (perhaps like http://matt.might.net/articles/phd-school-in-pictures/ ). The more we've learned, the more w
24.
▲
by
tiger10guy
14y ago
Ditto to the gambler comment. Read Nate Silver's book on predictions for more. Working as a stock broker shouldn't be compared to software development without some explanation of why the link is valid, which it isn't in this case.
25.
▲
by
tiger10guy
14y ago
What's wrong with the browser version?
26.
▲
by
tiger10guy
14y ago
Related thoughts on education... from CGP Grey: http://www.youtube.com/watch?annotation_id=annotation_830833... Also watch Greys favorites vol 4 (playlist on CGP Grey channel). These thoughts from Salman Khan are most relevant here: http
27.
▲
by
tiger10guy
14y ago
Just what I thought! One thing to point out: there's a fine line between what is and what is not repetition. You may/will find a tool that's perfect for what you want to do sans one or two features. Your ability to adapt that tool to exactl