Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
relate
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Bring Your Work to Iceland
(startupiceland.com)
2 points
by
relate
6y ago
|
0 comments
2.
▲
by
relate
6y ago
FYI Here is an overview of all of his columns: https://www.bloomberg.com/opinion/authors/ARbTQlRLRjE/matthe...
3.
▲
by
relate
6y ago
Here is an example of a demo we released that uses a tooltip to make it more obvious how it works: https://hific.github.io/
4.
▲
by
relate
6y ago
You could allow for errors and use a bloom filter to avoid the space issue: https://en.wikipedia.org/wiki/Bloom_filter
5.
▲
by
relate
8y ago
Would you prefer 11111+11111+33333 instead?
6.
▲
by
relate
8y ago
I've done whiteboard only interviews, as well as shared doc/coderpad only, and I find both limiting. When thinking about the problem, it's great to have a whiteboard to sketch examples etc, but writing code is much easier wit
7.
▲
by
relate
8y ago
and whether you are willing to work 106 (40+56) hours a week...
8.
▲
Generative Adversarial Networks for Extreme Learned Image Compression
(data.vision.ee.ethz.ch)
105 points
by
relate
8y ago
|
31 comments
9.
▲
by
relate
9y ago
I find it strange you mention transfer learning, since one of the reasons neural networks are so popular are because they tend to excel at it. Adapting (i.e. fine-tuning) networks trained on a task with a lot of data (e.g. image classificat
10.
▲
by
relate
9y ago
Could't they open source the design/implementation without a permissive licence? I.e. everyone could audit, but nobody could use it commercially.
11.
▲
by
relate
9y ago
In your example, this would correspond to having the number x = 0 +-1 and then wanting to compute 1/x. If your number can potentially be zero, why would you want to use it as a divisor?
12.
▲
by
relate
9y ago
I'm not sure what you are implying. Iceland suffered a hit in the 2008 crash, but has since almost fully recovered. GDP Iceland over time (2017 missing): https://data.worldbank.org/indicator/NY.GDP.PCAP.CD?location
13.
▲
by
relate
9y ago
Hi, I'm one of the authors. That is correct in a strict sense, but we wanted to focus on the more 'creative' part of logos rather than the text. GANs are known to struggle with high resolutions, but we note that we show highe
14.
▲
Logo Synthesis and Manipulation with Clustered Generative Adversarial Networks
(arxiv.org)
10 points
by
relate
9y ago
|
8 comments
15.
▲
by
relate
9y ago
Suppose I have the set F = { all integers x where x can be written with a finite number of digits } Are you saying the set F is finite? Or are you saying that the set F contains transfinite numbers?
16.
▲
by
relate
9y ago
You Ain't Gonna Need It. (I think)
17.
▲
by
relate
9y ago
Shameless plug: we have a workshop today @ CVPR 2017 that explores the classification task of ImageNet using crawled (and noisy) data: https://www.vision.ee.ethz.ch/webvision/workshop.html In contrast to ImageNet, only
18.
▲
by
relate
9y ago
Interesting! I am wondering if it is easy to incorporate the visualizations of the models during training? If not, is this something on the roadmap?
19.
▲
by
relate
10y ago
Another issue is that browsers do not display the non-secure http:// prefix in the url bar (which should probably be red and striked through). As a PoC, I bought the domain https.is, and now I can construct urls like https.is&#x
20.
▲
by
relate
10y ago
Well, if a large corporation infringes on your patent, in theory your patent is now valuable to its competitors as a "weapon" for their "patent arsenal".
21.
▲
by
relate
10y ago
What if someone edits an answer posted before you made it?
22.
▲
by
relate
10y ago
1. Set a minimum time until next stop can be announced 2. Add a button to skip a stop
23.
▲
by
relate
10y ago
I would have thought the same. However instead of adding random latency, one could have a buffer, that only allows a couple of fixed output rates (eg, 150,160,...,300 CPM), when typing. This would probably be quite annoying to type on thou
24.
▲
by
relate
11y ago
Thanks :-)
25.
▲
by
relate
11y ago
Yeah, we are not accounting for connection times right now. However, we have the data to make it more accurate, just needs a bit more coding ;)
26.
▲
by
relate
11y ago
Ideally I'd also want also to have cycling+train - since that is also a feasible option for some people. E.g. I live 1km away from a train station that is well connected to my workplace, so I can bike to the train station and commute t
27.
▲
by
relate
11y ago
Thanks :-) The stack is based on: * A Javascript based SPA with handlebars for template and leaflet.js for map * Django + Postgres for the API * Simple Vertex-Edge model of the train system, with shortest-path to estimate travel times (incl
28.
▲
by
relate
11y ago
I'm one of the creators. This was built in 40 hours at Hackzurich 2015 (www.hackzurich.com) and combines the following: * The largest rent database of Switzerland * A model of the train system of Switzerland * A simple r
29.
▲
by
relate
11y ago
Except that increased money supply means inflation which means that middle & upper class can buy less than before. E.g. someone with a medium salary might only get 20% higher income post-stipend but prices would rise more.
30.
▲
by
relate
11y ago
You took a poor example since pi is not known to be a normal number (see eg http://mathworld.wolfram.com/NormalNumber.html ) This number however is: 0.0 1 10 11 100 101 110 111 1000 ... This number contains all mo
More ›