Pinned Repositories
2SEGP
Simple Simultaneous Ensemble Learning in Genetic Programming
CoGS
A baseline genetic algorithm for the discovery of counterfactuals, implemented in Python for ease of use and heavily leveraging NumPy for speed.
DivNichGP
Python re-implementation of the Diverse Niching Genetic Programming algorithm for binary classification and regression
genepro
A baseline implementation of genetic programming (using trees to encode programs) with some examples of usage.
GP-GOMEA
Genetic Programming version of GOMEA. Also includes standard tree-based GP, and Semantic Backpropagation-based GP
gpg
Re-implementation of GP-GOMEA that attempts to be simpler to understand and use than the original.
pyNSGP
Multi-objective Genetic Programming by NSGA-II in Python
robust-counterfactuals
Repo of the paper "On the Robustness of Sparse Counterfactual Explanations to Adverse Perturbations"
SimpleGP
Simple Genetic Programming for Symbolic Regression in Python3
Uncertainty-Estimation-in-Deep-Nets
Attempt to reproduce the toy experiment of http://bit.ly/2C9Z8St with an ensemble of nets and with dropout.
marcovirgolin's Repositories
marcovirgolin/GP-GOMEA
Genetic Programming version of GOMEA. Also includes standard tree-based GP, and Semantic Backpropagation-based GP
marcovirgolin/genepro
A baseline implementation of genetic programming (using trees to encode programs) with some examples of usage.
marcovirgolin/robust-counterfactuals
Repo of the paper "On the Robustness of Sparse Counterfactual Explanations to Adverse Perturbations"
marcovirgolin/gpg
Re-implementation of GP-GOMEA that attempts to be simpler to understand and use than the original.
marcovirgolin/2SEGP
Simple Simultaneous Ensemble Learning in Genetic Programming
marcovirgolin/CoGS
A baseline genetic algorithm for the discovery of counterfactuals, implemented in Python for ease of use and heavily leveraging NumPy for speed.
marcovirgolin/DivNichGP
Python re-implementation of the Diverse Niching Genetic Programming algorithm for binary classification and regression
marcovirgolin/APhA
Code to automatically assemble highly-individualized phantoms from DICOM CT scans and RT STRUCT files
marcovirgolin/coeffmut_gpgomea
Code to reproduce paper by Virgolin and Bosman "Coefficient mutation in the gene-pool optimal mixing evolutionary algorithm for symbolic regression" 2022
marcovirgolin/Experiments-on-DF-Net-and-GPT-3
Code for "DAISY: An Implementation of Five Core Principles for Transparent and Accountable Conversational AI" 2022. Fork from ACL 2020 Paper "Dynamic Fusion Network for Multi-Domain End-to-end Task-Oriented Dialog"
marcovirgolin/marcovirgolin.github.io
Marco Virgolin's personal website
marcovirgolin/annotated_deep_learning_paper_implementations
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
marcovirgolin/composer
Train neural networks up to 7x faster
marcovirgolin/falcon.cpp
C++ implementation for falcon
marcovirgolin/gp_dr
code for GECCO 2022 paper: "On genetic programming representations and fitness functions for interpretable dimensionality reduction"
marcovirgolin/gpt-engineer
Specify what you want it to build, the AI asks for clarification, and then builds it.
marcovirgolin/guidance
A guidance language for controlling large language models.
marcovirgolin/LLM-Adapters
LLM-Adapters: An Adapter Family for Parameter-Efficient Fine-Tuning of Large Language Models
marcovirgolin/marcovirgolin
marcovirgolin/memit
Mass-editing thousands of facts into a transformer memory (MEMIT)
marcovirgolin/pandas-ai
Pandas AI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational
marcovirgolin/pyfe
Fast evaluation of symbolic expressions in C++
marcovirgolin/rome
Locating and editing factual associations in GPT (NeurIPS 2022)
marcovirgolin/SDNist
SDNist: Benchmark data and evaluation tools for data synthesizers.
marcovirgolin/simple-chatgpt-chat-streaming-demo
A Node.JS chat demo where the chat streams to the browser.
marcovirgolin/srbench
A living benchmark framework for symbolic regression
marcovirgolin/t-zero
Reproduce results and replicate training fo T0 (Multitask Prompted Training Enables Zero-Shot Task Generalization)
marcovirgolin/TabularBenchmarks
marcovirgolin/toolformer
marcovirgolin/trl
Train transformer language models with reinforcement learning.