Skip to content

Neural net for pulse induction metal detector / Нейронная сеть для импульсного металлодетектора

License

Notifications You must be signed in to change notification settings

Dreamy16101976/nn4md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nn4md

Neural net for pulse induction metal detector

(C) 2019 Alexey "FoxyLab" Voronin
E-mail: [email protected]
WWW: https://acdc.foxylab.com

A neural network that processes measurement results and discriminates targets.

Build

go get github.com/fatih/color
go build nn4md.go

Use

nn4md [-s seed] [-h hiddens] [-r rate]
seed - seed for PRNG
hiddens - number of hidden layer neurons
rate - learning rate
Input:
Train data file : train.dat
Validation data file : test.dat
Format:
i0x09i...i0x09o...o0x0A
Output:
Neural network structure plaintext file: nn4md.txt
Neural network structure JSON file: nn4md.json

About

Neural net for pulse induction metal detector / Нейронная сеть для импульсного металлодетектора

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages