Index

A B C D E F G H I L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

B

backend() - Static method in class io.github.kirstenali.deepj.tensor.Tensor
 
backward(Tensor) - Method in interface io.github.kirstenali.deepj.activations.ActivationFunction
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.activations.GELU
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.activations.ReLU
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.activations.Sigmoid
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.activations.Softmax
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.activations.Tanh
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.layers.FNN
 
backward(Tensor) - Method in interface io.github.kirstenali.deepj.layers.Layer
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.layers.Linear
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.layers.transformer.LayerNorm1D
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.layers.transformer.MultiHeadSelfAttention
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.layers.transformer.TransformerBlock
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.models.gpt.GPTModel
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.transformer.embeddings.Embedding
 
backward(Tensor) - Method in class io.github.kirstenali.deepj.transformer.embeddings.PositionalEmbedding
 
backward(Tensor) - Method in record class io.github.kirstenali.deepj.transformer.TransformerStack
 
BaseChatApp - Class in io.github.kirstenali.deepj.chatui
 
BaseChatApp() - Constructor for class io.github.kirstenali.deepj.chatui.BaseChatApp
 
Batch - Record Class in io.github.kirstenali.deepj.data
One language-modeling batch: x are input token ids, y are targets (next-token ids).
Batch(int[][], int[][]) - Constructor for record class io.github.kirstenali.deepj.data.Batch
Creates an instance of a Batch record class.
bias() - Method in class io.github.kirstenali.deepj.layers.Linear
 
blocks() - Method in record class io.github.kirstenali.deepj.transformer.TransformerStack
Returns the value of the blocks record component.
BPEModel - Record Class in io.github.kirstenali.deepj.tokenizers.bpe
 
BPEModel(List<byte[]>, Map<String, Integer>, List<TokenPair>, Map<TokenPair, Integer>, int) - Constructor for record class io.github.kirstenali.deepj.tokenizers.bpe.BPEModel
Creates an instance of a BPEModel record class.
BPETokenizer - Record Class in io.github.kirstenali.deepj.tokenizers.bpe
 
BPETokenizer(BPEModel) - Constructor for record class io.github.kirstenali.deepj.tokenizers.bpe.BPETokenizer
Creates an instance of a BPETokenizer record class.
BPETrainer - Class in io.github.kirstenali.deepj.tokenizers.bpe
 
BPETrainer() - Constructor for class io.github.kirstenali.deepj.tokenizers.bpe.BPETrainer
 
build() - Method in class io.github.kirstenali.deepj.transformer.TransformerBuilder
 
ByteTokenizer - Class in io.github.kirstenali.deepj.tokenizers
Minimal byte-level tokenizers (0-255).
ByteTokenizer() - Constructor for class io.github.kirstenali.deepj.tokenizers.ByteTokenizer
 
A B C D E F G H I L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values