Pinned Repositories
ac-gan
A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).
AdaGram.jl
Adaptive Skip-gram implementation in Julia
conference_pairings
Code used to implement the matchmaking procedure described in Vaggi et al, 2014.
federicov.github.io
My Blog
Journal_Club_Adaboost
Journal Club on AdaBoost Paper July 13, 2017
scikit-learn
scikit-learn: machine learning in Python
Sensitivity_Equations_Julia
Some attempts at using meta-programming and Julia for automatic derivation of sensitivity equations.
stats_in_python_tutorial
Material for the statistics in Python tutorial
SysBio_Modeling
A simple, small toolbox for estimating parameters in ODE-based models.
FedericoV's Repositories
FedericoV/federicov.github.io
My Blog
FedericoV/SysBio_Modeling
A simple, small toolbox for estimating parameters in ODE-based models.
FedericoV/Journal_Club_Adaboost
Journal Club on AdaBoost Paper July 13, 2017
FedericoV/scikit-learn
scikit-learn: machine learning in Python
FedericoV/stats_in_python_tutorial
Material for the statistics in Python tutorial
FedericoV/ac-gan
A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).
FedericoV/AdaGram.jl
Adaptive Skip-gram implementation in Julia
FedericoV/auxiliary-deep-generative-models
Deep generative models for semi-supervised learning.
FedericoV/blackjax
BlackJAX is a sampling library designed for ease of use, speed and modularity.
FedericoV/copt
A Python library for mathematical optimization
FedericoV/dcgan-completion.tensorflow
Image Completion with Deep Learning in TensorFlow
FedericoV/DCGAN-tensorflow
A tensorflow implementation of Deep Convolutional Generative Adversarial Networks
FedericoV/diffrax
Numerical differential equation solvers in JAX. Autodifferentiable and GPU-capable.
FedericoV/Ensemble-Pytorch
A unified ensemble framework for PyTorch to improve the performance and robustness of your deep learning model.
FedericoV/Feature-Grouping-Regularizer
Code for the paper "Feature Grouping as a Stochastic Regularizer for High-Dimensional Structured Data" at ICML 2019.
FedericoV/improved-gan
code for the paper "Improved Techniques for Training GANs"
FedericoV/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
FedericoV/JuliaAdventOfCode2020
Learning Julia with Advent of Code
FedericoV/lightning
Large-scale linear classification, regression and ranking in Python
FedericoV/models
Models built with TensorFlow
FedericoV/pm-prophet
Simplified version of the Facebook Prophet model re-implemented in PyMC3
FedericoV/proxmap-mm
Automatically exported from code.google.com/p/proxmap-mm
FedericoV/PyAmpGo
Github copy of Andrea Gavana's implementation of AmpGO
FedericoV/pydstool
PyDSTool main development repo
FedericoV/Python-LRU-cache
An in-memory LRU cache for python
FedericoV/RelativisticGAN
Code for replication of the paper "The relativistic discriminator: a key element missing from standard GAN"
FedericoV/SeqGAN
Implementation of Sequence Generative Adversarial Nets with Policy Gradient
FedericoV/sklearn_pandas_tutorial
EuroScipy 2014 tutorial: Introduction to predictive analytics with pandas and scikit-learn
FedericoV/tf-TabNet
A Tensorflow 2.0 implementation of TabNet.
FedericoV/torch-gel
Group elastic net implementation in PyTorch