RNNSharp
RNNSharp copied to clipboard
RNNSharp is a toolkit of deep recurrent neural network which is widely used for many different kinds of tasks, such as sequence labeling, sequence-to-sequence and so on. It's written by C# language an...
'RNNSharpConsole.vshost.exe' (CLR v4.0.30319: RNNSharpConsole.vshost.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Symbols loaded. 'RNNSharpConsole.vshost.exe' (CLR v4.0.30319: RNNSharpConsole.vshost.exe): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities\14.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.dll'. Symbols loaded. 'RNNSharpConsole.vshost.exe' (CLR v4.0.30319: RNNSharpConsole.vshost.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll'. Symbols loaded. 'RNNSharpConsole.vshost.exe' (CLR v4.0.30319: RNNSharpConsole.vshost.exe): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll'....
I am struggling porting the library to .Net core. Is there something to keep in mind while doing so (adding some dependencies, etc )? Thanks for the help!
Hi! Thank you for your lib, it look's really cool. But i've got problems in understanding some concepts and approaches. For example what for is feature templating? How does all...
Though RNN support the word embedding feature which is very plus point of RNN compared to the competitor CRF. is RNN have the capability to support external Gazetteer list and...
Hi, Zhong! Thank you for such an amazing tooling! What do you think about publishing core libraries to Nuget. That would make life easier when it comes to updates and...
Hello, I have a spatio-temporal dataset that I have compiled. It's in a TSV format, and I'd like your RNNSharp to consume the input for classification as well as recognition....
Hi, I am really impressed by your readable code. A simple question about the code which may not worth mention: I think it should stop the learning when the PPL...
Hello zhongkaifu, Your framework is very great but there are something I think you should change a little to get your code more easy to use. Can you change your...