Language processing 100 knocks 2020
This is a collection of problems on the above site. I will quote the explanation from the site.
100 Language Processing Knock is a collection of problems aimed at learning programming, data analysis, and research skills in a fun way while tackling practical and exciting tasks.
I am very grateful to have released such a wonderful thing for free. In order to contribute even a little, I would like to write an article in this article that Python beginners can easily try 100 language processing knocks with a browser without building an environment.
Specifically, we will use the web service "Google Colaboratory" provided by Google that allows you to develop Python for free without the need to build an environment.
Please refer to the following article for what you can do with Google Colaboratory itself and convenient usage tips.
TIPS summary for convenient use of Google Colaboratory
Chapter 1 seems to be able to be solved as it is without the need for a library.
Chapter 2 is a problem with Unix commands. Google Colab runs on Linux (Ubuntu), so I think you can solve it by using magic commands. Specifically, add a! (Exclamation mark) first and execute the command as shown below.
! ls
Or, I think it's a practice to realize it using Python without sticking to Unix commands.
My notebook is below. I'm on the way (laughs) I'll do my best to get to the end.
Professional data scientist u ++ is working on 100 language processing knocks and has already solved most of the problems. The solution code is published and explained on the blog and GitHub. If you can't solve it by yourself, please refer to it. I already referred to it (laughs)
Solving "100 Language Processing Knock 2020" with Python
[Python-Machine Learning-Natural Language Processing-100 Language Processing Knock 2020](https://www.takapy.work/archive/category/Python-%E6%A9%9F%E6%A2%B0%E5%AD % A6% E7% BF% 92-% E8% 87% AA% E7% 84% B6% E8% A8% 80% E8% AA% 9E% E5% 87% A6% E7% 90% 86-% E8% A8 % 80% E8% AA% 9E% E5% 87% A6% E7% 90% 86100% E6% 9C% AC% E3% 83% 8E% E3% 83% 83% E3% 82% AF% 202020)
"Language processing 10 knocks 2020" in C ++
There is only one chapter, but it is an ambitious content to solve in C ++.
I introduced 100 language processing knock 2020. Those who are interested in language processing. I think it is perfect for those who want to improve their level a little. You can solve it little by little every day, or you can solve it all at once, and proceed with your own learning method.
Easy learning of 100 image processing knocks with "Google Colaboratory"
RAW development with browser using Google Colaboratory
--Added the solution of programming amateur
Recommended Posts