Skip to content
View tristan-day-research's full-sized avatar

Block or report tristan-day-research

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

👋 Hi, I'm Tristan.

I’m a research scientist and machine learning engineer with experience in both AI and computational neuroscience, bridging theoretical insight and practical implementation.

My core interests and skills include:

  • Novel approaches in machine learning for real-world impact
  • AI safety and ethics
  • Neuro-symbolic systems
  • Computational Neuroscience
  • Data analysis and interpretability

🔬 Current Research & Projects

EEG Seizure Detection System (2024-Current) Developing a vector-quantized variational autoencoder based diagnostic system to assist neurologists in classifying seizure types from EEG brain signals. The architecture uses a novel Variational Autoencoder tokenizer that applies Fourier transforms to raw time series data, enabling the transformer to process neural oscillations similar to how LLMs process language tokens. This approach bridges signal processing with modern NLP architectures, creating interpretable representations of brain states that could revolutionize clinical EEG analysis.

Abstract Reasoning Corpus (ARC) Challenge (2024-Current) Leading development of a novel neuro-symbolic approach to tackle one of AI's most challenging reasoning benchmarks. The ARC challenge tests visual reasoning abilities that current AI systems struggle with, requiring the integration of pattern recognition, abstract thinking, and systematic generalization. My methodology combines neural pattern detection with symbolic rule extraction, aiming to achieve human-level performance on tasks that require genuine understanding rather than memorization.

Connectome Harmonics: Brain Dynamics Across the Lifespan (2022-Current) Directing an international research collaboration analyzing how structural brain changes influence neural dynamics throughout aging. Using a novel mathematical framework called "Connectome Harmonics," we're processing large-scale neuroimaging datasets from the University of Oxford to reveal new insights into cognitive decline. Our findings suggest potential therapeutic targets and early biomarkers for age-related neurodegeneration. This work combines spectral graph theory, complex systems analysis, and large-scale data processing.

🧠 Inspirations & Interests

I draw inspiration from thinkers like Joscha Bach, Douglas Hofstadter, Selen Atasoy, and Leonid Perlovsky.

Outside of research, I explore meditation, consciousness, philosophy, and music. I've traveled to 16 countries and counting.

📁 About This GitHub

This GitHub showcases a subset of my work. Some projects are proprietary, unpublished, or in progress—but the public repositories here reflect areas of active research and technical interest.

Feel free to reach out with an opportunity or colaboration idea! Contact me via email or connect on LinkedIn.

Pinned Loading

  1. retrieval-augmented-generation retrieval-augmented-generation Public

    Financial Insight AI: Automate financial data analysis with AI. Ingests SEC filings, processes documents, and generates insights using RAG with a hybrid multi-tenent knowledge base. Features SQL/ve…

    Python

  2. NeuroStorm_seizure_detection NeuroStorm_seizure_detection Public

    NeuroStorm is a Large Brain Model (LBM), with a similar architecture to an LLM. It detects what type of seizure, if any, is present in an EEG brain signal recording. NeuroStorm aims to assist neuro…

    Jupyter Notebook

  3. connectome-harmonics connectome-harmonics Public

    Analysis of diffusion MRI connectivity matrices using the Connectome Harmonics framework. Includes spectral decompositions, inter-harmonic connectivity, entropy measures, and age-related analyses a…

    Jupyter Notebook

  4. ml-project-template ml-project-template Public

    A universal project template for scalable and reproducible machine learning. Implements a data-schema-centric, state-machine architecture using Prefect for orchestration. Includes a full project st…

    Python