MCPcopy Create free account

hub / github.com/NewT123-WM/tnlearn / types & classes

Types & classes77 in github.com/NewT123-WM/tnlearn

↓ 10 callersClassTNConv2d
tnlearn/modules/TNconv.py:208
↓ 9 callersClassInception
benchmark/image_benchmark_polyregressor/TC_Googlenet.py:18
↓ 7 callersClassMLPRegressor
tnlearn/mlpregressor.py:31
↓ 7 callersClassTNLinear
r"""Custom fully connected layer that supports basis function combinations defined by symbolic expressions. Args: in_features (int): Numb
tnlearn/modules/TNlinear.py:16
↓ 5 callersClassMLPClassifier
tnlearn/mlpclassifier.py:31
↓ 5 callersClassResNet
benchmark/image_benchmark_polyregressor/TC_Resnet.py:94
↓ 5 callersClassSEResNet
benchmark/image_benchmark_polyregressor/TC_senet.py:114
↓ 4 callersClassDenseNet
benchmark/image_benchmark_polyregressor/TC_densenet.py:68
↓ 3 callersClassCustomNeuronLayer
r"""Build a neural network model of a custom architecture (GPU‑efficient version).
tnlearn/neurons.py:33
↓ 3 callersClassDataPreprocessor
tnlearn/preprocessing.py:20
↓ 3 callersClassDatasetLoader
benchmark/regression/dataset.py:22
↓ 3 callersClassDatasetLoader
benchmark/classification/dataset.py:23
↓ 3 callersClassTNTransformerDecoderLayer
r"""TransformerDecoderLayer with TNLinear.
tnlearn/modules/TNtransformer.py:284
↓ 3 callersClassTNTransformerEncoderLayer
r"""TransformerEncoderLayer with TNLinear. Args: d_model: number of expected features (required). nhead: number of heads (require
tnlearn/modules/TNtransformer.py:90
↓ 2 callersClassIsland
tnlearn/drsr/buffer.py:86
↓ 2 callersClassMyData
r"""Dataset class to handle data pairs.
tnlearn/utils.py:20
↓ 2 callersClassOllamaClient
tnlearn/drsr/llm.py:265
↓ 2 callersClassTNTransformerDecoder
r"""Stack of N decoder layers with TNLinear.
tnlearn/modules/TNtransformer.py:533
↓ 2 callersClassTNTransformerEncoder
r"""Stack of N encoder layers with TNLinear.
tnlearn/modules/TNtransformer.py:393
↓ 2 callersClassVecSymRegressor
tnlearn/regressor.py:26
↓ 1 callersClassBltClient
BLT(柏拉图)网关,OpenAI Chat Completions 兼容接口。 默认基址含 /v1,路径将拼接为 /chat/completions。
tnlearn/drsr/llm.py:270
↓ 1 callersClassCSTCloudClient
CSTCloud(科技云)提供商,OpenAI Chat Completions 兼容接口。 默认基址:https://uni-api.cstcloud.cn/v1 使用示例:model="CSTCloud/gpt-oss-120b" 或 "CSTCloud/qwen3:235b"
tnlearn/drsr/llm.py:250
↓ 1 callersClassCluster
tnlearn/drsr/buffer.py:64
↓ 1 callersClassDeepSeekClient
tnlearn/drsr/llm.py:240
↓ 1 callersClassFunction
tnlearn/drsr/code_manipulation.py:45
↓ 1 callersClassGoogleNet
benchmark/image_benchmark_polyregressor/TC_Googlenet.py:69
↓ 1 callersClassLLMSymRegressor
tnlearn/drsr/agent.py:33
↓ 1 callersClassMockModel
tests/test_base.py:21
↓ 1 callersClassPolicyNetwork
Policy network that outputs a probability distribution over the basis functions.
tnlearn/rl_regressor.py:40
↓ 1 callersClassProgram
A parsed Python program.
tnlearn/drsr/code_manipulation.py:86
↓ 1 callersClassProgramVisitor
Parse code to collect all required information and produce a `Program`.
tnlearn/drsr/code_manipulation.py:124
↓ 1 callersClassPrompt
tnlearn/drsr/buffer.py:58
↓ 1 callersClassRLRegressor
Reinforcement Learning symbolic regressor that discovers a vectorized (homogeneous) expression of the form: f(x) = sum_k c_k * sum_j
tnlearn/rl_regressor.py:60
↓ 1 callersClassSiliconflowClient
tnlearn/drsr/llm.py:245
↓ 1 callersClassTNConv1d
tnlearn/modules/TNconv.py:192
↓ 1 callersClassTNConv3d
tnlearn/modules/TNconv.py:224
↓ 1 callersClassTNConvTranspose1d
tnlearn/modules/TNconv.py:400
↓ 1 callersClassTNConvTranspose2d
tnlearn/modules/TNconv.py:417
↓ 1 callersClassTNConvTranspose3d
tnlearn/modules/TNconv.py:434
↓ 1 callersClassTNGRU
A multi‑layer GRU with custom neuron aggregation. This is the equivalent of :class:`torch.nn.GRU` where the input is first augmented by
tnlearn/modules/TNrnn.py:289
↓ 1 callersClassTNGRUCell
A GRU cell with custom neuron aggregation. This is the equivalent of :class:`torch.nn.GRUCell` where both linear transformations use :cl
tnlearn/modules/TNrnn.py:507
↓ 1 callersClassTNLSTM
A multi‑layer LSTM with custom neuron aggregation. This is the equivalent of :class:`torch.nn.LSTM` where the input is first augmented b
tnlearn/modules/TNrnn.py:261
↓ 1 callersClassTNLSTMCell
An LSTM cell with custom neuron aggregation. This is the equivalent of :class:`torch.nn.LSTMCell` where both linear transformations use
tnlearn/modules/TNrnn.py:441
↓ 1 callersClassTNRNN
A multi‑layer RNN with custom neuron aggregation. This is the equivalent of :class:`torch.nn.RNN` where the input is first augmented by
tnlearn/modules/TNrnn.py:231
↓ 1 callersClassTNRNNCell
An RNN cell with custom neuron aggregation. This is the equivalent of :class:`torch.nn.RNNCell` where both linear transformations use :c
tnlearn/modules/TNrnn.py:382
↓ 1 callersClassTNTransformer
r"""Transformer model with TNLinear in encoder/decoder layers. Args: d_model: number of expected features (default=512). nhead: n
tnlearn/modules/TNtransformer.py:576
↓ 1 callersClassTransition
benchmark/image_benchmark_polyregressor/TC_densenet.py:49
↓ 1 callersClassVisualization_Classification
r"""Class for plotting and visualizing training progress.
tnlearn/visualize.py:68
↓ 1 callersClassVisualization_Regression
r"""Class for plotting and visualizing training progress.
tnlearn/visualize.py:141
ClassBaseModel
r"""Basic module used to ensure the normal operation of MLPClassifier.
tnlearn/base.py:22
ClassBaseModel1
r"""Basic module used to ensure the normal operation of MLPRegressor.
tnlearn/base1.py:22
ClassBasicBlock
Basic Block for resnet 18 and resnet 34
benchmark/image_benchmark_polyregressor/TC_Resnet.py:17
ClassBasicResidualSEBlock
benchmark/image_benchmark_polyregressor/TC_senet.py:18
ClassBottleNeck
Residual block for resnet over 50 layers
benchmark/image_benchmark_polyregressor/TC_Resnet.py:60
ClassBottleneck
benchmark/image_benchmark_polyregressor/TC_densenet.py:23
ClassBottleneckResidualSEBlock
benchmark/image_benchmark_polyregressor/TC_senet.py:63
ClassClassConfig
tnlearn/drsr/config.py:47
ClassClientFactory
tnlearn/drsr/llm.py:296
ClassConfig
tnlearn/drsr/config.py:37
ClassEvaluator
tnlearn/drsr/evaluator.py:152
ClassExperienceBuffer
tnlearn/drsr/buffer.py:159
ClassExperienceBufferConfig
tnlearn/drsr/config.py:28
ClassLLM
tnlearn/drsr/sampler.py:29
ClassLLMClient
tnlearn/drsr/llm.py:45
ClassLocalLLM
tnlearn/drsr/sampler.py:38
ClassLocalSandbox
tnlearn/drsr/evaluator.py:46
ClassPolyTensorRegression
tnlearn/poly_regressor.py:26
ClassProfiler
tnlearn/drsr/profile.py:30
ClassSampler
tnlearn/drsr/sampler.py:109
ClassSandbox
tnlearn/drsr/evaluator.py:31
ClassTNRNNBase
Base class for multi‑layer RNNs with custom neuron aggregation. This class augments the input by applying the basis functions from the s
tnlearn/modules/TNrnn.py:112
ClassTNRNNCellBase
Base class for RNN cells with custom neuron aggregation. This class uses :class:`TNLinear` for both input‑to‑hidden and hidden‑to‑hidden
tnlearn/modules/TNrnn.py:319
ClassTN_layer
tnlearn/TN_base.py:6
ClassTestBaseModel
tests/test_base.py:40
ClassTestRegressor
tests/test_regressor.py:20
Class_TNConvNd
Base class: N-dimensional convolution layer supporting symbolic expressions.
tnlearn/modules/TNconv.py:17
Class_TNConvTransposeNd
Base class: N-dimensional transposed convolution layer supporting symbolic expressions.
tnlearn/modules/TNconv.py:241