User contributions for Zlu
Jump to navigation
Jump to search
22 March 2009
- 20:1520:15, 22 March 2009 diff hist +13 Machine Learning Meetup Notes Ruby Zhao 2 No edit summary current
- 20:1520:15, 22 March 2009 diff hist +1,938 N Machine Learning Meetup Notes Ruby Zhao 2 New page: class ML @@weights_for_binary = [0, 0, 0] @@weights_for_linear = [0.0] def weights_for_binary @@weights_for_binary end def weights_for_linear @@weights_for_linear e...
- 20:1320:13, 22 March 2009 diff hist +148 Machine Learning Meetup Notes: 2009-03-18 No edit summary
- 20:1220:12, 22 March 2009 diff hist +5 N Machine Learning Meetup Notes: 2009-03-18 New page: Zhao:
- 20:1120:11, 22 March 2009 diff hist +97 Machine Learning →Notes from Meetings
11 March 2009
- 22:0222:02, 11 March 2009 diff hist +75 m Machine Learning Meetup Notes: 2009-03-11 →Machine Learning Meetup Notes: 2009-03-11
- 22:0122:01, 11 March 2009 diff hist +842 N Machine Learning Meetup Notes Ruby Zhao New page: <pre> class ML @@weights = [0, 0, 0] def dot_product(a, b) [a, b].transpose.map { |e| e = e[0]*e[1] }.inject{|s, n| s += n} end def training_set [[[1, 0, 0], 1], [[1, 0, ... current