deTERMINATOR: Confidence Level vs. Score Problem I take it you are using your own neural network in DET? I know you have experience with neural networks going back years, and when you started this project, there really weren't any open LLMs like we have today. I am no expert, but it seems like the neural nets in DeepSeek and Alibaba's Qwen are both pretty good and they have resources to train that you probably can't get without a billion dollar investment. Have you thought about using one of their models to check your DET? The new Qwen 3.6 29b is supposed to be really good. It is a dense model and it seems like what your are doing is more of a MoE, but then they do have Qwen 3.6 35b which is a MoE style logic under the hood. — Daniel Boals
First, I stopped using Neural Nets about 1994. They're not very good at "predictive AI." That is, they're not very good at accepting they can't get everything right.
(I write extremely advanced Genetic Algorithms.)
Second, when you upload racing data to an LLM, it absolutely DOES NOT use a Neural Network on it. Instead, it uses statistical methods.
Think of an LLM as a TRAINED tool. The LLM itself is not a NN. It is the OUTPUT of a NN.
Have you thought about using one of their models to check your DET?
Not for a second. LOL
...but it seems like the neural nets in DeepSeek and Alibaba's Qwen are both pretty good and they have resources to train that you probably can't get without a billion dollar investment.
The billion dollar investment could certainly have been used in other directions - but the goal was LANGUAGE, which is far different than making any kind of "investment prediction."