GithubHelp home page GithubHelp logo

super_star_research's Introduction

Super Star Research

This research will surely win awards

This project analyzed the VADER Scores of the following three news articles from early December to determine which news source had the most negative thing to say about chatGPT.

December 7 https://www.bbc.com/news/technology-63861322

December 8 https://www.cnn.com/2022/12/05/tech/chatgpt-trnd/index.html

December 9 https://www.cbc.ca/news/business/chatgpt-artificial-intelligence-1.6681401

Dataset

url neg neu pos compound
0 https://www.bbc.com/news/technology-63861322 0.119 0.767 0.114 -0.8202
1 https://www.cbc.ca/news/business/chatgpt-artificial-intelligence-1.6681401 0.03 0.863 0.106 0.9985
2 https://www.cnn.com/2022/12/05/tech/chatgpt-trnd/index.html 0.044 0.815 0.141 0.9997

Analysis

The following code was used to generate the visualization

labels = ['cnn','cbc','bbc']

plt.bar(labels, dataset["compound"])
plt.title("Sentiment of news sources")
plt.ylabel("Score")
plt.xlabel("News Source")
plt.savefig("graph.png")
plt.show()

bar graph

Based on this anaylsis we can see that the CNN had the most negative score and therefore dislikes chatGPT the most.

super_star_research's People

Contributors

tribaric avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.