Become a sponsor to Cr33zz
I'm self-though machine learning and deep learning enthusiast. I share my code and knowledge to make these technologies more available and easier to understand for those who would like to follow my footsteps :)
Featured work
-
Cr33zz/Neuro
C# implementation of neural networks library. Contains basic types of layers (dense, convolution, pooling, flatten). Supports single CPU, Multi-CPU and GPU tensor operations (using ManagedCUDA). Th…
C# 22 -
Cr33zz/Neuro_
C++ implementation of neural networks library with Keras-like API. Contains majority of commonly used layers, losses and optimizers. Supports sequential and multi-input-output (flow) models. Suppor…
C++ 35 -
Cr33zz/DeepRL
C# library for deep reinforcement learning. Contains port of multiple OpenAI test environments. Project is in early stages of development.
C# 8