Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
idunning
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
HFT firm hires creator of C++ Compiler Explorer 'Godbolt'
(efinancialcareers.com)
3 points
by
idunning
2y ago
|
0 comments
2.
▲
2023 HRT AI Labs Summer Projects
(hudsonrivertrading.com)
3 points
by
idunning
3y ago
|
0 comments
3.
▲
HRT Intern Spotlight: 2022 Software Engineering Projects
(hudsonrivertrading.com)
4 points
by
idunning
4y ago
|
0 comments
4.
▲
Dopamine: New Framework for Reproducible Reinforcement Learning Research
(ai.googleblog.com)
3 points
by
idunning
8y ago
|
0 comments
5.
▲
by
idunning
8y ago
Its also very similar to many opinionated Python style guides (minus the !, and where @ is used for decorators [which are a bit meta like macros])
6.
▲
by
idunning
10y ago
Blog post for the paper: https://deepmind.com/blog/differentiable-neural-computers/
7.
▲
Hybrid computing using a neural network with dynamic external memory
(nature.com)
153 points
by
idunning
10y ago
|
38 comments
8.
▲
by
idunning
10y ago
Because index sets in mathematics are typically indexed beginning at 1? The most notable, and relevant, being indexing in matrices
9.
▲
The Juliar Language
(github.com)
2 points
by
idunning
10y ago
|
1 comments
10.
▲
by
idunning
10y ago
Are you using column generation/Dantzig–Wolfe decomposition?
11.
▲
by
idunning
10y ago
Not sure what you mean - in case our office gets hit by a meteor?
12.
▲
by
idunning
10y ago
This is partially fixed in Julia 0.5 (or available now as BaseTestNext.jl in Julia 0.4). Its basically a backwards-compatible rewrite of the former Base.Test that adds the notion of test sets - enabling counting tests by default, but also n
13.
▲
“What happens if the variables are sorted independently before regression?”
(stats.stackexchange.com)
2 points
by
idunning
11y ago
|
0 comments
14.
▲
Federal Reserve Bank of NY converts major economic model to Julia
(libertystreeteconomics.newyorkfed.org)
173 points
by
idunning
11y ago
|
88 comments
15.
▲
by
idunning
11y ago
StaffJoy ( https://www.staffjoy.com/ ) are using Julia for staff schedule optimization, and a large multinational is using it for train schedule optimization. Its also in use (at least on a trial basis) in the financial secto
16.
▲
by
idunning
11y ago
Indeed, the "Ju" in "Jupyter" is for Julia!
17.
▲
by
idunning
11y ago
There are definitely some scope issues with the distributed computing functionality, see e.g. https://github.com/JuliaLang/julia/issues/13649 for a general tracking issue (also, that is the 0.3 version of the
18.
▲
by
idunning
11y ago
Slides: http://iaindunning.com/talks/JuliaCon15JuliaOpt.pdf
19.
▲
Optimization-related projects in Julia v2 [video]
(youtube.com)
11 points
by
idunning
11y ago
|
1 comments
20.
▲
by
idunning
11y ago
Source? One of the best arguments, that is personally relevant to the work I do, is that indexing in math often starts at 1 (e.g. the indexing of rows and columns of a matrix). Translating this to code results in a mental overhead of mappin
21.
▲
by
idunning
11y ago
The problem is that you may have to stray outside that vectorized bubble, and at that point you enter into a two-language situation if you are using R (e.g. RCpp) or Python (Cython?) - which was one of the motivations for the whole Julia la
22.
▲
by
idunning
11y ago
Varies wildly depending on field even within an institution, and is still only for 9 months of the year (pay for the summer either with grants, consulting, or by teaching summer school classes [if there are any]).
23.
▲
by
idunning
11y ago
Sure, go ahead!
24.
▲
by
idunning
11y ago
As someone who almost exclusively uses Julia for their day-to-day work (and side projects), I think most of the author's thoughts about Julia are correct. I think the language is great, and using it makes my life better. There are some
25.
▲
by
idunning
11y ago
I also interned there, and my team was working 50ish hour weeks on a relatively flexible schedule (e.g. come in 7am-11am, leave 3pm-7pm). Search-related team. I know some teams might be working far more, but that wasn't common as far a
26.
▲
Analyzing Julia's issue counts over time
(iaindunning.com)
25 points
by
idunning
11y ago
|
1 comments
27.
▲
by
idunning
11y ago
I was really impressed that the author included this caveat: > A word on procedure: In this section, we've smoothly moved from single hidden-layer shallow networks to many-layer convolutional networks. It's all seemed so easy!
28.
▲
by
idunning
11y ago
Oh for sure, precomputation is essential. Hell, on a 100-1000 node sparse graph you can store all pairs shortest path info in a really small amount of data (like, PC game feasible for sure). For a game situation I'd be willing to burn
29.
▲
by
idunning
11y ago
Thats an explicit constraint, not an implicit constraint: The first person has an explicit constraint of "Lets consider only proposals that use existing technology". Thats exactly my point! Except in this case the implicit constra
30.
▲
by
idunning
11y ago
Implicit constraints kind of suck for the purposes of creating and sharing knowledge though, don't you think? Even constrained to the domain, there are a wide variety of devices people play games on, so I still think its misleading to
More ›