Github repo for Visual Framing of Science Conspiracy Videos: Integrating Machine Learning with Communication Theories to Study the Use of Color
- to run t-test and generate boxplot, execute
statistics test/t-test.R - input:
statistics test/latest_video_feature.csv
-
run t-test and calculate p-value:
statistics test/t-test.Rwith inputstatistics test/latest_ten_seconds_features.csv -
run Benjamini-Hochberg test:
statistics test/bh-test.Rwith inputstatistics test/latest_ten_seconds_features.csv -
calculate Cohen's d:
statistics test/cohen.Rwith inputstatistics test/latest_ten_seconds_features.csv
-
run t-test and calculate p-value:
statistics test/t-test.Rwith inputstatistics test/COVID19_thumbnails_low_aesthetics.xlsx -
run Benjamini-Hochberg test:
statistics test/bh-test.Rwith inputstatistics test/COVID19_thumbnails_low_aesthetics.xlsx -
calculate Cohen's d:
statistics test/cohen.Rwith inputstatistics test/COVID19_thumbnails_low_aesthetics.xlsx
-
run t-test and calculate p-value:
statistics test/t-test.Rwith inputstatistics test/climate_feature.csv,statistics test/ten_seconds_featureclimate.csv,statistics test/Climatechange_thumbnails_low_aesthetics.csv, -
run Benjamini-Hochberg test:
statistics test/bh-test.Rwith inputstatistics test/climate_feature.csv,statistics test/ten_seconds_featureclimate.csv,statistics test/Climatechange_thumbnails_low_aesthetics.csv, -
calculate Cohen's d:
statistics test/cohen.Rwith inputstatistics test/climate_feature.csv,statistics test/ten_seconds_featureclimate.csv,statistics test/Climatechange_thumbnails_low_aesthetics.csv,
You can find all the model setups and input data files under latest models/models-debunk.
- (1)
.ipynbfiles are holders to train the models. Within each ipynb folder, you can find the corresponding models and their performance. - (2)
.h5files are the output models.
Run statistics test/heatmap.ipynb to generate correlation matrix of the visual features with input latest models/handlabel_feature.csv.
You can find all the model setups and input data files under latest models/models-normal.
- (1)
.ipynbfiles are holders to train the models. Within each ipynb folder, you can find the corresponding models and their performance. - (2)
.h5files are the output models.