Stanford AI Class Lecture Notes
docs.google.com
Stanford AI Class Lecture Notes
1–10 of 26 posts
Re: Stanford AI Class Lecture Notes
#2Re: Stanford AI Class Lecture Notes
#3Re: Stanford AI Class Lecture Notes
#4As it stands, languages such as Chinese are intrinsically implicit in nature. In fact, the more adept at the language, the more you can express with less. If you follow the literature back a couple thousand years, the amount expressed in a few characters is absolutely astounding.
If you take the example they use at the bottom regarding wonton, it's down right criminal to map the grammar in such a hurried manner. For one, just from the romanization of wonton, the AI should be able to gauge that it's looking for 2 characters and not 1 (1 character per syllable). However, in the case of the menu, the wonton egg drop soup drops a character to save some space.
Taking a straight forward CFG approach will never result in an accurate translation. What may work well is to do multi-pass contextual analytic processing in parallel.
Re: Stanford AI Class Lecture Notes
#5Re: Stanford AI Class Lecture Notes
#6Re: Stanford AI Class Lecture Notes
#7I thought they were going to be posting videos of the lectures... but when I logged in today and couldn't see the it anywhere. Did I misunderstand something? Is it posted? If yes, where?
Re: Stanford AI Class Lecture Notes
#8'Ooops
Our servers are off having a quick coffee break. Wait a second and refresh the page. If you still get this message, we apologize and ask that you try again a little later.'
Re: Stanford AI Class Lecture Notes
#9Re: Stanford AI Class Lecture Notes
#10Google still has a very long way doing an adequate translation between a language such as Chinese and English. I'd be surprised if Google was taking such a pedestrian approach in solving that particular problem. As it stands, languages such as Chinese are intrinsically implicit in nature. In fact, the more adept at the language, the more you can express with less. If you follow the literature back a couple thousand y…