C# (CSharp) Seq2SeqSharp.Tools Namespace

Classes

Name Description
BaseSeq2SeqFramework This is a framework for neural network training. It includes many core parts, such as backward propagation, parameters updates, memory management, computing graph managment, corpus shuffle & batching, I/O for model, logging & monitoring, checkpoints. You need to create your network inherited from this class, implmenet forward part only and pass it to TrainOneEpoch method for training