PyTorch基本使用——构建基本神经网络
一个简单的例子import torchfrom torch.autograd import Variableimport torch.nn as nnimport torch.nn.functional as Fclass Net(nn.Module): def __init__(self): super(Net, self).__init__() ...
Android
c++ QT 嵌入式
Linux学习使用
php
Linux内核、驱动学习和C/C++开发
cuda
FPGA Verilog 开发
深度学习 
