Skip to content

Instantly share code, notes, and snippets.

@moisoto
Created March 21, 2025 22:29
Show Gist options
  • Save moisoto/ba48127e798d6c33db2db06137ac79bb to your computer and use it in GitHub Desktop.
Save moisoto/ba48127e798d6c33db2db06137ac79bb to your computer and use it in GitHub Desktop.
Tetsuo X Articles

Tetsuo X Articles

An organized list of interesting article from Tetsuo

ML in C

  • Article 0/4: Classification, Regression, and Feed-Forward Neural Networks.
  • Article 1/4: Introduction to Machine Learning in C With TensorFlow C API.

Building an Image Classifier in C

Using a Convolutional Neural Network and the TensorFlow C API.

Izhikevich Neuron Model

Equations, Dynamics, and C Implementation.

The Izhikevich neuron model represents cortical dynamics with two coupled differential equations that govern membrane potential and recovery behavior. Adjustable parameters allow the model to emulate a range of firing patterns observed in biological neurons. This article explains the model’s formulation and examines its spiking behaviors.

Read Article

Building a Shell in C

Read Article

Building a Recursive Trie in C

Building a Recursive Trie (prefix tree) in C With Diagrams: Insertion, Search, and Deletion

Read Article

Vulnerabilities Series

Buffer Overflows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment