├── README.md ├── day_0 ├── day_0_introduction.ipynb └── exercise14.ipynb ├── day_1 └── day_1.ipynb ├── day_2 ├── exercise_1.ipynb ├── exercise_2.ipynb ├── exercise_3_4.ipynb ├── exercise_5_6_7.ipynb └── exercise_8_9_10_11.ipynb ├── day_3 ├── exercise_1_2.ipynb └── exercise_3_4.ipynb ├── day_4 └── exercise_1_2_3.ipynb ├── day_5 └── exercise_1_2_3_4.ipynb ├── day_6 ├── exercise_1_2_3.ipynb └── scan_example.ipynb └── images_for_notebooks ├── day_2 ├── Hmm_table.png ├── ex_trellis.png ├── fb_alg.png ├── hmm_new.pdf ├── hmm_trellis.png └── viterbi.png ├── day_3 ├── CRF_pseudocode.png └── structured_perceptron.png └── day_4 ├── cky_diagrams_i2.png ├── cky_diagrams_i3.png ├── cky_diagrams_i4.png ├── eisner_comp_left.jpg ├── eisner_comp_left_2.jpg ├── eisner_comp_right.jpg ├── eisner_comp_right_2.jpg ├── eisner_inc_left.jpg ├── eisner_inc_left_2.jpg ├── eisner_inc_right.jpg ├── eisner_inc_right_2.jpg ├── eisner_init.jpg └── eisner_pseudocode.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/README.md -------------------------------------------------------------------------------- /day_0/day_0_introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_0/day_0_introduction.ipynb -------------------------------------------------------------------------------- /day_0/exercise14.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_0/exercise14.ipynb -------------------------------------------------------------------------------- /day_1/day_1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_1/day_1.ipynb -------------------------------------------------------------------------------- /day_2/exercise_1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_2/exercise_1.ipynb -------------------------------------------------------------------------------- /day_2/exercise_2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_2/exercise_2.ipynb -------------------------------------------------------------------------------- /day_2/exercise_3_4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_2/exercise_3_4.ipynb -------------------------------------------------------------------------------- /day_2/exercise_5_6_7.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_2/exercise_5_6_7.ipynb -------------------------------------------------------------------------------- /day_2/exercise_8_9_10_11.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_2/exercise_8_9_10_11.ipynb -------------------------------------------------------------------------------- /day_3/exercise_1_2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_3/exercise_1_2.ipynb -------------------------------------------------------------------------------- /day_3/exercise_3_4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_3/exercise_3_4.ipynb -------------------------------------------------------------------------------- /day_4/exercise_1_2_3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_4/exercise_1_2_3.ipynb -------------------------------------------------------------------------------- /day_5/exercise_1_2_3_4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_5/exercise_1_2_3_4.ipynb -------------------------------------------------------------------------------- /day_6/exercise_1_2_3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_6/exercise_1_2_3.ipynb -------------------------------------------------------------------------------- /day_6/scan_example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/day_6/scan_example.ipynb -------------------------------------------------------------------------------- /images_for_notebooks/day_2/Hmm_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_2/Hmm_table.png -------------------------------------------------------------------------------- /images_for_notebooks/day_2/ex_trellis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_2/ex_trellis.png -------------------------------------------------------------------------------- /images_for_notebooks/day_2/fb_alg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_2/fb_alg.png -------------------------------------------------------------------------------- /images_for_notebooks/day_2/hmm_new.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_2/hmm_new.pdf -------------------------------------------------------------------------------- /images_for_notebooks/day_2/hmm_trellis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_2/hmm_trellis.png -------------------------------------------------------------------------------- /images_for_notebooks/day_2/viterbi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_2/viterbi.png -------------------------------------------------------------------------------- /images_for_notebooks/day_3/CRF_pseudocode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_3/CRF_pseudocode.png -------------------------------------------------------------------------------- /images_for_notebooks/day_3/structured_perceptron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_3/structured_perceptron.png -------------------------------------------------------------------------------- /images_for_notebooks/day_4/cky_diagrams_i2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/cky_diagrams_i2.png -------------------------------------------------------------------------------- /images_for_notebooks/day_4/cky_diagrams_i3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/cky_diagrams_i3.png -------------------------------------------------------------------------------- /images_for_notebooks/day_4/cky_diagrams_i4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/cky_diagrams_i4.png -------------------------------------------------------------------------------- /images_for_notebooks/day_4/eisner_comp_left.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/eisner_comp_left.jpg -------------------------------------------------------------------------------- /images_for_notebooks/day_4/eisner_comp_left_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/eisner_comp_left_2.jpg -------------------------------------------------------------------------------- /images_for_notebooks/day_4/eisner_comp_right.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/eisner_comp_right.jpg -------------------------------------------------------------------------------- /images_for_notebooks/day_4/eisner_comp_right_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/eisner_comp_right_2.jpg -------------------------------------------------------------------------------- /images_for_notebooks/day_4/eisner_inc_left.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/eisner_inc_left.jpg -------------------------------------------------------------------------------- /images_for_notebooks/day_4/eisner_inc_left_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/eisner_inc_left_2.jpg -------------------------------------------------------------------------------- /images_for_notebooks/day_4/eisner_inc_right.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/eisner_inc_right.jpg -------------------------------------------------------------------------------- /images_for_notebooks/day_4/eisner_inc_right_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/eisner_inc_right_2.jpg -------------------------------------------------------------------------------- /images_for_notebooks/day_4/eisner_init.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/eisner_init.jpg -------------------------------------------------------------------------------- /images_for_notebooks/day_4/eisner_pseudocode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidbp/lxmls-notebooks/HEAD/images_for_notebooks/day_4/eisner_pseudocode.png --------------------------------------------------------------------------------