Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ericdfoley
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ericdfoley
8mo ago
That's the wake sleep algorithm for undirected graphical models. Hinton had a course on Coursera around 2015 that covered a lot of pre NN deep learning. Sadly I don't think it's up anymore.
2.
▲
by
ericdfoley
2y ago
Everything around the topic of condensates, liquid-liquid phase separation, stress granules, etc. is quite interesting. And it seems like the importance of condensates and related phenomena has only been really understood within the past de
3.
▲
by
ericdfoley
2y ago
Computational Science and Engineering by Gilbert Strang
4.
▲
by
ericdfoley
2y ago
Yeah, it makes a lot of sense to just create those gaps when you're specifically installing the fiber for sensing.
5.
▲
by
ericdfoley
2y ago
Not quite the same thing, but this reminds me of DAS using fiber optic cable for various acoustic sensing tasks--basically as an alternative to geophones/hydrophones. There have been a number of papers using transoceanic fibers for var
6.
▲
by
ericdfoley
2y ago
The thing is that there is probably a lot of existing C++ code that is UB without std::launder (similarly to aliasing rules.) The main problem is that the C++ object lifetime rules are not well understood by most people writing C++ code.
7.
▲
by
ericdfoley
2y ago
Helliwell & Sahakian Modern Classical Mechanics at least seems to do a much better job of explaining the Legendre transform than Goldstein, but it still never mentions the convexity requirement on f. I feel like understanding the genera
8.
▲
by
ericdfoley
3y ago
Sounds like that would allow a Linux VM running on a macbook
9.
▲
by
ericdfoley
3y ago
Seg faults
10.
▲
by
ericdfoley
3y ago
This has always been an issue with sorting float arrays that contain NaN in C or C++ (e.g. with std::sort() with the default "<" comparator.)
11.
▲
by
ericdfoley
3y ago
Bishop Pattern Recognition and Machine Learning is an awesome starting point. I think it's way more coherent (although it probably is less comprehensive) than Elements of Statistical Learning.
12.
▲
by
ericdfoley
3y ago
If you're interested in perception, like tracking & freespace detection or SLAM, then "Probabilistic Robotics" by Thrun is pretty good. For a more fundamental take on that stuff (but less robotics specific), "Pattern