Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit236dca8

Browse files
MichaelMcCullochMichael McCulloch
and
Michael McCulloch
authored
Add Neural Network Example (#312)
* Add Neural Network Example* reduce the number of samples. this is just an example* correctly output the error* fix warningsCo-authored-by: Michael McCulloch <michael.james.mcculloch@fastmail.com>
1 parenteb0e4e7 commit236dca8

File tree

2 files changed

+395
-0
lines changed

2 files changed

+395
-0
lines changed

‎Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ libc = "0.2"
5353
num ="0.4.0"
5454
lazy_static ="1.0"
5555
half ="1.5.0"
56+
mnist = {version="0.5.0",features = ["download"]}
5657
serde = {version ="1.0",features = ["derive"],optional =true }
5758

5859
[dev-dependencies]
@@ -101,3 +102,8 @@ path = "examples/fft.rs"
101102
[[example]]
102103
name ="using_half"
103104
path ="examples/using_half.rs"
105+
106+
[[example]]
107+
name ="neural_network"
108+
path ="examples/neural_network.rs"
109+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp