NArray
Numerical Array(NArray) is a tiny implementation of NumPY using JS. Learn more in NArray Docs
NArray
Numerical Array(NArray) is a tiny implementation of NumPY using JS. Learn more in NArray Docs
Dataset
Dataset allows you to load delimited files and parse them to convert them into Array of NArrays. Learn more in Dataset Docs
Errors
Errors contains statistical error functions. Learn more in Errors Docs
Functions
Functions contains Activation Functions which can be passed to Layer. Learn more in Functions Docs
NN
NN acts as a skeleton which keeps your Layers in place. Learn more in NN Docs
Optimizers
Optimizers allow your model to learn learnable parameters, like weights and biases. Learn more in Optimizers Docs
Utils
Utils methods acts as a helper, so that you don’t have to implement commonly used function by yourself. Learn more in Utils Docs