brightwire icon indicating copy to clipboard operation
brightwire copied to clipboard

Bright Wire is an open source machine learning library for .NET with GPU support (via CUDA)

Results 6 brightwire issues
Sort by recently updated
recently updated
newest added

Hi i want to use BrightWire to implement the following simple interface. The problem is that the library is very strongly coupled with data source. ``` interface IBaseTrainableProbabilisticMulticategoryModel { //Construct...

In sample function TrainConvolutionalNeuralNetwork(), exception System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' is returned on this call: engine.Train(numIterations, testData, model => { bestGraph = model.Graph; }); This is...

Hey @jdermody, I have a question about the Feed Forward networks. I want to give my net multiple inputs, and the expected output should be 3 different states. Well I...

I have shopping list with history of records. I woud like to train neural network for suggestionst what to buy according to existing history. What neural network to use?

How do we implement facial detection and facial recognition ?

Hello Jack! Are there any plans to support OpenCL? I have a couple of machines with AMD cards at the office and would love to use BrightWire on them. There...