Package com.logicaldoc.ai.neural
package com.logicaldoc.ai.neural
AI models based on Neural Network
- Since:
- 9.2
-
ClassDescriptionThe available activation functions for the neural network neuronsThe result of an evaluation over a
NeuralNetwork
to check the accuracyA callable to perform the evaluation of aNeuralNetwork
A manager to concentrate the evaluation of theNeuralNetwork
Hibernate implementation ofNeuralNetworkDAO
The available loss functions for the neural network losses calculation.An AI model based on a Neural Network.Specialization ofAIModelDAO
to operate onNeuralNetwork
Models a layer in the Neural NetworkSupported weight initialization schemes.