Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 440 Bytes

the_gleam_learner

This is The Little Lerner port from Racket to Gleam.

Nested tensor implementation

using list and recursive data strcture

  • src/nested_tensor.gleam
  • test/nested_tensor_test.gleam

Flat binary tensor implementation (WIP)

using bit array as tensor

  • src/flat_tensor.gleam
  • test/flat_tensor_test.gleam

Run the test

gleam test  # Run the tests