Skip to content

Instantly share code, notes, and snippets.

View hrishikash's full-sized avatar

Hrishikesh Kashyap hrishikash

View GitHub Profile

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@hrishikash
hrishikash / README.md
Created May 4, 2018 03:14
CS590V HW6_2
  1. The dataset is from the first Harry Potter book which contains around 43000 words. This dataset can be used to get information like word frequency, character relationships. Dataset link - https://github.com/Khushmeet/potter-nlp

  2. Created a word cloud depicting the popular words which appear in the book. To do this, I used Python and the NLTK library to get the word frequency of each wordin the dataset. After that, I used this word frequency information to render the word cloud.

  3. The second visualisation is complementary to the first one, and depicts the most popular words from the dataset in a bar graph where the x-axis is the words and y-axis is the frequency with which they occur.

  4. When you hover over a word in the dataset, it turns red and the corresponding bar in the bar chart also turns red. For a few of the smaller words, we don't observe this because they are not depicted in the bar chart. This also works vice-versa i.e if you hover over a bar in the bar chart, then the corrresponding word i

@hrishikash
hrishikash / README.md
Last active May 4, 2018 03:11
CS590V HW6_1
  1. The dataset is from the first Harry Potter book which contains around 43000 words. This dataset can be used to get information like word frequency, character relationships. Dataset link - https://github.com/Khushmeet/potter-nlp

  2. Created a word cloud depicting the popular words which appear in the book. To do this, I used Python and the NLTK library to get the word frequency of each wordin the dataset. After that, I used this word frequency information to render the word cloud.

  3. The second visualisation is complementary to the first one, and depicts the most popular words from the dataset in a bar graph where the x-axis is the words and y-axis is the frequency with which they occur.

  4. When you hover over a word in the dataset, it turns red and the corresponding bar in the bar chart also turns red. For a few of the smaller words, we don't observe this because they are not depicted in the bar chart. This also works vice-versa i.e if you hover over a bar in the bar chart, then the corrresponding word i

@hrishikash
hrishikash / README.md
Last active May 4, 2018 03:02
CS590V HW6
  1. The dataset is from the first Harry Potter book which contains around 43000 words. This dataset can be used to get information like word frequency, character relationships. Dataset link - https://github.com/Khushmeet/potter-nlp

  2. Created a word cloud depicting the popular words which appear in the book. To do this, I used Python and the NLTK library to get the word frequency of each wordin the dataset. After that, I used this word frequency information to render the word cloud.

  3. The second visualisation is complementary to the first one, and depicts the most popular words from the dataset in a bar graph where the x-axis is the words and y-axis is the frequency with which they occur.

  1. The dataset I'm working with for this visualization is based on Andrew Beveridge’s dataset of “A Storm of Swords”, third book in the series. It contains 1003 edges and 516 nodes. This dataset can be used to infer relationships between the characters and also help us identify clusters amongst characters.

Dataset link - https://networkofthrones.wordpress.com/data/

  1. I've created a force-directed graph with the nodes as the characters of the series and the edges are the interactions between them.

  2. I've created a complementary second visualisaiton which is a bar chart showing the influence of all the characters vs their id in the x-axis.

@hrishikash
hrishikash / README.md
Last active April 20, 2018 18:39
CS590V HW5
  1. The dataset I'm working with for this visualization is based on Andrew Beveridge’s dataset of “A Storm of Swords”, third book in the series. It contains 1003 edges and 516 nodes. This dataset can be used to infer relationships between the characters and also help us identify clusters amongst characters.

Dataset link - https://networkofthrones.wordpress.com/data/

  1. I've created a force-directed graph with the nodes as the characters of the series and the edges are the interactions between them.

  2. I've created a complementary second visualisaiton which is a bar chart showing the influence of all the characters vs their id in the x-axis.

@hrishikash
hrishikash / README.md
Created April 7, 2018 02:12
CS590V HW4
  1. The dataset contains stock price information of Microsoft(MSFT) for a 5 year period from 2010 - 2014. Each row has the following attributes: Date, Volume(volume of shares traded on that day), Close)closing price of the stock), average(average price over a specified period). Size of the dataset is: 1243 rows and 4 columns

This dataset can be used for predicting Microsoft stock price in the future and also to gain meaningful insights about the trnds in teh price over the last 5 years.

2,3. I have created both the required visualisations in the same page. The first shows the trend of MSFT stock prices and the moving average taken form the dataset over time from 2010-2014.

The second visualisation uses small rectangles/bars to show the volume of shares traded over time in the same timespan.

gistup
gistup
gistup