Kiran Karkera
Kiran Karkera
Hi, Does core.matrix have an equivalent of the [numpy.linspace](https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.linspace.html) function, which creates a sequence of N evenly spaced points between start and end? A function of the same name also...
The documentation for the core/normalise method could be more explicit, since there are multiple types of normalization used (in the context of machine learning). The current docstring says "Normalises a...
Added support for cost sensitive classifiers and SMOTE
The current link points to an empty repo
bump version to latest version (0.9) of deeplearning4j
Updated versions of http-fx to fix missing spec dependencies. Also updated: * Valid port numbers in README * Lates web3-fx dependency and version * Clojurescript and re-frame version
For creating a collection, we first need a connection. ``` clojure (def myconn (http/create "http://localhost:8983/solr" "mycollection" ) (create-collection myconn "mycollection" 1 ) ``` However, this gives me an error (on...