Pinned Repositories
decision-tree-learning
An implementation of decision tree learning with (and without) rule post-pruning
deep-comedy
Generation of poetry in Dante's Divine Comedy style through deep learning techniques
deep-ga
An implementation of a genetic algorithm aimed at evolving the parameters of a neural network to play Atari games
gaussian-splatting
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
musicomb
A Sample-based Approach to Music Generation Through Constraints
musicomb-demo
Project page for the musicomb repository
nerfacc
A General NeRF Acceleration Toolbox in PyTorch.
nerfstudio
A collaboration friendly studio for NeRFs
optimal-rectangle-packing
An application of constraint programming and satisfiability modulo theories to the NP-complete problem known as optimal rectangle packing
particle-swarm-optimization
An implementation of particle swarm optimization and its application to the computer vision task of object detection via template matching
frallebini's Repositories
frallebini/particle-swarm-optimization
An implementation of particle swarm optimization and its application to the computer vision task of object detection via template matching
frallebini/decision-tree-learning
An implementation of decision tree learning with (and without) rule post-pruning
frallebini/deep-comedy
Generation of poetry in Dante's Divine Comedy style through deep learning techniques
frallebini/deep-ga
An implementation of a genetic algorithm aimed at evolving the parameters of a neural network to play Atari games
frallebini/gaussian-splatting
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
frallebini/musicomb
A Sample-based Approach to Music Generation Through Constraints
frallebini/musicomb-demo
Project page for the musicomb repository
frallebini/nerfacc
A General NeRF Acceleration Toolbox in PyTorch.
frallebini/nerfstudio
A collaboration friendly studio for NeRFs
frallebini/optimal-rectangle-packing
An application of constraint programming and satisfiability modulo theories to the NP-complete problem known as optimal rectangle packing
frallebini/question-answering
Question answering on the SQuAD 1.1 dataset by fine-tuning distilled versions of BERT
frallebini/turing-completeness-of-rnns
A formal proof of how to build a recurrent neural network that simulates an arbitrary Turing machine, alongside an implementation of a specific case