Doug Dimmadome, the owner of the dimmsdale dimmadome?
- 2 Posts
- 27 Comments
Switzerland? In the French or Italien speaking parts maybe. The German speaking part is more like Germany with less bureaucracy.
holomorphicto Technology@lemmy.zip•An activist has started using AI to identify ICE agents beneath their masksEnglish2·1 个月前Sure, let’s pretend the field of AI, with that exact name, isn’t at least 50 years old.
Facial recognition has probably been taught in AI courses for almost two decades now. “Artificial Intelligence: A Modern Approach” is 30 years old, and only about half of it is concerned with Statistics.
Aaron was about as much a cofounder of reddit as Musk is a cofounder of tesla. Source: I was on reddit when he joined and I remember his own yc-startup Infogami.
holomorphicto Technology•An AI That Promises to “Solve All Diseases” Is About to Test Its First Human DrugsEnglish2·3 个月前Actually I agree. I guess I was just still annoyed after reading just previously about how llms are somehow not neural networks, and in fact not machine learning at all…
Btw, you can absolutely finetune llms on classical regression problems if you have the required data (and care more about prediction quality than statistical guarantees.) The resulting regressors are often quite good.
holomorphicto Technology•An AI That Promises to “Solve All Diseases” Is About to Test Its First Human DrugsEnglish2·3 个月前I will admit didn’t check because it was late and the article failed to load. I just remember reading several papers 1-2years ago on things like cancer-cell segmentation where the ‘classical’ UNet architecture was beaten by either pure transformers, or unets with added attention gates on all horizontal connections.
Ah, yes. The one place that hasn’t been corrupted by capitalism
holomorphicto Technology•An AI That Promises to “Solve All Diseases” Is About to Test Its First Human DrugsEnglish3·3 个月前Those models will almost certainly be essentially the same transformer architecture as any of the llms use; simply because they beat most other architectures in almost any field people have tried them. An llm is, after all, just classifier with an unusually large set of classes (all possible tokens) which gets applied repeatedly
holomorphicto Technology•Swiss officials not following EU use of burner phones for US travelEnglish5·6 个月前Because, while Switzerland is not part of the EU, it follows many of its regulations. Maybe even most of them.
In this particular case, I happen to know that the inofficial rule is indeed to have burner phones for travel into the us in some cases. But you’re never supposed to have unencrypted data on your phone or laptop in any case.
EVEN IN DEATH I SERVE THE
OMNISSIAHORNITHOLOGIST
holomorphicto News•Singer sues hospital, says staff thought he was mentally ill and wasn't member of Four Tops3·1 年前Probably every single person with knee problems.
> binom.test(11,n=24, alternative = "two.sided") Exact binomial test data: 11 and 24 number of successes = 11, number of trials = 24, p-value = 0.8388 alternative hypothesis: true probability of success is not equal to 0.5 95 percent confidence interval: 0.2555302 0.6717919 sample estimates: probability of success 0.4583333
Probably not. Or at least we can’t conclude that from the data. ¯\_(ツ)_/¯
I didn’t know that Rómendacil II was born with another name. Got the rest. :)
Logicians are mathematicians. Well, most of them are.
I have yet to meet a single logician, american or otherwise, who would use the definition without 0.
That said, it seems to depend on the field. I think I’ve had this discussion with a friend working in analysis.
But the vector space of (all) real functions is a completely different beast from the space of computable functions on finite-precision numbers. If you restrict the equality of these functions to their extension,
defined as f = g iff forall x\in R: f(x)=g(x),
then that vector space appears to be not only finite dimensional, but in fact finite. Otherwise you probably get a countably infinite dimensional vector space indexed by lambda terms (or whatever formalism you prefer.) But nothing like the space which contains vectors like
F_{x_0}(x) := (1 if x = x_0; 0 otherwise)
where x_0 is uncomputable.
Why would a company want to do that for their own internal use? Models you can download are mostly just data. They don’t do anything on their own. You can even write your own interpreter for them, if you feel like it.