1 Star 0 Fork 0

杨雪元/machine_learning

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Digraph.gv 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨雪元 提交于 2021-12-04 10:22 . first commit
digraph {
graph [rankdir=LR splines=line]
node [fixedsize=True shape=circle]
subgraph cluster_0 {
node [shape=circle]
"x[0]" [labelloc=c]
"x[1]" [labelloc=c]
"x[2]" [labelloc=c]
"x[3]" [labelloc=c]
label = "inputs" color = "white" }
subgraph cluster_2 {
node [shape=circle]
label = "output" color = "white" y
}
"x[0]" -> y [label="w[0]"]
"x[1]" -> y [label="w[1]"]
"x[2]" -> y [label="w[2]"]
"x[3]" -> y [label="w[3]"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yang_xueyuan/machine_learning.git
git@gitee.com:yang_xueyuan/machine_learning.git
yang_xueyuan
machine_learning
machine_learning
master

搜索帮助