Package: deep 0.1.0

deep: A Neural Networks Framework

This package provides a layer oriented way of creating neural networks, the framework is intended to give the user total control of the internals of a net without much effort. Use classes like PerceptronLayer to create a layer of percetron neurons, and specify how many you want. The package does all the tricky stuff internally leaving you focused in what you want. I wrote this package during a neural networks course to help me with the problem set.

Authors:Brian Lee Mayer

deep_0.1.0.tar.gz
deep_0.1.0.zip(r-4.5)deep_0.1.0.zip(r-4.4)deep_0.1.0.zip(r-4.3)
deep_0.1.0.tgz(r-4.4-any)deep_0.1.0.tgz(r-4.3-any)
deep_0.1.0.tar.gz(r-4.5-noble)deep_0.1.0.tar.gz(r-4.4-noble)
deep_0.1.0.tgz(r-4.4-emscripten)deep_0.1.0.tgz(r-4.3-emscripten)
deep.pdf |deep.html
deep/json (API)

# Install 'deep' in R:
install.packages('deep', repos = c('https://blmayer.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/blmayer/deep/issues

On CRAN:

machine-learningneural-networks

5 exports 6 stars 1.76 score 0 dependencies 3 mentions 2 scripts 148 downloads

Last updated 4 years agofrom:25c618c7e4. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 20 2024
R-4.5-winNOTEAug 20 2024
R-4.5-linuxNOTEAug 20 2024
R-4.4-winNOTEAug 20 2024
R-4.4-macNOTEAug 20 2024
R-4.3-winNOTEAug 20 2024
R-4.3-macNOTEAug 20 2024

Exports:mcCullochPittsmcCullochPittsLayerneuralNetperceptronperceptronLayer

Dependencies: