A-Train
No user record in our sample, but A-Train has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but A-Train has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
The architecture is something like an ensemble but there is also this control network which chooses 2 experts to generate text.
Right now I start my prompts to chatgpt-4 with "dont be lazy". For every question I have it answers that it is a complex problem... GPT-3.5 in the API is more consistent that chatgpt-4. Even with some additional prompts…
That feels like a great idea to mix to strong models like these in a sequence.
You can build procedures for fact checking quite easily. It is like asking gpt to write code and tests.
Ah nostalgia... This was my first PC processor. I remember my CPU came with some sort of a bug that prevented me running windows 3.11 on it.
Not sure it you know Terry Pratchett and his discworld series but this was his exact train of thought. http://www.telegraph.co.uk/culture/books/authorinterviews/10...
Except Paul McCartney is considered as one of the best song writers of all time. There may be many musicians who can do the same on a technical level but even then he is a significant outlier.
Except it didnt. Dall-e and copilot are both microsoft because microsoft bought openai. Google created imagen which is better than dall-e.
Not sure if it is more relevant when you immediately hear about increased radiation from the power plant.
Yes you are right it is not a very good UX. For me the most interesting part is observing the evaluations of the position from the perspective of 2 engines. See the charts that track it move by move. It is often the…
Just look at new cases and deaths in South Africa and compare to the previous waves. Seems pretty convincing to me.
How exactly increased elo makes lichess worse? I would only argue that because of the number of players chess.com it seems more stable. I really feel every 50 of elo difference.
For traffic simulation there is https://github.com/a-b-street/abstreet which is very impressive project.
You should be grateful that someone else did it because it is a bad idea. Everyone of those services is easily replaceable with a library call. For example there is no language in the top 20 Tiobe index that doesn't…
Not necessarily true that MLPs are very compute expensive. It is maximum a couple of layers and if your input is sparse (categorical) you can gain even more. For some problems it can be the fastest and decent non linear…
The algorithms to train, initialize the networks, new architectures are far more important than the hardware advances. If people knew how to train NNs 50 years ago we would live in a different world.
Whatever AI is or will be it won't be written by us. Architectures designed by deep learning methods are often better and simpler than designed by humans. We just lack the tools to run the search. I think that AI is a…
Don't worry. There are more and opportunities. I feel that Rust enables a paradigm shift in application development. When people realise that they dont need cloud infrastructure to do 90% of the stuff they will move to…
At my startup we do the same but with Rust. All the reasons stand. Insanely fast, self contained (web service / embedded UI with static js/html). Could not be happier with the architecture. I wrote it about it here if…
This doesn't prove anything. FLoC is enabled only in 5% devices in selected countries.
I do the same thing with "no SQL db". The only thing I do differently is not make snapshot of the state but rather replay events to achieve the same state as before (or different t if we migrate to different logic).…
Pretty interesting topic. I am all for composability. However, I don't necessarily agree with particular benefits of pure data literals. I feel more secure when I wrap even simple types like Strings so that ItemId,…
This was a very smart cold blooded strategy. They didn't need to do anything at this point because within a few days after the launch there were plenty of reviews to confirm they had the best high-end CPUs. They knew…
I dont think so. It generates stereo images from 3D (not takes them as an input) so it is exactly related to blenderproc and other tools.
I like this one https://github.com/rust-lang/rustlings. It is a set of exercises in which you must fix fragments of the code to pass the test.