Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NLP on Articles - First Task #2

Open
theDe-bugger opened this issue Oct 16, 2023 · 0 comments
Open

NLP on Articles - First Task #2

theDe-bugger opened this issue Oct 16, 2023 · 0 comments
Labels
good first issue Good for newcomers ML ML Model

Comments

@theDe-bugger
Copy link
Contributor

Description

Kind of basic but follow a tutorial or train your own NLP model to perform sentiment analysis on articles related to certain stocks. You can simply train a model on normal articles and then use it to perform analysis on newer articles related to a specific stock of your choice.

Requirements

  • Use an api or download a dataset for analysis
  • Read and preprocess the data as needed
  • Visualize the data to identify any trends (if needed)
  • Train your model, present accuracy/findings
  • Put everything in one clean analysis jupyter notebook under ml/nlp/yournameanalysis.ipynb <- replace with your file name (make sure it includes your name)
  • Add documentation, a pdf of your summary of findings, and organize the repo so it's readable and clean.

Resources/Tools

  • https://www.newscatcherapi.com/blog/sentiment-analysis-using-python
  • This has a similar idea but for twitter tweets. Feel free to research and find more resources online, there's tons of them.
  • look at YouTube, Kaggle, and other online resources, there are a ton of them that show how to apply nlp in python and the general idea as well

Specifications

  • first ticket, get it done quick, shouldn't take too long as it's a follow along :)
@theDe-bugger theDe-bugger added good first issue Good for newcomers ML ML Model labels Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers ML ML Model
Projects
None yet
Development

No branches or pull requests

1 participant