-
I get unexpected predictions from the SVM module.
This example is taken from the docs:
```elixir
x = Nx.tensor([[1.0, 2.0], [3.0, 2.0], [4.0, 7.0]])
y = Nx.tensor([1, 0, 1])
model = Scholar.L…
-
# Description
The simulation exhibits a discrepancy in the calculated $\Delta\psi(r=r_{\text{max}})$ during the first revolution, which deviates from theoretical predictions. Furthermore, $\Delta\psi$…
-
In 5SSD0, we have a simple binary classification model:
```
@model function linear_classification(y,X)
θ ~ MvNormalMeanCovariance(zeros(D), diageye(D))
for i in eachindex(y)
…
-
OpenSearch supports a couple of models directly (e.g. linear regression models, see https://opensearch.org/docs/latest/ml-commons-plugin/algorithms/#linear-regression).
Together with the [ML inferenc…
-
-
get_prediction outside tsa
current:
- OLS, linear_model: linear prediction with confidence and prediction interval
- code in `regression._prediction`
- GLM linear prediction and link.invers…
-
### **Bounty Objective**
The Nillion community wants to see more Blind AI Apps. Create and launch a Blind AI application on the Nillion Testnet and provide a live link so anyone can try it. Your Blin…
-
### Feature Summary
I'd like to contribute to FinVeda by implementing a machine learning module that can predict financial trends, stock prices, and customer behavior. This module will leverage popul…
-
-
Hi, there might be a bug in unsloth I found. For better clarification, I shared the code of the unsloth's llama 3.1 training notebook just with a small change . anyone can help me check why the train…