-
Dimensionality Reduction Technique-
The sheer size of data in the modern age is not only a challenge for computer hardware but also a main bottleneck for the performance of many machine learning algo…
-
Hi,
I was taking a look at the supervised learning tutorial, and noticed that the usual `ma.to_array()` does not return the expected wavefunction although the optimization seems to suggest the fide…
-
1. Figure 2.13, page 62, Example 2.26 (Affine Subspaces)
**Describe the mistake**
x_0 + lamba * u used in figure and figure description.
x_0 + lambda * x_1 used in example text
**Location**
Ple…
-
**Godot version:**
Godot 3.0 Stable Official
Godot 3.0.1 RC1
**OS/device including version:**
Windows 10 64 bit
**Issue description:**
When tying an objects rotation to a mouse axis, and…
-
I am trying to build a simple machine learning web App with SARIMAX.
***This is my dataBase file: "dfp_100017_monthly.csv"***
FACTUUR_DATUM,NETTO_GEWICHT_KG
2018-01-31,114.0
2018-02-28,0.0
20…
-
Dimensionality Reduction Algo of dataset
-
ORPCA currently takes 4(!) method options:
```
method : {None, 'CF', 'BCD', 'SGD', 'MomentumSGD'}
'CF' - Closed-form solver
'BCD' - Block-coordinate descent
'SGD' - Sto…
tjof2 updated
4 years ago
-
Hi Khan,
Due to the usage of the modules as imported ones, do you plan including the "main" type of check:
```
if __name__ == '__main__':
...
```
and a respective function that can b…
-
Background: for the Area under the Mass Volume Curve with resampling (a measure for unsupervised learning), I need to subsample the features of the train and test data in several iterations in order t…
-
I'd like to implement Hindsight Experience Replay (HER). This can be based on a whatever goal-parameterized RL off-policy algorithm.
**Goal-parameterized architectures**: it requires a variable for…