Viewing profile — A-Train
A-Train
HN member- Joined
- Sun, Feb 09, 2020, 9:07 AM UTC
- HN karma
- 108
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About A-Train
No profile information was provided.
Recent public activity
-
comment
Comment #37189153
Amen.
-
comment
Comment #37158255
I'm a Data Scientist. For some time, I've been working on a library for feature engineering. • GitHub: https://github.com/feature-express/feature-express • Website: https://feature…
-
comment
Comment #36826045
The architecture is something like an ensemble but there is also this control network which chooses 2 experts to generate text.
-
comment
Comment #36800281
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 chatg…
-
comment
Comment #36737160
That feels like a great idea to mix to strong models like these in a sequence.
-
comment
Comment #36679025
I'm pretty surprised more people dont use logit biases to call openai with. Checking if something is either a or b means that the tokens for those letters must be 100 weight which …
-
comment
Comment #36586544
You can build procedures for fact checking quite easily. It is like asking gpt to write code and tests.
-
comment
Comment #34847303
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.
-
comment
Comment #33922674
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...
-
comment
Comment #33077349
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 signific…
-
comment
Comment #32835510
It is expensive but even then Youtube has been profitable for many years now. It represents 10% of Google revenue. 5-10 ads is a cash grab imho.
-
comment
Comment #32800036
He liked Top Gun Maverick very much too. The review was fantastic.
-
comment
Comment #31874024
Except it didnt. Dall-e and copilot are both microsoft because microsoft bought openai. Google created imagen which is better than dall-e.
-
comment
Comment #30464825
Not sure if it is more relevant when you immediately hear about increased radiation from the power plant.
-
comment
Comment #30399122
You realize that Scikit-learn is written mostly in Cython (where high performance is needed)? It is a part of the most influential ML library in existence.
-
comment
Comment #30247018
If you believe Rust zero cost abstraction - being safe doesn't mean it has to be compared to safe languages because Rust and C can translate into same assembler code. But in Rust t…
-
comment
Comment #30194221
To some extent it depends on the settings of the tournament because engines can work in the background and analyse position while it is not their turn. It is called ponder. Time ma…
-
comment
Comment #30194152
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 tra…
-
comment
Comment #29612972
Just look at new cases and deaths in South Africa and compare to the previous waves. Seems pretty convincing to me.
-
comment
Comment #29573718
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.
-
comment
Comment #29026451
Agree. Even yesterday I was praising Blender's node editor and I'm encouraging the developers to mimic its functionalities in a product we are building.
-
comment
Comment #28705494
For traffic simulation there is https://github.com/a-b-street/abstreet which is very impressive project.
-
comment
Comment #27708882
And I disagree with you. The police officer is not doing anything wrong he is only utilizing a strange loophole. Is an actor wearing a reflective hat is breaking law by preventing …
-
comment
Comment #27628743
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 …
-
comment
Comment #27601565
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 c…