提交 da052229 编写于 作者: sahduashufa's avatar sahduashufa

0401

上级 ee6a9ee5
......@@ -31,7 +31,7 @@ Node (*loss)(Node,Node) = loss_act;
Node (*act)(Node) = sigmoid_act;
int main()
{
cout<<"------------autodiff for neraul network-----------"<<endl;
cout<<"---------autodiff for neraul network-----------"<<endl;
Matrix data_mine = CreateMatrix(2,1);
cout<<"data mine"<<endl;
cout_mat(data_mine);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册