Public projects

Instruction Model Package

I have developed a package that allows the easy creation of training models with Keras backend and deploy them directly as instruction models. Instruction model is a JSON file that contains the model architecture and weights, enabling use in any language without additional dependencies.

Instmodel Rust Inference

Highly optimized framework to apply inference on models trained using the "instmodel" package.

About JaFicou This is my personal website that was created to showcase my work and projects. All of the content here is related to optimized artificial intelligence and machine learning algorithms. You can try to play against some of my developed AIs in the play section, it is possible to win as first player but highly unlikely. This website tries to show that using python libraries like numpy and tensorflow will not be enough to create an optimized compact AI. There is great benefits in using low level languages like C++ and CUDA to deploy your AI in a production environment. Training them, in other end, is quite a challenge.