llama-cpp-turboquant/examples/godot_logistic_regression
2021-02-09 22:15:07 +00:00
..
custom_module Updated the examples 2021-02-09 22:15:07 +00:00
gdnative_shared Updated the examples 2021-02-09 22:15:07 +00:00
godot_engine Updated to add logistic regression godot example 2020-09-26 16:37:24 +01:00
godot_resources Updated and renamed classes for custom module 2020-09-27 15:08:04 +01:00
.gitignore Updated to add logistic regression godot example 2020-09-26 16:37:24 +01:00
project.godot Updated and renamed classes for lr example 2020-09-27 14:09:16 +01:00
README.md Updated documentation 2020-10-14 08:42:42 +01:00

Kompute Game Engine Integration (Godot)

This repository contains the accompanying code for the Blog post "Supercharging Game Development with GPU Accelerated Machine Learning".

This example folder contains three key components:

You can also find the simpler Godot Summator example implemented in the GPU in this example folder.