-
brevitas Public
Forked from Xilinx/brevitasBrevitas: neural network quantization in PyTorch
Python Other UpdatedApr 13, 2026 -
-
accelerate Public
Forked from huggingface/accelerate🚀 A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic mixed precision (including fp8), and easy-to-configure FSDP and DeepSpeed support
Python Apache License 2.0 UpdatedJan 9, 2025 -
-
clrs-ls65 Public
Forked from google-deepmind/clrs -
qtml-hybrid-workflow Public
Forked from JP-Amboage/qtml-hybrid-workflowHybrid quantum-classical hyperparameter optimization workflow using performance prediction.
Python UpdatedApr 11, 2024 -
quaternion_parallel Public
Study of different parallelization techniques for accelerating quaternion computations.
C MIT License UpdatedSep 25, 2022 -
modelling_simulation Public
Exercises for Modelling and Simulation class.
Python UpdatedSep 25, 2022 -
Multiagent application, based in Jade, implementing the FIPA English Auction protocol in a book buy-sell setting.
Java UpdatedSep 21, 2022 -
p2p_chat Public
P2P Desktop Application developed using Java RMI, with a (dockerized) PostgreSQL backend and RSA for encrypted communications.
Java UpdatedSep 21, 2022 -
medium-articles Public
Code for my articles in Medium.
Jupyter Notebook MIT License UpdatedSep 18, 2022 -
-
Multifunction Calculator made with Bison and Flex.
C UpdatedAug 10, 2022 -
python_toy_lexical_parser Public
Lexical Parser for the Python programming language coded from scratch in C for the Compilers Course at USC.
C UpdatedAug 10, 2022 -
-
flutter_quiz Public
Simple quiz app made in Flutter with authentication and leaderboard functionality, using Firebase as backend.
-
library_dbii Public
Library management desktop application implemented in Java and PostgreSQL
Java UpdatedAug 19, 2019 -
monopoly_cli Public
Java implementation of the board game Monopoly, including special features such as special movements, deals...
-
karatsuba_multiplication Public
Implementation of Karatsuba algorithm along with an ADT to handle long integers.
C UpdatedAug 19, 2019 -
polynomial_library Public
Programming I final project: polynomial library supporting basic operations such as addition, multiplication...
C UpdatedAug 19, 2019 -
-
Matrix-Numerical-Analysis Public
Fortran implementation of some matrix factorization and equation systems solving numerical methods for Matrix and Numerical Analysis course at USC.