Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
elyase
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
elyase
7mo ago
there is also pz a drop-in replacement for pi rewritten in Zig. 1.7MB static binary, 3ms startup, 1.4MB RAM idle. Find more at: https://github.com/elyase/awesome-personal-ai-assistants?tab...
2.
▲
by
elyase
1y ago
https://github.com/sst/opencode
3.
▲
by
elyase
1y ago
This is similar to the tool call (fixed code & dynamic params) vs code generation (dynamic code & dynamic params) discussion: tools offer contrains and save tokens, code gives you flexibility. Some papers suggest that generating cod
4.
▲
by
elyase
1y ago
Between two models the one with the shorter Minimum Description Length (MDL) will more likely generalize better
5.
▲
by
elyase
1y ago
What you're missing is how to use the tools properly. With solid documentation, good project management practices, a well-organized code structure and tests, any junior engineer should be able to read up on your codebase, write linted
6.
▲
by
elyase
2y ago
I want to use browser-use in Cursor but I am using another option because it doesn't support MCP integration which is the common language they support for external tools
7.
▲
by
elyase
2y ago
There is more information in these twitter threads: https://x.com/karinanguyen_/status/1879270529066262733 https://x.com/OpenAI/status/1879267276291203329
8.
▲
by
elyase
3y ago
How does it compare to https://github.com/explodinggradients/ragas
9.
▲
GPT3 demos
(github.com)
3 points
by
elyase
6y ago
|
0 comments
10.
▲
by
elyase
8y ago
The closest alternatives in this space would be allennlp [1], the recently released pytext [2] and spacy [3]. pytext's authors wrote some comparison on the accompanying paper [4] and this GitHub issue [5]. [1] https://github
11.
▲
by
elyase
8y ago
We have done extensive testing in the context of chatbot intent classification and in our particular problem nothing (including CNN, LSTM, fasttext plus LUIS, Watson and other proprietary classifiers) has been able to beat a simple linear
12.
▲
by
elyase
8y ago
Take a look here for some solutions: https://www.openmined.org
13.
▲
by
elyase
8y ago
fast.ai is great and I also want to love it but I find the coding style extremely unconventional and uninviting to the point that I only use the library when there is really no better alternative (ex for the lr finding features). Variable n
14.
▲
by
elyase
9y ago
Cool project. Are you also going to allow access to the historical data?
15.
▲
by
elyase
10y ago
Dask would be an option.
16.
▲
by
elyase
10y ago
We evaluated using ConceptNet Numberbatch but in the end went with fasttext because of the treatment of OOV words using sub word information. This is important for us because we work with Social Media where misspellings are very frequent an
17.
▲
Deep text-pair classification with Quora's 2017 question dataset
(explosion.ai)
5 points
by
elyase
10y ago
|
0 comments
18.
▲
by
elyase
10y ago
It can be argued that some algorithms like Random Forests don't impose a generalization penalty as you increase the number of parameters (forests).
19.
▲
These two youngs are making $40k+ a month with fake political news
(miamiherald.com)
59 points
by
elyase
10y ago
|
36 comments
20.
▲
by
elyase
10y ago
If you follow the right people in your fields of interest you will have an endless stream of interesting updated content. You can't personalize HN to have the exact sort of news you want but you can tune the people you follow in Twitte
21.
▲
Nteract: Revolutionizing the notebook experience
(moderndata.plot.ly)
1 points
by
elyase
10y ago
|
0 comments
22.
▲
by
elyase
10y ago
Great work! A question: how do we scale the computations? I know how long my experiments normally take on a 40 core PC. How long will it take and how much will it cost if I use Empirical?
23.
▲
by
elyase
10y ago
A study assessing 6 months (n=112) and 12 months (n=96) of melatonin treatment of 2mg in a controlled release capsule, taken 1-2 hours prior to sleep, people aged 20-80 with primary insomnia failed to show any tolerance to the treatment. T
24.
▲
by
elyase
10y ago
Any chance some trained model will be released?
25.
▲
by
elyase
10y ago
You mean something like this: https://github.com/spacy-io/sputnik ?
26.
▲
by
elyase
11y ago
What I don't get is: can you use SFrame without installing the graphlab framework at all? What are the limitations? Is there an example notebook using only SFrame and not graphlab?
27.
▲
by
elyase
11y ago
Not Bootstrap specific but Macaw 1.6 [1] is now a free alternative since they were bought by InVision. [1] http://macaw.co
28.
▲
by
elyase
11y ago
I think this could have been done with GNU parallel. One advantage I see with Spark is that is that it is easier to interact with Python, for example these two lines are all is needed to call the relevant Python function: urls = sc.para
29.
▲
by
elyase
11y ago
unfortunately not yet, just tried it yesterday. There has been some progress but it looks like it might still take a while [1]. [1] https://github.com/scrapy/scrapy/issues/263
30.
▲
React Native for OS X
(github.com)
3 points
by
elyase
11y ago
|
0 comments
More ›