Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 2.43 KB

README.md

File metadata and controls

34 lines (19 loc) · 2.43 KB

DataScience Projects

Hit-Counter GitHub contributors made-with-python PRs Welcome

A collection of all the data science projects done by me in the past. Codes are available as ipynb.

Here is a list of project you will find in this repository:

1. Cryptocurrency Exploration: The Bitcoin Market

Hit-Counter

This project aims to visualize the current scenario of various cryptocurrencies in market. An elaborate attempt has been made to understand the trends of various cryptocurrencies using my knowledge of Data Science, Statistics and Python.

View Project

2. Stock Trend Prediction Using News Headlines

Hit-Counter

In this Project, we intend to generate investing insight by applying sentiment analysis on financial news headlines from Finviz. Using this natural language processing technique, we will try to understand the emotion behind the headlines and predict whether the market feels good or bad about a stock.

View Project

3. Machine Learning

Hit-Counter

This directory contains some machine learning models that I have built from scratch, without using any standard machine learning python library. Currently contains the IrisDataset, classified using Decision Tree.

View Project