Yuri Paglierani's repositories
Data-Analysis-Fortran
A basic program for data analysis of 1 parameter, it can be extended and optimized. Program done collaborating with Alessandro Namar
Fast-Fourier-Transform
A program that implements the Fast Fourier Transform algorithm in C language. Done with Chiara Vallortigara
2048-DRL
An implementation of a DQN-agent which plays the 2048 game.
Deep-Learning_DSSC_2022
Repository for the DL Course AA 2021-2022 @ DSSC UniTS
Diffusion-Equation-PINN
In this notebook, you'll see an introduction to PINN, and Diffusion Equation, this was a part of my Deep Learning Project @ University of Trieste
Diffusion_Equation_Analysis_Stanford_Bunny_Mesh
This repository contains an analysis of the application of the Diffusion Equation on the Stanford Bunny Mesh using Chebyshev Polynomials and Graph Convolutional Networks (GCNs). The project explores advanced techniques for smoothing and filtering graph Laplacians to solve the discretized heat equation efficiently on complex mesh data.
Feed-Forward-Kullback-Leibler-in-C
2-layers Feed Forward Neural Network with the Kullback-Leibler distance optimization
Financial-Personal-Plan
Here there is a simple but useful program that can help you to set some financial goals in your life
Game-of-Life-with-Genetic-Programming
In this repo I show an example of how Genetic Programming can be applied to infer the rules of Conway's Game of Life
jraph
A Graph Neural Network Library in Jax
lagrangian_nns
Lagrangian Neural Networks
Perceptron-in-C
Here's a Perceptron implemented in C, you can see how to train your Perceptron to solve a problem
Project.py-MNIST-classification-with-MLP
In these few rows of code is shown how to make a classification of the MNIST dataset using a Multilayer Perceptron
Runge-Kutta-4-SIRS-model-in-C
Example of an integration method for a system of ordinary differential equations.