org.neuroph.contrib
Class RecommenderNetwork
- java.lang.Object
-
- org.neuroph.core.NeuralNetwork
-
- org.neuroph.contrib.RecommenderNetwork
-
- All Implemented Interfaces:
- java.io.Serializable
public class RecommenderNetwork extends NeuralNetwork
E-commerce recommender neural network based on hebbian learning. Still under development, mostly hard-coded for now- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RecommenderNetwork()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcreateDemoNetwork()-
Methods inherited from class org.neuroph.core.NeuralNetwork
addLayer, addLayer, addListener, addPlugin, calculate, createConnection, createFromFile, createFromFile, fireNetworkEvent, getInputNeurons, getInputsCount, getLabel, getLayerAt, getLayers, getLayersCount, getLearningRule, getNetworkType, getOutput, getOutputNeurons, getOutputsCount, getPlugin, getWeights, indexOf, isEmpty, learn, learn, load, load, pauseLearning, randomizeWeights, randomizeWeights, randomizeWeights, randomizeWeights, removeLayer, removeLayerAt, removeListener, removePlugin, reset, resumeLearning, save, setInput, setInputNeurons, setLabel, setLearningRule, setNetworkType, setOutputLabels, setOutputNeurons, setWeights, stopLearning, toString
-
-
DMelt 3.0 © DataMelt by jWork.ORG