Skip to content

epiverse/simpleTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

simpleTF

Simplified SDK to operate tensorflow.js

This would be about a module that is triggered by the consumption of an object of the type discussed below.

Taking notes ...

Praful, starting the conversation, where you worry about the TF spaguetti and I worry about the eadability of that object in the ARPA-H "social network" console:

simpleTF({
    data:[/*default iris?*/]
    layers:[/*default [] logistic?*/],
    lossFun: SSD,
    ...
})

maybe approaching it as instances of a simpleTF class would help ... or confuse?

simpleTFmod = await import("url_simpleTF_mod.mjs")

stf_iris = new simpleTFmod.simpleTF({
    data:[/*default iris?*/]
    layers:[/*default [] logistic?*/],
    lossFun: SSD,
    ...
})

About

Simplified SDK to operate tensorflow.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published