neuralnetwork:神经网络实现了简单的神经网络架构

时间:2024-06-10 21:41:01
【文件属性】:

文件名称:neuralnetwork:神经网络实现了简单的神经网络架构

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-10 21:41:01

Go

神经网络 神经网络是Go中机器学习的动手方法。 对于那些尝试过Tensorflow for Go或keras的人来说,它非常适合您。 该框架仍在开发中,仍有很多要实现的地方。 感谢所有可能的反馈。 安装 go get - u github . com / timothy102 / neuralnetwork import net "github.com/timothy102/neuralnetwork 用法 如果您想进一步了解这种非常抽象的体系结构背后的基础数学,请访问github.com/timothy102/matrix上的矩阵包。 您不必担心,但是正如每个机器学习工程师都知道的那样,它派上了用场。 model := Sequential ([] Layer { Conv2D ( 64 , 3 , 1 , Valid ), MaxPooling2D ( 2 ), Co


【文件预览】:
neuralnetwork-master
----model.go(4KB)
----neuralnetwork.go(3KB)
----layers.go(6KB)
----metrics.go(4KB)
----activations.go(925B)
----README.md(1KB)
----callbacks.go(4KB)

网友评论