-
It would be great to see linear algebra operations officially supported in kOS to handle complex vextor and matrix math operations. While someone could certainly write a linear algebra library for kOS…
-
Is there a plan to support multivariate linear regression? Some code -
``` javascript
var LinearRegression, MeanError, _;
_ = require('lodash');
MeanError = Error
LinearRegression = (function() {…
-
* Let's assume that the OS model is non-linear, e.g. cracking of concrete (material non-linearity) is considered.
* => The principle of superposition is not applicable anymore.
* => Load history mat…
-
-
Hi
Do you, by any chance, know where I can find a Javascript library for weighted linear regression? If not, would you consider adding it to simple-statistics?
Thanks
Marcus
-
The specification of the Histogram distribution suggests
converting Cumulative distribution to its corresponding probability density histogram.
The approach is cumbersome
if one considers transferr…
-
Hello so I had a look at `Hedgehog.Internal.State.linearize` and I'm not entirely sure this checks if the history is linearisable. Consider the following histories (assume we have `read` and `write` c…
-
May you please add the question statement for [linear-regression.py](https://github.com/AnshulMalik/ml-workshop/blob/master/linear-regression.py) file.
Thank you
-
In supervised learning we are given a training data set of the form
![image](https://user-images.githubusercontent.com/34474924/228737893-c1a8f3bd-75b3-47f2-b20e-7756ce345cd3.png)
We’ll often use …
-
Hey I'm using the MX datatypes. It seems like the aten.linear.default function has not been implemented which causes the linear layers in the attenion layers not work with the MX datatypes.
Can you…