You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><ahref="https://haifengl.github.io/">Smile (Statistical Machine Intelligence and Learning Engine)</a> is a fast and comprehensive machine learning, NLP, linear algebra, graph, interpolation, and visualization system in Java and Scala. With advanced data structures and algorithms, Smile delivers state-of-art performance. Smile is well documented and please check out the project <ahref="https://haifengl.github.io/">website</a> for programming guides and more information.</p>
5
-
<p>For Clojure API, add the following dependency to your project or build file:</p>
Intelligence and Learning Engine)</a> is a fast and comprehensive
73
+
machine learning, NLP, linear algebra, graph, interpolation, and
74
+
visualization system in Java and Scala. With advanced data
75
+
structures and algorithms, Smile delivers state-of-art performance.
76
+
Smile is well documented and please check out the project <ahref=
77
+
"https://haifengl.github.io/">website</a> for programming guides
78
+
and more information.</p>
79
+
<p>For Clojure API, add the following dependency to your project or
80
+
build file:</p>
6
81
<pre><code> [org.clojars.haifengl/smile "2.6.0"]
7
82
</code></pre>
8
-
<p>Some algorithms rely on BLAS and LAPACK (e.g. manifold learning, some clustering algorithms, Gaussian Process regression, MLP, etc). To use these algorithms, you should include OpenBLAS for optimized matrix computation:</p>
83
+
<p>Some algorithms rely on BLAS and LAPACK (e.g. manifold learning,
84
+
some clustering algorithms, Gaussian Process regression, MLP,
85
+
etc.). To use these algorithms, you should include OpenBLAS for
<p>If you prefer other BLAS implementations, you can use any library found on the “java.library.path” or on the class path, by specifying it with the “org.bytedeco.openblas.load” system property. For example, to use the BLAS library from the Accelerate framework on Mac OS X, we can pass options such as <code>-Djava.library.path=/usr/lib/ -Dorg.bytedeco.openblas.load=blas</code>.</p>
14
-
<p>For a default installation of MKL that would be <code>-Dorg.bytedeco.openblas.load=mkl_rt</code>. Or you may simply include <code>smile-mkl</code> module in your project, which includes MKL binaries. With <code>smile-mkl</code> module in the class path, Smile will automatically switch to MKL.</p>
91
+
<p>If you prefer other BLAS implementations, you can use any
92
+
library found on the “java.library.path” or on the class path, by
93
+
specifying it with the “org.bytedeco.openblas.load” system
94
+
property. For example, to use the BLAS library from the Accelerate
95
+
framework on Mac OS X, we can pass options such as
96
+
<code>-Djava.library.path=/usr/lib/
97
+
-Dorg.bytedeco.openblas.load=blas</code>.</p>
98
+
<p>For a default installation of MKL that would be
99
+
<code>-Dorg.bytedeco.openblas.load=mkl_rt</code>. Or you may simply
100
+
include <code>smile-mkl</code> module in your project, which
101
+
includes MKL binaries. With <code>smile-mkl</code> module in the
102
+
class path, Smile will automatically switch to MKL.</p>
0 commit comments