Git Product home page Git Product logo

fonet's People

Contributors

bcvery1 avatar fontinalis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

fonet's Issues

Build and vetting failing

Examples and README examples need updating to fix Travis builds, and a few other function docs need changing in order to raise report card back to A+

Will be raising a PR for this

output is NaN

/*Geometric sequence
/
func PrepareTrainingData_dengbishulie(n int) [][][]float64 {
traindatas := make([][][]float64,0)
for i:=0;i<n;i++{
for j:=0;j<n;j++{
traindatas = append(traindatas,[][]float64{[]float64{float64(i),float64(j)},[]float64{float64(i
j)}})
}
}
fmt.Printf("%++v",traindatas)
return traindatas
}

/main/
n,err := fonet.NewNetwork([]int{2, 1, 1},fonet.LeakyReLU)
if err != nil {
panic(err.Error())
}
trainingdata := PrepareTrainingData_dengbishulie(10)

n.Train(trainingdata,100,0.95,true)
fmt.Println(n.Predict([]float64{2,6}))

------output is NaN
why???

Travis.org closing

Please be aware of the following warning on Travis.org:

Please be aware travis-ci.org will be shutting down by end of May 2021. Please consider migrating to travis-ci.com.

Outputs only between 0 and 1

I'm trying to work out if this is intended behaviour, whatever data I train a network with, the output is always between 0 and 1, even if that does not match the training data.

Please see #1 as further explanation.

Have I misunderstood the scope of the networks? Is this behaviour expected? If I needed a network which was able to output a float of arbitrary size, is this possible with this package?

Many thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.