Skip to content

Commit

Permalink
update Global README
Browse files Browse the repository at this point in the history
  • Loading branch information
SimZhou committed Mar 1, 2020
1 parent ae141b2 commit 1c7b8df
Show file tree
Hide file tree
Showing 39 changed files with 3,428 additions and 4,502 deletions.
4,314 changes: 2,274 additions & 2,040 deletions 01_NLP_Main_Course/Assignment10/.ipynb_checkpoints/Assignment_10-checkpoint.ipynb

Large diffs are not rendered by default.

2,647 changes: 393 additions & 2,254 deletions 01_NLP_Main_Course/Assignment10/Assignment_10.ipynb

Large diffs are not rendered by default.

462 changes: 462 additions & 0 deletions 01_NLP_Main_Course/Assignment10/class_10.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion 01_NLP_Main_Course/Assignment11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ Best_price(N) = max(P_N, Best_price(N-1) + Best_price(1), Best_price(N-2) + Best
> ![](http://latex.codecogs.com/gif.latex?D(i,j)=\min\begin{cases}D(i-1,j)+1\\D(i,j-1)+1\\D(i-1,j-1)+2\quad{if\;{X(i)\;{!=Y(i)}}}\;{else}\;{D(i-1,j-1)}\end{cases})


Loading

0 comments on commit 1c7b8df

Please sign in to comment.