Documentation ¶
Index ¶
- func ArabicDecoder(builder *gocunets.Builder, batchsize int32, outputchannel int32, ...) (mnet *gocunets.SimpleModuleNetwork)
- func ArabicEncoder(builder *gocunets.Builder, batchsize int32, outputchannel int32, ...) (mnet *gocunets.SimpleModuleNetwork)
- func RomanDecoder(builder *gocunets.Builder, batchsize int32, outputchannel int32, ...) (mnet *gocunets.SimpleModuleNetwork)
- type Roman
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArabicDecoder ¶
func ArabicDecoder(builder *gocunets.Builder, batchsize int32, outputchannel int32, hiddenoutputchannels []int32, learningrates, decay1, decay2 float32, x, dx *gocunets.Tensor) (mnet *gocunets.SimpleModuleNetwork)
ArabicDecoder using regular method of increasing size of convolution...by just increasing the outer padding
func ArabicEncoder ¶
func ArabicEncoder( builder *gocunets.Builder, batchsize int32, outputchannel int32, hiddenoutputchannels []int32, learningrates, decay1, decay2 float32, x *gocunets.Tensor) (mnet *gocunets.SimpleModuleNetwork)
ArabicEncoder encodes the arabic
func RomanDecoder ¶
func RomanDecoder( builder *gocunets.Builder, batchsize int32, outputchannel int32, hiddenoutputchannels []int32, learningrates, decay1, decay2 float32, x, dx *gocunets.Tensor) (mnet *gocunets.SimpleModuleNetwork)
RomanDecoder using regular method of increasing size of convolution...by just increasing the outer padding
Types ¶
Click to show internal directories.
Click to hide internal directories.