Search:

Type: Posts; User: PaulHoule

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    547

    Re: Neural Network method not working

    He is talking about this

    https://en.wikipedia.org/wiki/Backpropagation

    I've written that kind of code before. It roughly looks right but the devil is in the details. My guess though there is...
  2. Generics solve as one function but not two

    So I am trying to write an internal DSL and having a hard time to get generics work the way I want. I know I can write one method call like


    collectingAndThen(toSet(), Set::size);

    but I want...
Results 1 to 2 of 2