# ABSL v1.0.0: I trained a Neural Network to solve XOR using 100% Integers (No Floats, No FPUs, Written in Rust)

> Source: <https://dev.to/mojo0869/absl-v100-i-trained-a-neural-network-to-solve-xor-using-100-integers-no-floats-no-fpus-pb1>
> Published: 2026-07-30 18:13:42+00:00

**ABSL or Adaptive bitshift learning v.1.0.0 XOR**

Is a Integer only learning method for AI wich i developed it performes verry good with 75% of runs being perfekt and a global evaluation accuracy of 92.9% at its best.

I'm currently tring to make it perfekt and then try scaling it to MNIST

I'm 15 fron germany coding on a S22 Ultra

Here you find my repo:
