Tags: retraigo/netsaur
Tags
feat: batch normalization layer (denosaurs#29) * chore: bump version * feat: dropout layer Co-authored-by: Dean Srebnik <load1n9@users.noreply.github.com> * feat: auto backend * feat: dataset utils * feat: tensor docs * fix: dropout layer * feat: batchnorm feedforward Co-authored-by: Dean Srebnik <load1n9@users.noreply.github.com> * feat: hinge cost * chore: fmt * feat: batchnorm backprop Co-authored-by: Dean Srebnik <load1n9@users.noreply.github.com> * chore: bump version * chore: build wasm --------- Co-authored-by: Dean Srebnik <load1n9@users.noreply.github.com> Co-authored-by: Dean Srebnik <49134864+load1n9@users.noreply.github.com>
feat: pool & conv feedforward (denosaurs#18) * feat: neural network api * feat: initial flatten, conv2d, pool2d layer structures * feat: initial dropout layer * chore(rust): rename backend => cpu Co-authored-by: Dean Srebnik <load1n9@users.noreply.github.com> * feat(rust): conv2d init * feat: WIP conv2d layer * conv2d feedforward * feat: max and avg pool api function * fix: tensor types * feat: conv2d wasm example * feat: pool feedforward Co-authored-by: Dean Srebnik <load1n9@users.noreply.github.com> --------- Co-authored-by: Dean Srebnik <49134864+load1n9@users.noreply.github.com> Co-authored-by: Dean Srebnik <load1n9@users.noreply.github.com>
feat: docs (denosaurs#14) * feat: documentation * feat: documentation * feat: rename NeuralNetwork to Sequential * fix: revert rename NeuralNetwork to Sequential
feat: linear, relu, relu6, leaky rely, elu and selu activation functi… …ons (denosaurs#12)
Merge pull request denosaurs#8 from denosaurs/models feat: models
PreviousNext