NeuroFlow:很棒的深度学习板条箱

时间:2024-06-13 19:51:36
【文件属性】:

文件名称:NeuroFlow:很棒的深度学习板条箱

文件大小:30KB

文件格式:ZIP

更新时间:2024-06-13 19:51:36

rust machine-learning deep-learning neural-network nn

NeuroFlow是快速的神经网络(深度学习)Rust板条箱。 它依赖于三个Struts:速度,可靠性和再次速度。 大家好! 目前正在暂停在箱子上的工作,因为我有点忙:((谢谢大家 如何使用 让我们尝试近似一个非常简单的函数0.5*sin(e^x) - cos(e^(-x)) 。 extern crate neuroflow; use neuroflow :: FeedForward; use neuroflow :: data :: DataSet; use neuroflow :: activators :: Type :: Tanh; fn main (){ /* Define neural network with 1 neuron in input layers. Network contains 4 hidden layers. A


【文件预览】:
NeuroFlow-master
----.gitignore(42B)
----src()
--------data()
--------activators()
--------estimators()
--------io()
--------lib.rs(21KB)
----.travis.yml(889B)
----LICENSE(1KB)
----CHANGELOG.md(874B)
----Cargo.toml(764B)
----examples()
--------classification.rs(3KB)
--------approximation.rs(1KB)
----README.md(5KB)
----tests()
--------test_lib.rs(3KB)
--------test_data.rs(3KB)
--------test_io.rs(2KB)
----logo.png(9KB)

网友评论