Skip to content

nohzafk/the_gleam_learner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Little Learner ported to Gleam language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published