Pinned Repositories
dialogflow-agent
Dialogflow agent is a library for online / offline handling of dialogflow agents.
dlib
The python dictionary library.
gpt-mini
Yet another minimalistic Tensorflow (re-)re-implementation of Karpathy's Pytorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer).
learn4haskell
👩🏫 👨🏫 Learn Haskell basics in 4 pull requests
luigidisotto.github.io
My personal page.
minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
ml-lib
Yet another Python Neural Networks implementation.
n-queens
Implementation of a sequential algorithm to solve the n-queens puzzle with bit-masks to recursively compute valid chess configurations. Refactored into a parallel Divide-and-Conquer implementation with C++ threads almost 10x faster than the sequential implementation. The parallel code has been also translated into using parallel patterns by FastFlow.
poisson-solver
A C++ Poisson Equation solver performing Gauss-Seidel (vanilla) & Red-Black, Jacobi methods
socialnetwork
luigidisotto's Repositories
luigidisotto/n-queens
Implementation of a sequential algorithm to solve the n-queens puzzle with bit-masks to recursively compute valid chess configurations. Refactored into a parallel Divide-and-Conquer implementation with C++ threads almost 10x faster than the sequential implementation. The parallel code has been also translated into using parallel patterns by FastFlow.
luigidisotto/poisson-solver
A C++ Poisson Equation solver performing Gauss-Seidel (vanilla) & Red-Black, Jacobi methods
luigidisotto/socialnetwork
luigidisotto/learn4haskell
👩🏫 👨🏫 Learn Haskell basics in 4 pull requests
luigidisotto/luigidisotto.github.io
My personal page.
luigidisotto/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
luigidisotto/ml-lib
Yet another Python Neural Networks implementation.
luigidisotto/minGPT-TF
A minimal TF2 re-implementation of the OpenAI GPT training
luigidisotto/multinerf
A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
luigidisotto/python-cheatsheet
Basic Cheat Sheet for Python (PDF, Markdown and Jupyter Notebook)