Difference between revisions of "Project Management - Methodology"

From Analytics Practicum
Jump to navigation Jump to search
 
(19 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
|}
 
|}
 
<!-------------------Menu bar for metrics------------------------>
 
<!-------------------Menu bar for metrics------------------------>
{| style="background-color:#ffffff; margin: 3px auto 0 auto" width="100%"
+
{| style="background-color:#ffffff; margin: 3px auto 0 auto" width="75%"
 
|-  
 
|-  
! style="text-align: center; background-color:#fee5d9; width: 25%"| [[Project Management - Schedule| <font face = "Trebuchet MS" color="#cb181d" size=2><b>SCHEDULE</b></font>]]
+
! style="text-align: center; background-color:#fee5d9; width: 33%"| [[Project Management - Schedule| <font face = "Trebuchet MS" color="#cb181d" size=2><b>SCHEDULE</b></font>]]
! style="text-align: center; background-color:#423437; width: 25%"| [[Project Management - Methodology| <font face = "Trebuchet MS" color="#FFFFFF" size=2><b>METHODOLOGY</b></font>]]
+
! style="text-align: center; background-color:#423437; width: 33%"| [[Project Management - Methodology| <font face = "Trebuchet MS" color="#FFFFFF" size=2><b>METHODOLOGY</b></font>]]
! style="text-align: center; background-color:#fee5d9; width: 25%"| [[Project Management - Minutes| <font face = "Trebuchet MS" color="#cb181d" size=2><b>MINUTES</b></font>]]
+
! style="text-align: center; background-color:#fee5d9; width: 33%"| [[Project Management - Team| <font face = "Trebuchet MS" color="#cb181d" size=2><b>TEAM</b></font>]]
! style="text-align: center; background-color:#fee5d9; width: 25%"| [[Project Management - Team| <font face = "Trebuchet MS" color="#cb181d" size=2><b>TEAM</b></font>]]
 
 
|}
 
|}
<b>Tools used:</b>
+
<b>Summary</b>
 +
[[Image:ps.png|400px|center]]
 +
 
 +
<b>Tools Used</b>
 
[[Image:toolsUsed.jpg|400px|center]]
 
[[Image:toolsUsed.jpg|400px|center]]
  
<b>Scoping Process:</b>
+
<b>Scoping Process</b>
 
[[Image:Scoping_Process_Flow.png|800px|center]]
 
[[Image:Scoping_Process_Flow.png|800px|center]]
  
<b>Text Analysis Process:</b>
+
<b>Text Analysis Process</b>
 
[[Image:Text Analysis Process Flow.png|800px|center]]
 
[[Image:Text Analysis Process Flow.png|800px|center]]
  
<b>Bigram Algorithm (Midterm):</b>
+
<b>Algorithm (Midterm)</b>
[[Image:Bigram.png|400px|center]]
+
[[Image:top20.png|400px|center|thumb|Generate top 20 adjectives, nouns and words]]
 
+
[[Image:bigram1.png|400px|center|thumb|Generate possible bigrams from top 20 adjectives and nouns]]
<b>Bigram Algorithm (Final):</b>
+
[[Image:Bigram.png|400px|center|thumb|Generate possible bigrams from top 20 adjectives and nouns]]
 +
[[Image:top20b.png|400px|center|thumb|Retrieve top 20 bigrams from the possible bigrams]]
 +
<b>Algorithm (Final)</b>
 +
[[Image:Final.png|400px|center|thumb|Generate bigram from PA state data]]
 +
[[Image:blist1.png|400px|center|thumb|Assigning category and sentiment score to the bigram (BigramCombined.csv)]]
 +
[[Image:final1.png|400px|center|thumb|Read the BigramCombined.csv and use hashmaps to store the bigram and its frequency]]
 +
[[Image:final2.png|400px|center|thumb|Write into CSV]]

Latest revision as of 04:03, 19 November 2015

Hamy logo.jpg
HOME   PROJECT OVERVIEW   PROJECT MANAGEMENT   ANALYSIS   FINAL DELIVERABLE
SCHEDULE METHODOLOGY TEAM

Summary

Ps.png

Tools Used

ToolsUsed.jpg

Scoping Process

Scoping Process Flow.png

Text Analysis Process

Text Analysis Process Flow.png

Algorithm (Midterm)

Generate top 20 adjectives, nouns and words
Generate possible bigrams from top 20 adjectives and nouns
Generate possible bigrams from top 20 adjectives and nouns
Retrieve top 20 bigrams from the possible bigrams

Algorithm (Final)

Generate bigram from PA state data
Assigning category and sentiment score to the bigram (BigramCombined.csv)
Read the BigramCombined.csv and use hashmaps to store the bigram and its frequency
Write into CSV