Live data from Hacker News

Viewing profile — TituxDev

TituxDev

HN member
Joined
Mon, Jun 15, 2026, 6:07 PM UTC
HN karma
1
Public activity
1 items

About TituxDev

Disclaimer: Spanish native speaker, My English compiler is on beta version

I'm someone who like to brake things before reading the proper docs to get a deep understanding about how everything works.

I'm fluently C writer, an recently I had used to explore Neural Networks from first principles

You are welcome to explore my public work in my github account: https://github.com/TituxDev

Recent public activity

  1. comment
    Comment #48576498

    I did a similar project, but my approach to the topology definition was declaring perceptron structs with inputs as pointer arrays and output as a regular variable. With this schem…