Package: deep
Type: Package
Title: A Neural Networks Framework
Version: 0.1.0
Author: Brian Lee Mayer
Maintainer: Brian <bleemayer@gmail.com>
Description: Explore neural networks in a layer oriented way, 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.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: methods
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-12-16 00:43:56 UTC; rstudio
Repository: CRAN
Date/Publication: 2019-12-20 11:50:03 UTC
Built: R 4.6.0; ; 2025-11-02 02:35:05 UTC; windows
