Muutke küpsiste eelistusi

Text Analysis in Python for Social Scientists: Prediction and Classification [Pehme köide]

(Università Commerciale Luigi Bocconi, Milan)
Teised raamatud teemal:
Teised raamatud teemal:
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