CS224d Problem set 2作业

欢迎转载,转载注明出处:

 http://www.cnblogs.com/NeighborhoodGuo/p/4716074.html

 

1.以下是problem set 2的详细推导过程:

CS224d Problem set 2作业_第1张图片

CS224d Problem set 2作业_第2张图片

CS224d Problem set 2作业_第3张图片

CS224d Problem set 2作业_第4张图片

 

2.

附上我自己敲的代码的解决过程,有错误请不吝指正。

https://github.com/NeighborhoodWang/CS224D-problem-set2.git

 

3.注意的要点:

Python generators

http://www.python-course.eu/generators.php

 

The difference between range and xrange

http://stackoverflow.com/questions/94935/what-is-the-difference-between-range-and-xrange-functions-in-python-2-x

 

退火算法:

http://www.cnblogs.com/heaad/archive/2010/12/20/1911614.html

转载于:https://www.cnblogs.com/NeighborhoodGuo/p/4716074.html

你可能感兴趣的:(CS224d Problem set 2作业)