Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h3>Open-Source, Distributed, Deep Learning Library for the JVM</h3>

<header>
<h1><a href="https://deeplearning4j.org/overview">What is Eclipse Deeplearning4j?</a></h1>
<p><a href="https://projects.eclipse.org/projects/technology.deeplearning4j">Eclipse Deeplearning4j</a> is the first commercial-grade, open-source, distributed deep-learning library written for Java and Scala. Integrated with Hadoop and Spark, DL4J brings <a href="https://deeplearning4j.org/artificial-intelligence-ai.html" target="_blank">AI</a>AI to business environments for use on distributed GPUs and CPUs.</p>
<p><a href="https://projects.eclipse.org/projects/technology.deeplearning4j">Eclipse Deeplearning4j</a> is the first commercial-grade, open-source, distributed deep-learning library written for Java and Scala. Integrated with Hadoop and Spark, DL4J brings <a href="https://deeplearning4j.org/artificial-intelligence-ai.html" target="_blank">AI</a> to business environments for use on distributed GPUs and CPUs.</p>

<p><a href="https://www.skymind.io" target="_blank">Skymind</a> is its commercial support arm, bundling Deeplearning4j and other libraries such as Tensorflow and Keras in the Skymind Intelligence Layer (Community Edition), a deep learning environment that gives developers an easy, fast way to train and deploy AI models. <a href="https://skymind.ai/quickstart" target="_blank">SKIL CE is free and downloadable here</a>. SKIL acts as a bridge between Python data science environments and the JVM.</p>
</header>
Expand Down Expand Up @@ -90,7 +90,7 @@ <h3>Open-Source</h3>
<div class="promo small-icon left">
<i class="fa fa-cubes"></i>
<h3>JVM/Python/C++</h3>
<p>Deeplearning4j is written in Java and is compatible with any JVM language, such as <a href="https://deeplearning4j.org/scala">Scala</a>, <a href="https://deeplearning4j.org/clojure">Clojure</a> or <a href="https://deeplearning4j.org/kotlin">Kotlin</a>. The underlying computations are written in C, C++ and Cuda. <a href="https://deeplearning4j.org/keras-supported-features">Keras</a> will serve as the Python API.</p>
<p>Deeplearning4j is written in Java and is compatible with any JVM language, such as <a href="https://deeplearning4j.org/scala">Scala</a>, <a href="https://deeplearning4j.org/clojure">Clojure</a> or <a href="https://deeplearning4j.org/kotlin">Kotlin</a>. The underlying computations are written in C, C++ and Cuda. <a href="https://deeplearning4j.org/keras-supported-features">Keras</a> will serve as the Python API.</p>
</div>
</div>

Expand Down Expand Up @@ -189,7 +189,7 @@ <h5>DL4J's Neural Networks</h5>
<a href="convolutionalnetwork.html">Deep Convolutional Networks (CNNs)</a>
<a href="multilayerperceptron.html">Multilayer Perceptron (MLP) for classification</a>
<a href="usingrnns.html">Recurrent Nets (RNNs)</a>
<a href="word2vec.html">Word2vec: Extracting Relations From Raw Text</a>
<a href="word2vec.html">Word2vec: Extracting Relations From Raw Text</a>
<a href="generative-adversarial-network.html">Generative Adversarial Networks (GANs)</a>
<a href="restrictedboltzmannmachine.html">Restricted Boltzmann Machines</a>
<a href="deepbeliefnetwork.html">Deep-Belief Networks (DBN)</a>
Expand Down