Muutke küpsiste eelistusi

E-raamat: Text Analysis in Python for Social Scientists: Prediction and Classification

(Università Commerciale Luigi Bocconi, Milan)
Teised raamatud teemal:
  • Formaat - PDF+DRM
  • Hind: 21,00 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
Teised raamatud teemal:

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

This Element provides the working social scientist with an overview of the most common methods for text classification, an intuition of their applicability, and Python code to execute them. It covers both the ethical foundations of such work as well as the emerging potential of neural network methods.

Text contains a wealth of information about about a wide variety of sociocultural constructs. Automated prediction methods can infer these quantities (sentiment analysis is probably the most well-known application). However, there is virtually no limit to the kinds of things we can predict from text: power, trust, misogyny, are all signaled in language. These algorithms easily scale to corpus sizes infeasible for manual analysis. Prediction algorithms have become steadily more powerful, especially with the advent of neural network methods. However, applying these techniques usually requires profound programming knowledge and machine learning expertise. As a result, many social scientists do not apply them. This Element provides the working social scientist with an overview of the most common methods for text classification, an intuition of their applicability, and Python code to execute them. It covers both the ethical foundations of such work as well as the emerging potential of neural network methods.

Muu info

A practical guide to text classification and neural networks in Python for social scientists.
Introduction 1(2)
Background: Classification and Prediction
2(1)
1 Ethics, Fairness, and Bias
3(8)
Prediction: Using Patterns in the Data
11(1)
2 Classification
11(6)
3 Text as Input
17(3)
4 Labels
20(2)
5 Train-Dev-Test
22(3)
6 Performance Metrics
25(4)
7 Comparison and Significance Testing
29(4)
8 Overfitting and Regularization
33(3)
9 Model Selection and Other Classifiers
36(4)
10 Model Bias
40(1)
11 Feature Selection
41(4)
12 Structured Prediction
45(9)
Neural Networks
54(1)
13 Background of Neural Networks
54(16)
14 Neural Architectures and Models
70(13)
References 83