Pinned Repositories
bistrot
A cli tool that transforms any Python function into an endpoint
BoardGames
Two-players board games with AI engines. A project for learning software development in C++ and game programming.
BonsaiVM
A small virtual machine for educational and recreational purpose
calc
A hand-rolled interpreter for a simple calculator
Dl4genomic_sequences
This repository contains the code used for the paper "Deep Learning Architectures for DNA Sequence Classification"
example-cli
Example code for writing clis in Python
FBK-Fairseq-ST
An adaptation of Fairseq to (End-to-end) speech translation.
Nucleosome-predict
Deep learning tool for the prediction of nucleosome positioning prediction.
OpenNMT-tf
Neural machine translation and sequence learning using TensorFlow
SR-NMT
Implementation in pytorch of SR-NMT https://arxiv.org/abs/1805.04185v1
mattiadg's Repositories
mattiadg/FBK-Fairseq-ST
An adaptation of Fairseq to (End-to-end) speech translation.
mattiadg/example-cli
Example code for writing clis in Python
mattiadg/bistrot
A cli tool that transforms any Python function into an endpoint
mattiadg/SLT.KIT
Spoken Language Translation System
mattiadg/BonsaiVM
A small virtual machine for educational and recreational purpose
mattiadg/calc
A hand-rolled interpreter for a simple calculator
mattiadg/OpenNMT-py
Open Source Neural Machine Translation in PyTorch
mattiadg/asteroid
The PyTorch-based audio source separation toolkit for researchers
mattiadg/bleurt
BLEURT is a metric for Natural Language Generation based on transfer learning.
mattiadg/c-argparse
A simple argument parser for C to make some practice with the language
mattiadg/CLox
Implementation of CLox following the book "Crafting Interpreters" by Robert Nystrom.
mattiadg/COMET
A Neural Framework for MT Evaluation
mattiadg/CTranslate2
Fast inference engine for Transformer models
mattiadg/demo_it-analyze
Demo to show the joy of working with automation for developer experience
mattiadg/fairseq-automos
Automatic MOS prediction using Wav2Vec2 from Fairseq published as baseline for the VoiceMOS Challenge 2022 published by the National Institute of Informatics
mattiadg/i6_core
Sisyphus recipies for ASR
mattiadg/librosa
Python library for audio and music analysis
mattiadg/mirrors-mypy
Mirror of mypy for pre-commit
mattiadg/mwerSegmenter
mattiadg/NMTLab
Fork of OpenNMT-py to support additional experimental features
mattiadg/nullable
Example code to chain nullable operations in Python, inspired by languages like Kotlin.
mattiadg/optimum-quanto
A pytorch quantization backend for optimum
mattiadg/pymc
Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Aesara
mattiadg/r_CGoF
An implementation of Conway's Game of Life in Rust
mattiadg/returnn
The RWTH extensible training framework for universal recurrent neural networks
mattiadg/safenav
An example to implement safe navigation in Python objects while preserving type information
mattiadg/sequitur-g2p
This is a github repository of the abandonware Sequitur G2P by Bisani & Ney
mattiadg/simst
asyncio example for simultaneuous machine translation
mattiadg/ThinkBayes2
Text and code for the forthcoming second edition of Think Bayes, by Allen Downey.
mattiadg/translate-app
A simple translator app using open source models