2018年1月29日
摘要: 写了个demo,只有两个文件。 定义了一个叫 Square 的类,相当于pytorch中的 Function,包含了forward和backward方法。实现 y = a*x^2。 Square.m 1 classdef Square < handle 2 properties 3 input; 4 阅读全文
posted @ 2018-01-29 17:16 菠菜僵尸 阅读(354) 评论(0) 推荐(0) 编辑