Aspect based Sentiment Analysis using Neural Networks
Aspect based sentiment analysis using deep learning
Aspect based sentiment analysis using deep learning
Explore how R programming can be used for in-depth crime data analysis. Learn techniques for data visualization, trend identification, and statistical analysis to gain valuable insights into crime patterns.
Fake News detection using TF IDF and N-Gram analysis Techniques in machine learning
Python demo
Stock Prediction
1. Data Collection Phase:
a. We have collected real time data from nse website.
b. Any stock with NSE symbol can be given in the textbox “Enter Symbol” Ex. SBIN, HDFC, TCS, INFY
c. Press Submit button to extract real time data from 2000 to present date
d. Feature collected are Date, Symbol, Series, Prev close, Open, High, Low, Last, Close, VWAP, Volume, Turnover
e. Also shown price trend in graph
2. Prediction Phase
——————–
a. We have applied Kmeans Clustering, we have created 3 clusters namely, Cluster0, Cluster1, Cluster2
b. Centroid plot is done for Three cluster
c. Random Forest and Decision Tree algorithm is applied in Clusters for prediction.
d. Predicted value and Real (original) values are ploted.
e. Accuracy and Error values are arrived
3. Forecast Phase
——————
a. Five days forecast using Decision Tree and Random forest is done.
Python Demo