-
The core parts of manifold learning in {cluster_topics, isomap_topics, isomap_docs, gen_colors, plot_clusters} in `ldagibbsviewer.py` should be migrated to a new module `manifold.py`
-
Would `sklearn.clustering.SOM` be an acceptable addition to the package?
There are already a few implementations in python:
- http://paraschopra.com/sourcecode/SOM/index.php
- http://www.pymvpa.org/e…
-
I want to propose a major refactorization of viewer object/methods.
Currently if you use viewers you are basically dealing with (numpy) arrays, and passing these arrays to several functions (sim, si…
-
I have about 1k plus articles, and try to find the similar paragraphs from these articles(using cosine similarity). The paragraphs usually are 200-300 words.
I have read the words from your book agai…
-
I get an error when installing. I am in a virtualenv using Python 3.4 on a Mac. Any idea why it fails to install?
``` bash
$ brew list --versions
aircrack-ng 1.1
android-sdk 22.3
apple-gcc42 4.2.1-5…
-
U de M
deep learnign and its applications (games, player match making)
1. intro to machien learning
2. deep learning paper
3. more recent aper for audo encoders
4. future work
Artifical definition …
-
Hi all,
Thanks to the help this afternoon, I finally got sklearn working with my test logistic regression. However, while I run the test, I got the segmentation fault at last, here is the output (ver…
-
- [x] We need to add acknowledgments to the manual for all the great help we've gotten.
- [x] We need to update the web site with info on these citations (supplied by Richard McElreath):
```
@article…
-
Occasionally I am annoyed by output from scikit-learn that munges words together due to multi-line string continuations in the code that forget to include whitespace.
Here's a collection of them to f…
-
The licensing in individual files is a bit all over the place. Currently, we have the following (each followed by a list of the files it occurs in).
License: BSD3
- ./sklearn/tree/tree.py:
License: …