Directories
¶
| Path | Synopsis |
|---|---|
|
Package cmd contains various demo programs
|
Package cmd contains various demo programs |
|
infer_is_alnum
command
Package main provides a demo program for running inference with a trained alphanumeric character classifier.
|
Package main provides a demo program for running inference with a trained alphanumeric character classifier. |
|
infer_is_virus
command
Package main provides a demo program for running inference with a trained virus detection classifier.
|
Package main provides a demo program for running inference with a trained virus detection classifier. |
|
infer_mnist
command
Package main provides a demo program for running inference with a trained MNIST digit classifier.
|
Package main provides a demo program for running inference with a trained MNIST digit classifier. |
|
infer_squareroot
command
Package main provides a demo program for running inference with a trained square root approximation network.
|
Package main provides a demo program for running inference with a trained square root approximation network. |
|
train_is_alnum
command
Package main provides a demo program for training an alphanumeric character classifier.
|
Package main provides a demo program for training an alphanumeric character classifier. |
|
train_is_virus
command
Package main provides a demo program for training a virus detection classifier using TLSH file hashes.
|
Package main provides a demo program for training a virus detection classifier using TLSH file hashes. |
|
train_mnist
command
Package main provides a demo program for training a handwritten digit classifier on the MNIST dataset.
|
Package main provides a demo program for training a handwritten digit classifier on the MNIST dataset. |
|
train_phonemizer_multi
command
Package main provides a demo program for training a multi-language grapheme-to-phoneme (G2P) converter.
|
Package main provides a demo program for training a multi-language grapheme-to-phoneme (G2P) converter. |
|
train_phonemizer_ulevel
command
Package main provides a demo program for training an utterance-level grapheme-to-phoneme (G2P) converter.
|
Package main provides a demo program for training an utterance-level grapheme-to-phoneme (G2P) converter. |
|
train_speak
command
Package main provides a demo program for training a speech commands classifier.
|
Package main provides a demo program for training a speech commands classifier. |
|
train_squareroot
command
Package main provides a demo program for training a square root approximation network.
|
Package main provides a demo program for training a square root approximation network. |
|
Package datasets implements the Neurlang dataset type
|
Package datasets implements the Neurlang dataset type |
|
isalnum
Package isalnum implements the IsAlnum Dataset
|
Package isalnum implements the IsAlnum Dataset |
|
isvirus
Package isvirus contains TLSH hashes of viruses and clean files dataset for machine learning (without leading "T1" characters)
|
Package isvirus contains TLSH hashes of viruses and clean files dataset for machine learning (without leading "T1" characters) |
|
mnist
Package MNIST is the 60000 + 10000 handwritten digits dataset
|
Package MNIST is the 60000 + 10000 handwritten digits dataset |
|
phonemizer_multi
Package phonemizer_multi provides datasets for grapheme-to-phoneme (G2P) conversion across multiple languages.
|
Package phonemizer_multi provides datasets for grapheme-to-phoneme (G2P) conversion across multiple languages. |
|
phonemizer_ulevel
Package phonemizer_ulevel provides utterance-level datasets for grapheme-to-phoneme (G2P) conversion.
|
Package phonemizer_ulevel provides utterance-level datasets for grapheme-to-phoneme (G2P) conversion. |
|
speak
Package speak provides a speech commands dataset for audio and speech classification tasks.
|
Package speak provides a speech commands dataset for audio and speech classification tasks. |
|
squareroot
Package squareroot provides a synthetic dataset for learning to compute square roots and other numeric relations.
|
Package squareroot provides a synthetic dataset for learning to compute square roots and other numeric relations. |
|
stringhash
Package stringhash provides a dataset for tasks involving string hashing and classification by hash values.
|
Package stringhash provides a dataset for tasks involving string hashing and classification by hash values. |
|
Package Hash implements the fast modular hash used by the Neurlang classifier
|
Package Hash implements the fast modular hash used by the Neurlang classifier |
|
Package Hashtron implements a hashtron (classifier)
|
Package Hashtron implements a hashtron (classifier) |
|
Package layer defines a custom combiner and layer interface
|
Package layer defines a custom combiner and layer interface |
|
conv2d
Package conv2d implements a 2D bit-convolution layer and combiner
|
Package conv2d implements a 2D bit-convolution layer and combiner |
|
crossattention
Package crossattention implements a cross attetion connected layer and combiner
|
Package crossattention implements a cross attetion connected layer and combiner |
|
full
Package full implements a fully connected layer and combiner
|
Package full implements a fully connected layer and combiner |
|
majpool2d
Package majpool2d implements a 2D majority pooling layer and combiner
|
Package majpool2d implements a 2D majority pooling layer and combiner |
|
parity
Package parity implements a parity layer and combiner
|
Package parity implements a parity layer and combiner |
|
sochastic
Package sochastic implements a sochastic connected layer and combiner
|
Package sochastic implements a sochastic connected layer and combiner |
|
sum
Package sum implements a sum layer and combiner
|
Package sum implements a sum layer and combiner |
|
Package net implements various hashtron network types
|
Package net implements various hashtron network types |
|
feedforward
Package feedforward implements a feedforward network type
|
Package feedforward implements a feedforward network type |
|
package parallel contains parallel LoopUntil() and parallel ForEach() plus other concurrency primitives.
|
package parallel contains parallel LoopUntil() and parallel ForEach() plus other concurrency primitives. |
|
Package trainer provides high-level training orchestration for Neurlang networks.
|
Package trainer provides high-level training orchestration for Neurlang networks. |
Click to show internal directories.
Click to hide internal directories.