Analysis of Algorithms

  • A series algorithms from my class of Analysis of Algorithms.
  • Here, we took the decision to use Python anc C/C++ for the implementations

Machine Learning Models

  • A repository of Machine Learning Algorithms based in Python, Cython and Fortran.
  • Still in the process of construction

Recurrent Neural Networks

  • A series of implementations of different recurrent neural networks in Python, Cython and Numba

Python Class in Jupyter

  • A basic Python class in Jupyter Notebooks

Numba GPU programming

  • Learning to use the Numba to build GPU based algorithms
  • However, we are looking at using the Ctypes and C/C++ given their support for GPU programming

UNDER CONSTRUCTION