zhongkaifu / RNNSharp

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 and based on .NET framework 4.6 or above versions. RNNSharp supports many different types of networks, such as forward and bi-directional network, sequence-to-sequence network, and different types of layers, such as LSTM, Softmax, sampled Softmax and others.
BSD 3-Clause "New" or "Revised" License
285 stars 92 forks source link

Nuget package #20

Open dmit25 opened 8 years ago

dmit25 commented 8 years ago

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 could be easily achieved by using free appveyor CI. I am talking about AdvUnits, Txt2Vec, CRFSharp, RNNSharp.

If you're interested, I can help you with it.

zhongkaifu commented 8 years ago

@dmit25 That's a really good idea if these libs could be published to Nuget.

dmit25 commented 8 years ago

@zhongkaifu What do you think about CI, and automatic deployment to Nuget?

zhongkaifu commented 8 years ago

appveyor CI looks good. I have tried it last weekend, but didn't deploy it to Nuget successfully yet. I will look into it more.