Live data from Hacker News

Viewing profile — cedricblack

cedricblack

HN member
Joined
Wed, Oct 21, 2015, 3:26 AM UTC
HN karma
15
Public activity
4 items

About cedricblack

https://github.com/cbovar/

Recent public activity

  1. comment
    Comment #12918355

    In a way that's what nature does :) I think this combination is quite common. While visiting a lab in Paris, I saw some researchers using neuroevolution to teach a bird-like robot …

  2. comment
    Comment #12918258

    It is a using a genetic algorithm so learning lies in the mutation and crossover of chromosomes as well as selection of the fittest individuals. https://github.com/xviniette/Flappy…

  3. comment
    Comment #12273026

    Thanks for the tip. I'll see where I can apply it. Most of the time is usually spent in the convolution layers. Convolution is not a matrix multiplication in the current implementa…

  4. comment
    Comment #12267070

    I ported ConvNet JS to C# in order to really understand what's going on: https://github.com/cbovar/ConvNetSharp