Skip to content

Commit 2e293fa

Browse files
README.md
1 parent baebdaf commit 2e293fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Aika
22

3+
## Project Status
4+
5+
Work in progress!
6+
37
## Project Overview
48

59
Aika (Artificial Intelligence for Knowledge Acquisition) is an experimental AI framework that offers a new approach to neural network design. Originally implemented in Java, Aika has been migrated to a C++ core with Python bindings, combining high performance with Python’s ease of use. Similar to PyTorch, Aika allows you to **define the functional graph of a neural network’s mathematical model in Python while executing the heavy computations in C++**. This means you can construct your model using intuitive Python code, and under the hood Aika leverages efficient C++ for execution.

0 commit comments

Comments
 (0)