-
after I've build and installed mlpack, I only have these files in /usr/local/bin
mlpack_adaboost* mlpack_krann*
mlpack_approx_kfn* mlpack_lars*
mlpack_cf* mlpack_linea…
-
I have completed all Windows install steps and am now trying to build the shark.sln file to create the libraries. However, it throws me multiple errors and I cannot figure out why. the file shark_debu…
-
If I add a dropout layer to the Q-Learning example in python (I'm fiddling with a larger grid and network). I get the following error.
> Traceback (most recent call last):
File "C:\Program Files…
-
Relevant test:
https://github.com/hughperkins/tensorflow-cl/blob/dcdb5a64385c72aafa19e5fb9e16e64ec42ad751/tensorflow/stream_executor/cl/test/test_misc.py#L158-L180
```
def test_split():
sh…
-
What about adding a simple check to cmake that scans all Shogun header files for includes that are not coming from Shogun? This way, we could for example avoid to have Eigen3 includes in headers -- Sh…
-
Hello,
I have been trying to build MLPACK w/ Matlab bindings. I did the usual steps as shown below to build MEX files. But, I've been constantly facing a compilation problem that I couldn't understan…
-
Seth,
Could you please fix the Load functionality for KernelPerceptron? Thanks.
This code fails:
``` cs
var data = new List();
for (var i = 0; i < 100; i++)
{
…
-
Hello!
I received some errors when doing this tutorial: https://github.com/mlpack/mlpack
Whent running mlpack_test I get these:
Running 717 test cases...
/home/student/MLPACK-2.1.1/mlpack-2.1.1/…
-
• Feature Engineering
o Feature Transformations
Log
Square
Inverse
Percentile
ZScore
o Feature Creation
Interactions (+ \* - )
LDA (Latent Dirichlet Allocation)
• Feature Reduction (…
-
``` python
"""Convolution Neural Network with batch normalization"""
import sys
import argparse
import minpy
import minpy.numpy as np
import mxnet as mx
from minpy.nn.io import NDArrayIter
# Can also…