-
## Problem
While doing some analysis on the pre-trained SciBert transformer networks, we found that there is an anomaly in the context embedding on index 422. Doing some more tests we found that this…
-
1.Andrew Wu’s Machine Learning;
2.Ep 1-1: introduction; (2018-12-24)
3.Ep 1-2: application of machine learning; (2018-12-24)
4.Ep 1-3: tools and algorithm; (2018-12-24)
Reading: Tom Mitchell provi…
-
original title: "Exception of RegressionResult.summary() when performing OLS with complex-valued data"
import numpy as np
import statsmodels.formula.api as sm
x = np.linspace(0,…
-
This task is to plan and track progress towards a baseline library of useful graphs. It also provides an opportunity to unify and plan chart components, so they are shared throughout the library.
# Ch…
-
I'm planning on using Regression to do multinomial least squares, but when I tried to load the command after `using Regression`, it wasn't found. Naturally, I tried to test the package, it returns:
…
-
Hey, I think your answer for p2 ch7 is wrong.
(a) Since we are minimizing the area under the curve of g(x)^2, g(x) would be just 0.
(b) Since we are minimizing the area under the curve of g'(x)^2, g…
-
Rotation axis alignment plan occasionally fails to determine the true rotation axis and requires 2-3 attempts to bring the cross hairs into +/- 2 um of true rotation axis. This failure may be due to n…
-
to accomplish this, the following need to be done:
1. wrapper for SEAL forward pass functions using PyBind11
2. weight saving from Python function
3. weight loading into SEAL wrapper
4. forward …
-
## Bug(?)
I want to update the degrees of freedom of my model, to account for fixed effects I have demeaned beforehand.
```python
model.df_model += absorbed_df_count
model.df_resids -= absorb…
-
There is currently an initial version of the gain with carry-over factor function in the package, but it uses regression only on the carry-over factor part, not the gains, and so is wrong. From Henry …