Flare 0.1.0-SNAPSHOT

Released under the Eclipse Public License

Dynamic Tensor Graph library in Clojure (think PyTorch, DynNet, etc.).

Installation

To install, add the following dependency to your project or build file:

[aria42/flare "0.1.0-SNAPSHOT"]

Namespaces

flare.cache-pool

Public variables and functions:

flare.cnn

Public variables and functions:

flare.computation-graph

Abstractions for constructing computation graphs using graph operations. The public methods for operations are at bottom of this ns. The key protocols are as follows:

flare.compute

flare.core

flare.embeddings

flare.examples.logistic-regression

flare.examples.sentence-classification

Main class for training/testing a bi-lstm sentence classification model for sentences. Running this class as CLI will require an embedding file, as well as train/test files. Format described below:

flare.generic-tensor-ops

Public variables and functions:

flare.graph

flare.model

flare.module

Public variables and functions:

flare.neanderthal-ops

flare.node

Abstraction for a node in a computational graph. The most common thing to use here would be the flare.node/const function for returning a constant

flare.optimize

flare.report

Public variables and functions:

flare.rnn

Public variables and functions:

flare.train

Public variables and functions: