Results 8 comments of Patrice Dargenton

Another question: is it possible to loop in reverse mode after the normal mode, to produce an infinite seamless loop? (without explicitly adding these images in reverse mode)

Hi, how is it possible to use nuget packages if "No, there's no lower level API" ? Is there an example using this package ? https://www.nuget.org/packages/BrightWire/ https://www.nuget.org/packages/BrightWire.Net4/

Ok, there is no problem to test all these examples in their original solution. But, if I put a nuget package in my personal project for example on BrightWire.Net4, and...

Ok thanks!, now I have a problem with: var testData = graph.CreateDataSource(data); Visual Studio recommends using one of these 3 possibilities, but none can be cast from BrightWire.TabularData.Helper.DataTableWriter (InvalidCastException): var...

Ok, I found out how it works, thank you very much! Here it is with BrightWire.Net4 in VB .NET: Public Sub TestXOR() Dim lap = BrightWireProvider.CreateLinearAlgebra ' Some training data...

Should I do something, or just wait? I can replace Flurl.Http with WebClient, but WebClient is now deprecated with .Net6.

Hello, this is the same problem for the C # version too, this url is no longer valid: https://mlnetfilestorage.file.core.windows.net/imagesets/flower_images/flower_photos_small_set.zip

Hi, I have fixed all the samples there, in C#, F# and even VB: https://github.com/PatriceDargenton/machinelearning-samples https://github.com/PatriceDargenton/machinelearning-samples/tree/VB (I already made a pull request, but the authors of this source continue to...