
cs231n
船桥
这个作者很懒,什么都没留下…
展开
-
cs231n assignment1 two layer net作业
from __future__ import print_function import numpy as np import matplotlib.pyplot as plt class TwoLayerNet(object): """ A two-layer fully-connected neural network. The net has an input dimensio...原创 2018-08-15 19:11:22 · 834 阅读 · 0 评论 -
cs231n assignment1 features作业
# Use the validation set to tune the learning rate and regularization strength from cs231n.classifiers.linear_classifier import LinearSVM learning_rates = [1e-9, 1e-8, 1e-7] regularization_strength...原创 2018-08-16 15:44:46 · 995 阅读 · 0 评论