Categories
University

Neural Network

As part of the university practice, I had to produce a neural network to predict certain basic problems. I implemented this neural network through a class in order to use it in all types of programmes and by adding the maximum amount of possible configurations, making it possible to save and restore the learning data of the neural network.

Categories
Personal University

Obj-Fenix

This is a language compiler and virtual machine for a specific programming language. The language was designed by myself and by Fernando Arroba and was designed to provide a syntax and functionality similar to the one used by Div Games Studio but with the language addressed towards objects, in order to simplify complex projects. It was produced using Bison, Flex y C++.

Categories
Personal University

PyFCSolitari

Logo

This is a game of solitaire for computers, using a Spanish card deck. A lecturer proposed this idea of using any available tools to create a game of solitaire for computers, using a Spanish card deck, as an end of course project.