The title says "hours-long diving" so at least a few hours i guess...
HN user
coolness
RL in natural sciences coolness at thundermail.com
Good work! The animations are super cool, how did you make them?
This used to be the case: research was conducted mostly at academic institutions that did not provide degrees [1]. The "research university" is a relatively new thing
[1] https://asteriskmag.com/issues/10/the-origin-of-the-research...
Slight tangent: i was wondering why DeepSeek would develop something like this. In the linked paper it says
In production, DeepSeek-OCR can generate training data for LLMs/VLMs at a scale of 200k+ pages per day (a single A100-40G).
That... doesn't sound legal
Great post. Super sad state of affairs but we move on and learn new things. Programming was always a tool and now the tool has changed from something that required skill and understanding to complaining to a neural net. Just have to focus on the problem being solved more.
damn, i was really excited to have a new article by this guy. Makes some of the best articles out there for sure
Wow thats very cool, i was puzzled at first as to why the pokemon types were in Finnish!
Yeah, I don't really understand why someone would make a blog and use AI to write the articles. Isn't having a blog more about the joy of writing and the learning you do while writing it?
Great post and amazing progress in this field! However, I have to wonder if some of these letters were part of the training data for Gemini, since they are well-known and someone has probably already done the painstaking work of transcribing them...
Yeah, even with this fixed it's going to be annoying because it first restarts, so you have to stay at the PC to select windows in grub
I also thought this but OP is right: https://dev.timenote.info/de/Nenad-Petrovic
In 1964 Petrović constructed a position with 218 possible moves for White.
Great story and I'm sure the new math chops help her a lot during her studies.
In case anyone else is interested, it is possible to study computer science without any entrance exams due to the Digital Education for All initivative (https://www.helsinki.fi/fi/projektit/digital-education-all in Finnish, sorry). You get the full study right after completing 60 credits (out of a total 180 credits) worth of courses in the first year.
This is a great idea actually, this way you could also enforce that all the words appear _exactly once_ (by rejecting during sampling words that were already in the answer) which seemed to be a significant issue for me when I tried this.
I expect if you asked it to correct its output in a followup message, it could do so without much difficulty.
I had a similar idea to the author and tried this many times, albeit with the free version of ChatGPT. After getting wrong results, I prompted it to correct them, even telling the model explicitly that a category is wrong or doesn't make sense. Nothing I did made a difference.
My two cents on why this doesn't work has to do with the fact that the answer should contain a discrete set of words given in the prompt, and importantly, they should not be duplicated. I suspect that these currents models are not very good at following the instruction "the token should appear in the answer exactly once"
What an engagingly-written and interesting piece. I really enjoyed the glimpse into the lives of ordinary people somewhere where I may never get the opportunity to travel to.
Some of the underlying CuDNN algorithms have nondeterministic implementations, which applies to PyTorch as well. See https://pytorch.org/docs/stable/notes/randomness.html
You can change the language of Google Maps to Finnish, and still keep the phone on English. At least in the latest versions of Android. This makes it pronounce the street names properly
I loved the idea, but on further thought, the AI has a huge advantage in knowing what the engine move is, so they can never lose to incorrectly calling the last move and engine move.
The computer seems to move very slowly, and gets much more time for each move than me. Is this intended, or is it because everyone on HN is trying it out? Might be some sort of client - backend synch issue.
edit: the computer now flagged on my screen, but I did not get any message of a result
Reminds me of the business card scene in American Psycho:
"Look at that subtle off-white coloring. The tasteful thickness of it. Oh, my God. It even has a watermark."
Eric Rosen accepted my Stafford gambit! [1]
ps. Is there an option to play black?
Needs [2020] in the title. Interesting work nevertheless.
The editor itself looks very good - I really like grid-based approach
edit: whoah, the pricing is also incredibly cheap! 18$ a year, most similar services charge tens of dollars a month with similar features
They filter out fast games (bullet and faster) and moves where one has less than 30 seconds total time to make the move. They say this is to avoid capturing "random moves" in time trouble
This, not to mention one could get the GPU usage on the V100 way higher by training with larger batch sizes, which would also make training much faster.
Wow, did you make this using GPT-3? Is the first sentence yours and the rest generated?
This is exactly what most people in this thread are missing. The copyright holder, i.e the creator of the code is never obligated to do anything by the licence he chooses to release with. The licence applied to users of the copyright owners work.
Agreed wholeheartedly. PyTorch is so much better at user experience. This tweet by Andrej Karpathy summarizes my thoughts when I switched https://twitter.com/karpathy/status/868178954032513024?lang=...
Related to this, any thoughts on the surface laptop as an alternative to MBP? Are the trackpad and keyboard good?
Yeah, I wonder what the intended audience is. I would guess that if someone is familiar with the notation and concepts introduced, that they would also be quite familiar with linear regression. Nice article nevertheless.