강의

멘토링

로드맵

Inflearn brand logo image
Data Science

/

Data Analysis

Rとするテキストマイニング(Top keywordから感性分析まで)

Rを通じてテキストのtop keyword / wordcloud / 感性分析 / Topic modelingまでのようにじっくり試してみる講義です。

  • coco
R
Web Crawling
Text Mining

学習した受講者のレビュー

こんなことが学べます

  • 形態素分析する方法

  • トップキーワード抽出

  • Wordcloud きれいに描く方法

  • 感性分析

  • Topic Modeling(LDA)

注ぐデータの海から
宝石のような情報を作りましょう! 💎

テキストマイニングとは何ですか? 🤔

テキストマイニングは、非定型データのマイニングプロセスです。マイニングは統計的に有意な概念を抽出し、それらの間のパターンを通じて情報を引き出す過程です。二重テキストマイニングとは、動画やメッセージ、位置情報などの非定型データを利用したマイニングのことです。しかし、非定型データは決まった形がないため、データ収集が難しいです。

今回の講義では、SNSの活性化により重要性が高まっている非定型データを扱う方法を学べます!


何を学びますか? 📖

1. Topkeyword抽出 / WordCloudはい

形態素アナライザKoNLPについて学び、Topkeywordを抽出してwordcloudを描きます。



2. 事前ベース/機械学習感性分析を試す

辞書を直接構築して感性分析する方法と回帰分析(機械学習)を通じて感性分析する方法を学びます。

感性分析とは?

感性分析(Sentiment Analysis)は、テキストに溶けている感情や意見などの主観的な情報を単語や文脈に基づいて数値化して分析する手順です。感情分析は、商品やサービスに対する消費者の意見を聞き、これを活用するなど、ビジネスでも活発に利用されています。感性分析もテキストマイニング技術の一種です。

3. Topic modeling


関連講義🖋️

  • 基本的なクロール技術を習得できます。
  • 本講義を受講する前に学習することをおすすめします。
  • 画像をクリックするとその講義に移動します。

予想される質問 🙋‍♀️

Q. 非専攻者も聞くことができますか?

R言語について基本的な知識があるという前提の下で講義を進めます。 Rとするウェブクロール入門編を受講された方は、問題なく聞くことができます。

こんな方に
おすすめです

学習対象は
誰でしょう?

  • Rでテキストマイニングしたい人

  • クロール講義を受講した方

こんにちは
です。

8,278

受講生

500

受講レビュー

136

回答

4.4

講座評価

20

講座

학부에서는 통계학을 전공하고 산업공학(인공지능) 박사를 받고 여전히 공부중인 백수입니다.

 

수상

ㆍ 제6회 빅콘테스트 게임유저이탈 알고리즘 개발 / 엔씨소프트상(2018)

ㆍ 제5회 빅콘테스트 대출 연체자 예측 알고리즘개발 / 한국정보통신진흥협회장상(2017)

ㆍ 2016 날씨 빅데이터 콘테스트/ 기상산업 진흥원장상(2016) 

ㆍ 제4회 빅콘테스트 보험사기 예측 알고리즘 개발 / 본선진출(2016)

ㆍ 제3회 빅콘테스트 야구 경기 예측 알고리즘 개발 / 미래창조과학부 장관상(2015)

* blog : https://bluediary8.tistory.com

주로 연구하는 분야는 데이터 사이언스, 강화학습, 딥러닝 입니다.

크롤링과 텍스트마이닝은 현재는 취미로 하고있습니다 :) 

크롤링을 이용해서 인기있는 커뮤니티 글만 수집해서 보여주는 마롱이라는 앱을 개발하였고

전국의 맛집리스트와 블로그를 수집해서 맛집 추천 앱도 만들었었죠 :) (시원하게 말아먹..)

지금은 인공지능을 연구하는 박사과정생입니다.

 

 

 

 

カリキュラム

全体

13件 ∙ (4時間 10分)

講座資料(こうぎしりょう):

授業資料
講座掲載日: 
最終更新日: 

受講レビュー

全体

11件

4.3

11件の受講レビュー

  • hjsjforever5083님의 프로필 이미지
    hjsjforever5083

    受講レビュー 3

    平均評価 5.0

    5

    100% 受講後に作成

    Actually, it's good to do it while practicing together, but it was difficult to follow along at the same time when I was still immature. But I think it would be good to watch it repeatedly. I think it was an important lecture because there aren't many places where you can listen to Korean text analysis, especially topic and sentiment analysis, online. I think I'll understand it a little better and be able to use the code directly if I watch it one more time. And it was really good that they gave me all the code in advance as materials.

    • aquarid22님의 프로필 이미지
      aquarid22

      受講レビュー 12

      平均評価 5.0

      5

      100% 受講後に作成

      As someone who studies R machine learning and applies it to my work, I think this is the best cost-effective lecture that can help me understand not only text mining but also the overall machine learning concept, and improve my R coding skills, and that can simultaneously capture both practical applicability and skill improvement. The last lecture, LDA, was a bit difficult, but... If I ever need a similar analysis later, I think I can watch the lecture again and apply it~~ I would like to express my gratitude to the instructor for providing such a high-quality lecture at a very low price... I will see you again in the next lecture. ㅎㅎ

      • psangkuk6551님의 프로필 이미지
        psangkuk6551

        受講レビュー 4

        平均評価 5.0

        5

        100% 受講後に作成

        I also analyzed keywords while performing reports and work and organized them into important keywords. It was a good class to learn about the numerical factors of machine learning through sentiment analysis. I recommend it.

        • softjara0875님의 프로필 이미지
          softjara0875

          受講レビュー 10

          平均評価 5.0

          5

          100% 受講後に作成

          I have already signed up for and am listening to 4 of the instructor's lectures. It is very helpful for understanding text mining and sentiment analysis in R. However, the only regret is that I am distracted because I have to copy the code while coding and go back and forth between the execution screens. It would be better if the instructor explained it after editing it. ^^

          • geonhee2720836님의 프로필 이미지
            geonhee2720836

            受講レビュー 3

            平均評価 5.0

            5

            100% 受講後に作成

            This is such a great lecture!! I want to listen to Coco's lecture again. I definitely want to listen to the next lecture too.

            • coco
              知識共有者

              Thank you always for the great review. I hope it helps :)

          ¥5,187

          cocoの他の講座

          知識共有者の他の講座を見てみましょう!

          似ている講座

          同じ分野の他の講座を見てみましょう!