Proje anasayfası: | CeNiN (GitHub) |
Yine nasıl gaza geldim bilmiyorum; oturup bir konvolüsyonel yapay sinir ağı kütüphanesi yazmaya başladım. Kütüphanenin kaynak kodlarına, c# ve vb.net ile kullanım örneklerine ve uyumlu modellere proje anasayfasından ulaşabilirsiniz. Fırsat buldukça konvolüsyonel yapay sinir ağlarıyla alakalı teorik detayları da yazmaya çalışacağım...
I tried your prg. The program fails here cbClasses.Items.AddRange(cnn.outputLayer.classes); says cnn.columnheader2) values is null. The cnn = new CNN("imagenet-matconvnet-vgg-f.cenin"); is loaded and an insplection to that does have reference for this.
There is no such object as "cbClasses" in the examples. If you mean by "prg" the Image Tagger, the CNN class has no such property as "columnheader2". Feel free to send me an email with a screenshot, if you haven't figured out the problem yet.