Skip to content
View mcurzi's full-sized avatar

Block or report mcurzi

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
mcurzi/README.md

Matias Curzi

I lead R&D teams in the agricultural sector, focusing on the study of biological and agroecological systems. Outside the field, I’m interested in understanding how things work from their foundations (base pairs and logic gates) to the large-scale results we see in the field or on a screen.

Professional Focus

  • AgTech & Research: I lead research and development areas in new crop technologies, managing complex field and laboratory trial networks.
  • Data Science: Professional use of R for statistical modeling, experimental design and data visualization.

Hobbies & Technical Exploration

  • Music
  • Hiking/Trekking
  • High and Low-Level Programming: Python, C, and Assembly as an occasional, mental exercise. I believe that doing fun projects in languages where I’m not fluent is a great way to keep the mind sharp, avoiding the "muscle memory" generated with familiar tools.

🛠️ Featured Projects

ProjectDescriptionTech
ggebpGGE-Biplot & Mosaic Plot implementation for GxE interaction analysis.R, ggplot2
custom-8bit-cpuMy own 8-bit architecture emulator including a custom ISA, Assembler, and memory visualizer.Python, Tkinter

Contact & Links

Popular repositories Loading

  1. custom-8bit-cpu custom-8bit-cpuPublic

    Custom 8-bit ISA emulator, assembler, and debugger with memory-mapped graphics.

    Python 6

  2. mcurzi mcurziPublic

  3. ggebp ggebpPublic

    GGE Biplot and Mosaic Plot implementation for GxE interaction analysis using Base R and ggplot2.

    R

  4. handcrafted-nn handcrafted-nnPublic

    Neural network from scratch in Python/NumPy. Manual backpropagation and gradient descent without high-level frameworks.

    Python