Difference between revisions of "Project Management - Methodology"

From Analytics Practicum
Jump to navigation Jump to search
(Created page with "<!-- Logo !--> 300px|center| <!-- End of Logo !--> <!--Banner--> {|style="background-color:#FFFFFF; color:#24c7b1; padding: 6px 0 0 0;" width="100%" ce...")
 
 
(39 intermediate revisions by the same user not shown)
Line 18: Line 18:
 
| style="padding:0.3em; font-size:100%; background-color:#FFFFFF;  border-bottom:3px solid #35383c; text-align:center; color:#828282" width="11%" | [[Final Deliverable | <font face = "Trebuchet MS" color="#000000" size=2><b>FINAL DELIVERABLE</b></font>]]
 
| style="padding:0.3em; font-size:100%; background-color:#FFFFFF;  border-bottom:3px solid #35383c; text-align:center; color:#828282" width="11%" | [[Final Deliverable | <font face = "Trebuchet MS" color="#000000" size=2><b>FINAL DELIVERABLE</b></font>]]
 
|}
 
|}
 +
<!-------------------Menu bar for metrics------------------------>
 +
{| style="background-color:#ffffff; margin: 3px auto 0 auto" width="75%"
 +
|-
 +
! 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: 33%"| [[Project Management - Methodology| <font face = "Trebuchet MS" color="#FFFFFF" size=2><b>METHODOLOGY</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>]]
 +
|}
 +
<b>Summary</b>
 +
[[Image:ps.png|400px|center]]
 +
 +
<b>Tools Used</b>
 +
[[Image:toolsUsed.jpg|400px|center]]
 +
 +
<b>Scoping Process</b>
 +
[[Image:Scoping_Process_Flow.png|800px|center]]
 +
 +
<b>Text Analysis Process</b>
 +
[[Image:Text Analysis Process Flow.png|800px|center]]
 +
 +
<b>Algorithm (Midterm)</b>
 +
[[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]]
 +
[[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