Assignment 1: perceptrons

This commit is contained in:
2017-03-23 15:46:09 +00:00
parent 0f459c597c
commit 3c30ab9389
10 changed files with 405 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
# Created by Octave 3.4.3, Tue Oct 09 10:54:27 2012 EDT <kswerss@Kevins-MacBook-Air.local>
# name: neg_examples_nobias
# type: matrix
# rows: 4
# columns: 2
-0.8085714285714286 0.8372093023255818
0.3571428571428572 0.8504983388704321
-0.7514285714285714 -0.7308970099667773
-0.2999999999999999 0.1262458471760799
# name: pos_examples_nobias
# type: matrix
# rows: 4
# columns: 2
0.8714285714285714 0.6245847176079737
-0.01999999999999991 -0.9235880398671097
0.362857142857143 -0.3189368770764118
0.8885714285714283 -0.8704318936877078
# name: w_gen_feas
# type: matrix
# rows: 3
# columns: 1
4.349652602017646
-2.609972353001155
-0.6941474928102369
# name: w_init
# type: matrix
# rows: 3
# columns: 1
-0.6217014737809046
0.7609152728514132
0.7718720489184812