Skip to content

masaishi/nlp100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

About

I will work on NLP 100 Exercise 2020 (Rev 2).

NLP 100 Exercise is a bootcamp designed for learning skills for programming, data analysis, and research activities by taking practical and exciting assignments.


If you find something wrong in my code or something that can be rewritten, please keep pointing it out to me.

Chapers

  1. Warm-up Done(Feb 28, 2023)

Review advanced but important topics of programming, handling strings and text.

  1. UNIX commands

Experience useful UNIX tools for research and data analysis. Improve programming skills and realize the ecosystem of existing tools by implementing these tools.

  1. Regular Expression

Extract various information and knowledge by applying regular expressions to Wikipedia markups.

  1. POS tagging

Obtain statistics of the word usage of the novel, “Alice’s Adventures in Wonderland,” by applying a part-of-speech tagger

  1. Syntactic parsing

Experience analysis and access to dependency trees by applying a dependency parser to the novel, “Alice’s Adventures in Wonderland.”

  1. Machine learning

Build a document classifier based on machine learning. In addition, learn the evaluation methodology for machine learning.

  1. Word embeddings

Learn the usage of word embeddings by computing the similarity between words and word analogy. In addition, experience clustering and visualization of word embeddings.

  1. Neural networks

Learn the usage of a deep-learning framework, and implement a document classifier based on Neural Network models.

  1. RNN and CNN

Implement Recurrent Neural Networks (RNNs) and Convolutional Neural Networks (CNNs) by using a deep-learning framework.

  1. Machine translation

Build a neural machine translation by using an existing tool.


言語処理100本ノック 2020に取り組みます。 間違っているコードの指摘や、もっと良い書き方の提案などぜひコメントでお願いします。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages