forked from CinderZhang/FinnData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweek13.html
78 lines (66 loc) · 3.69 KB
/
week13.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Week 13: Capstone Project</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
</head>
<body>
<!-- Add the Back to Home button at the bottom as well -->
<div class="back-to-home">
<a href="index.html">← Back to Home</a>
</div>
<div class="container">
<div style="text-align: center;">
<a href="week12.html">← Previous Week</a>
</div>
<h2>Week 13: Capstone Project</h2>
<h3>Learning Objectives:</h3>
<ul>
<li>Apply the skills and knowledge acquired throughout the course in a real-world project.</li>
<li>Develop a financial data analysis application using Python.</li>
<li>Present the project and receive feedback.</li>
</ul>
<h3>Capstone Project:</h3>
<p>For the final week, you will work on a capstone project that involves creating a financial data analysis application using Python. This project should incorporate the various concepts and skills learned throughout the course, including data manipulation, visualization, web scraping, API usage, and machine learning.</p>
<h3>Project Requirements:</h3>
<ul>
<li>Use Python for data analysis and manipulation.</li>
<li>Include data visualization components.</li>
<li>Implement web scraping or API integration to gather financial data.</li>
<li>Apply machine learning algorithms for predictive analysis.</li>
<li>Document the code and write a report explaining the methodology and results.</li>
<li>Present the project to peers and instructors.</li>
</ul>
<h3>Resources:</h3>
<a href="https://www.python.org/" target="_blank">Python Official Website</a><br>
<a href="https://pandas.pydata.org/" target="_blank">Pandas Documentation</a><br>
<a href="https://matplotlib.org/" target="_blank">Matplotlib Documentation</a><br>
<a href="https://scikit-learn.org/stable/" target="_blank">Scikit-learn Documentation</a><br>
<h3>Submission:</h3>
<p>Submit your code, documentation, and presentation slides before the deadline. Ensure that you have tested the application thoroughly and that the documentation is clear and concise.</p>
<div style="text-align: center; margin-top: 20px;">
<a href="week12.html">← Previous Week</a>
</div>
</div>
<h3>Reminder:</h3>
<div id="ChatGPT Lead deep dive">
<h3>Every Week: Personalized Python Learning with ChatGPT Plus--10 or More prompts/convesations required on each topic</h3>
<p>Use the PROMPT to personalize your learning experience with ChatGPT Plus</p>
<a href="https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor">ChatGPT Lead deep dive</a>
</div>
<div id="ChatGPT Assignment">
<h3>Every Week: Test your knowledge of Python weekly topics On ChatGPT Plus</h3>
<p>Use the PROMPT to test your knowledge and grade it by ChatGPT</p>
<a href="https://github.com/CinderZhang/FinnData/blob/main/chatGPT_AssignmentSample.md">ChatGPT Assignment</a>
</div>
<!-- Add the Back to Home button at the bottom as well -->
<div class="back-to-home">
<a href="index.html">← Back to Home</a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</body>
</html>