ZizZu94
Hi, I'm a MSc student in Artificial Intelligence @ the University of Trento. Before enrolling in this master's program I also worked as a Full-Stack developer.
Pinned Repositories
covid19-ultrasound-img-prediction
Classification of Covid-19 lung ultrasound data using ResNet-18, ResNet-50, EfficientNet-b0 and EfficientNet-b4
GFP-GAN
The purpose of this repo is to understand better the paper and do also some experiments with code.
house-prices
House Prices prediction using advanced Regression Techniques of ML
lstm-text-generator
This example trains a multi-layer RNN-LSTM on a language modeling task. The training script uses the PTB dataset, provided. The trained model can then be used by the generate script to generate new text.
market-1501-classification-reid
In this assignment, we explored the use of neural networks to solve two common computer vision tasks using the PyTorch framework. We had given a video-surveillance dataset containing images of multiple persons each of which was captured multiple times by different cameras along with a set of annotations that specify attributes of each person such as age, gender and clothing.
masters-thesis
Masters degree thesis
nlu-first-assignment
Natural Language Understanding first assignment.
nlu-second-assignment
nlu-text-generation
This example trains a multi-layer RNN-LSTM on a language modeling task. The model has been implemented using Tensoflow Keras python library. The training script uses the PTB dataset, provided.
vehicle-counting-py
The purpose of this project is counting vehicles using Image Video processing tools.
ZizZu94's Repositories
ZizZu94/market-1501-classification-reid
In this assignment, we explored the use of neural networks to solve two common computer vision tasks using the PyTorch framework. We had given a video-surveillance dataset containing images of multiple persons each of which was captured multiple times by different cameras along with a set of annotations that specify attributes of each person such as age, gender and clothing.
ZizZu94/covid19-ultrasound-img-prediction
Classification of Covid-19 lung ultrasound data using ResNet-18, ResNet-50, EfficientNet-b0 and EfficientNet-b4
ZizZu94/GFP-GAN
The purpose of this repo is to understand better the paper and do also some experiments with code.
ZizZu94/house-prices
House Prices prediction using advanced Regression Techniques of ML
ZizZu94/lstm-text-generator
This example trains a multi-layer RNN-LSTM on a language modeling task. The training script uses the PTB dataset, provided. The trained model can then be used by the generate script to generate new text.
ZizZu94/masters-thesis
Masters degree thesis
ZizZu94/nlu-first-assignment
Natural Language Understanding first assignment.
ZizZu94/nlu-second-assignment
ZizZu94/nlu-text-generation
This example trains a multi-layer RNN-LSTM on a language modeling task. The model has been implemented using Tensoflow Keras python library. The training script uses the PTB dataset, provided.
ZizZu94/vehicle-counting-py
The purpose of this project is counting vehicles using Image Video processing tools.
ZizZu94/resnet-grad-cam
rad-Cam provides us with a way to look into what particular parts of the image influenced the whole model’s decision for a specifically assigned label. It is particularly useful in analyzing wrongly classified samples.
ZizZu94/Umbraco-CMS
The simple, flexible and friendly ASP.NET CMS used by more than 400.000 websites
ZizZu94/yolov7-integretion-in-csharp-form-app
This an experimental project. I want to train YOLOv7 model using py notebook, export the trained model in ONNX format and then integrate the model into a C# form application.