Skip to content
View Eduardo79Silva's full-sized avatar
🧠
Bringing life back to people
🧠
Bringing life back to people

Block or report Eduardo79Silva

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Eduardo79Silva/README.md

Eduardo Silva

Python Signal Processing C++ Machine Learning Location

Software Engineer specializing in Neurotechnology & Brain-Computer Interfaces.

Building intelligent systems for neural signal processing and human augmentation. Focus on closed-loop neural implants, communication BCIs for locked-in patients, and cortical visual prosthetics.


Real-time systems

GitHub Activity

GitHub Stats    Top Languages

GitHub Streak

Research Interests

Closed-Loop Neural Implants — Adaptive neurostimulation systems for treatment-resistant depression and psychiatric conditions.

Communication BCIs — Real-time decoding systems enabling communication for locked-in patients through P300 and motor imagery paradigms.

Cortical Visual Prosthetics — Direct cortical stimulation for vision restoration, inspired by Science Corp's pioneering work.

Computational Neuroscience — Understanding neural encoding, decision-making, and cognition through brain-computer interfaces.


Current Work

focus = {
    "signal_processing": ["EEG", "LFP", "Real-time filtering", "Artifact removal"],
    "machine_learning": ["Motor imagery", "P300 detection", "Neural decoding"],
    "bci_systems": ["Communication interfaces", "Neuroprosthetics", "Clinical translation"],
    "target": "ETH Zürich Biomedical Engineering"
}

Technology Stack

Core Stack

Python C++ NumPy SciPy

BCI & ML

scikit-learn TensorFlow PyTorch

Real-time Systems

Vulkan CMake


Connect

Portfolio    Blog    LinkedIn


Profile Views
"Building intelligent systems for neural signal processing and human augmentation."

Pinned Loading

  1. spiking-neural-network spiking-neural-network Public

    Design and implement a biologically inspired spiking neural network using the Leaky Integrate-and-Fire (LIF) neuron model and train it on a simple image classification task (MNIST or Fashion-MNIST).

    Python

  2. Hikari-RayTracer Hikari-RayTracer Public

    This project serves a research and for further integration with my game engine. It is implemented with vulkan and used WalnutApp template from TheCherno for window creation abstraction. Will still …

    C++

  3. racing-game racing-game Public

    3D graphics and game development projects with Three.js, featuring object modeling, procedural generation, particle systems, and interactive UIs

    JavaScript

  4. Chess-Engine-Challenge Chess-Engine-Challenge Public

    A compact chess engine for Sebastian Lague's Chess Coding Challenge. Implements negamax search with alpha-beta pruning, transposition tables, and PeSTO evaluation within a 1024 token limit.

    C#