-
I followed the installation instructions and everything went super smoothly thus far! :)
I can use the binaries from within the bin folder, and also the tests all pass:
```bash
~/mlpack-3.0.1/b…
rasbt updated
6 years ago
-
Given a Node, figure out what is its closest pattern.
## Option 1:
Given a set of patterns **p_1, ..., p_k** and a node **n**,
for each **p_i** try matching **p_i** and **n**:
- if similiar…
-
Create a class called *KNN*.
The implementation will mimic the *KNeighborsClassifier* in scikit-learn.
- attributes:
n_neighbors : int, optional (default = 5)
weights : str or callable, optional…
-
Would it be useful to produce the neighborhood from the training set with KNN instead of generating neighbors by perturbing? It might be handy when there is a big training-set to choose neighbors from…
-
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…
-
ANN
Classifier
LSI
Etc...
-
Hello,
I am using hpsklearn for the first time. When doing the following basic things:
```
>>> from hpsklearn import HyperoptEstimator
>>> estimator = HyperoptEstimator()
```
I got the Asserti…
-
These files are named incredibly stupidly and take way too long to type out. The class names should be the only long-ish names, so that they are distinguished clearly in code. The filenames, however, …
-
Hi.
I'm trying to run NuPIC with docker refer to https://github.com/numenta/nupic/wiki/Install-NuPIC-using-Docker.
I pulled the NuPIC Docker image and ran the Python unit tests.
**docker` run numen…
-
I don't know if the bug has resurfaced or if it was never fixed, but ICA still tends to classify images under `s10` with the ORL dataset. An example run:
```
$ ./face-rec --train train_images/ --t…