llama-cpp-turboquant/examples/godot_logistic_regression
2020-10-07 21:26:17 +01:00
..
custom_module Updated godot example to use compiled spv header by default 2020-10-07 21:26:17 +01:00
gdnative_shared Updated godot example to use compiled spv header by default 2020-10-07 21:26:17 +01: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 image for kompute godot 2020-09-27 20:40:51 +01:00

Godot Kompute ML 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 simpler Godot Summator example implemented in the GPU in this example folder.