llama-cpp-turboquant/examples/godot_examples
Alejandro Saucedo 3d9a574669 Added image
2020-09-27 20:34:42 +01:00
..
custom_module Added image 2020-09-27 20:34:42 +01:00
gdnative_shared Added image 2020-09-27 20:34:42 +01:00
godot_engine Added full module example 2020-09-20 17:19:12 +01:00
godot_resources Reset to the simple summator example to show the more complex LR in different folder 2020-09-26 15:27:15 +01:00
.gitignore Added full module example 2020-09-20 17:19:12 +01:00
project.godot Updated to use komputesummator class 2020-09-20 15:20:03 +01:00
README.md Added image 2020-09-27 20:34:42 +01:00

Godot Summator GPU Kompute Example

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 advanced ML Logistic Regression example in the GPU in this example folder.