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,38 @@
# Created by Octave 3.4.3, Tue Oct 09 10:55:17 2012 EDT <kswerss@Kevins-MacBook-Air.local>
# name: neg_examples_nobias
# type: matrix
# rows: 5
# columns: 2
-0.8085714285714286 0.8372093023255818
0.3571428571428572 0.8504983388704321
-0.7514285714285714 -0.7308970099667773
-0.2999999999999999 0.1262458471760799
0.6428571428571428 -0.5448504983388702
# name: pos_examples_nobias
# type: matrix
# rows: 5
# columns: 2
0.8714285714285714 0.6245847176079737
-0.01999999999999991 -0.9235880398671097
0.362857142857143 -0.3189368770764118
0.8885714285714283 -0.8704318936877078
-0.5285714285714286 0.5116279069767444
# name: w_gen_feas
# type: matrix
# rows: 0
# columns: 0
# name: w_init
# type: matrix
# rows: 3
# columns: 1
1.846898867105877
-0.5832492921428249
-0.5417888259410228