←back to thread

251 points slyall | 1 comments | | HN request time: 0.228s | source
Show context
hyperific ◴[] No.42067859[source]
The article mentions Support Vector Machines being the hot topic in 2008. Is anyone still using/researching these?

I often wonder how many useful technologies could exist if trends went a different way. Where would we be if neural nets hadn't caught on and SVMs and expert systems had.

replies(3): >>42068207 #>>42071734 #>>42072615 #
1. bob1029 ◴[] No.42071734[source]
I've been looking at SVMs for use with a binary classification experiment. Training and operating these models is quite cheap. The tooling is ubiquitous and will run on a toaster. A binary decision made well can be extremely powerful. Multiple binary decisions underly... gestures broadly.

Obvious contextual/attention caveats aside, a few thousand binary classifiers operating bitwise over the training & inference sets would get you enough bandwidth for a half-ass language model. 2^N can be a very big place very quickly.