ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
TitleTypeTime Investment (hours)LevelCommunityRelevanceNotesURL
Additional Notes
2
Predicting House Prices with Regression using TensorFlowProject2TechnologyMachine Learninghttps://www.coursera.org/projects/tensorflow-beginner-predicting-house-prices-regression
3
Clustering Geolocation Data Intelligently in PythonProject1.5IntermediateTechnologyGIS, Pythonhttps://www.coursera.org/projects/clustering-geolocation-data-intelligently-python
4
Introduction to Project ManagementProject2BeginnerBusinessYES
LOVE this. Manage a fundraising event for a local farmers market
https://www.coursera.org/learn/introduction-project-management
This course is designed to give you the fundamentals of Project Management. You will learn the basic principles of Project Management by managing a fundraising event for your local farmers market. You will designate responsible team members to help you, build a timeline and see the different ways that you can manage the project. Together, we will walk through not only the documentation, but also the theories and reasoning behind each task. You will learn how to look at a large project and break it down into manageable pieces and then how to build an action plan so that you hit your deadlines with your team.

By the end of the course, you will have created a Project Scope document, Stakeholder Responsibility Matrix, sequenced a task list, added task owners, and a explored several popular project views using Project Management software. You will be ready to tackle a project on your own or will be equipped to take a higher-level course in Project Management.
5
Machine Learning Pipelines with Azure ML StudioProject2BeginnerTechnology
Interesting. NOTE - recommended to take Azure Machine Learning studio first. This course uses the Adult Income Census data set to train a model to predict an individual's income. It predicts whether an individual's annual income is greater than or less than $50,000.
https://www.coursera.org/projects/azure-machine-learning-studio-pipeline
6
Analyze Box Office Data with Seaborn and PythonProject2IntermediateTechnologyhttps://www.coursera.org/projects/analyze-data-seaborn-python
7
Predict Sales Revenue with scikit-learnProject2BeginnerTechnology
linear regression, Python, pandas
https://www.coursera.org/projects/scikit-learn-simple-linear-regression
use popular Advertising data set to predict sales revenue based on advertising spending through mediums such as TV, radio, and newspaper
8
Create Online Employee Onboarding Course with EduflowProject3Beginner
Education, Business, Technology
https://www.coursera.org/learn/online-employee-onboarding-eduflow
9
Use WordPress to Create a Blog for your BusinessProject3Beginner
Marketing, Web Development
WordPresshttps://www.coursera.org/learn/wordpress-create-blog-business#syllabus
By the end of this project, you will create a blog site with a home page and initial blog post using a free content management system, WordPress. You will be able to create a business blog with the look and feel of a website complete with options for e-commerce plugins. You’ll have a virtual space to showcase your business with customers who want to stay connected
10
Classification Trees in Python Project1IntermediateTechnologyhttps://www.coursera.org/projects/classification-trees-in-python
11
Create Informative Presentations with Google SlidesProject2Beginner
Business, Technology
https://www.coursera.org/projects/create-informative-presentations-google-slides
12
Compare Stock Returns with Google SheetsProject3Beginner
Business, Finance
risk managementhttps://www.coursera.org/projects/compare-stock-returns-google-sheets
n this 1-hour long project-based course, you will learn how to compare the performance of different securities using financial statistics (normal distributions) and the Google Sheets toolkit to decide which one performed the best in terms of risk-to-return (risk-to-reward) metrics. This will teach you how basic risk management using quantitative analysis is done and is applied in calculating mean returns of the stock, variance, standard deviation, the Sharpe ratio, and Sortino Ratio.
13
Intro to Scheduling with When I WorkProject3Beginner
Business, Human Resources
https://www.coursera.org/learn/intro-to-scheduling-with-when-i-work
14
Linear Regression with PythonProject2IntermediateTechnology
Machine Learning Foundation
https://www.coursera.org/projects/linear-regression
In this 2-hour long project-based course, you will learn how to implement Linear Regression using Python and Numpy. Linear Regression is an important, fundamental concept if you want break into Machine Learning and Deep Learning. Even though popular machine learning frameworks have implementations of linear regression available, it's still a great idea to learn to implement it on your own to understand the mechanics of optimization algorithm, and the training process. Since this is a practical, project-based course, you will need to have a theoretical understanding of linear regression, and gradient descent. We will focus on the practical aspect of implementing linear regression with gradient descent, but not on the theoretical aspect.
15
Build a Simple App in Android Studio with JavaProject2BeginnerTechnologyJavahttps://www.coursera.org/projects/build-app-android-studio-java
In this beginner project we will give you an introduction to using Android Studio and will facilitate you gaining the confidence and knowledge to begin your journey in the world of Android Development. By the end of this course you will have built an app in Android Studio using Java and will have uploaded your APK to Appetize. You will learn how to test your app on the Appetize platform. In this app you will build buttons, a TextView, an EditText, and dialog boxes. We will also cover using AVD Manager to create virtual devices that could be used to test applications in Android Studio.
16
Building a text-Based Bank in JavaProject2Beginner
Technology, Banking
Javahttps://www.coursera.org/projects/building-a-java-application-banking
By the end of this project, you will learn how to create a basic banking command-line application using Java and Eclipse. This application will be able to model real life bank functions such as adding an account, increasing/decreasing the balance of an account, and allowing a user to check their balance. We will also learn how to store basic demographic information of each account holder and learn how to output a summary of all accounts. This application will demonstrate standard programming paradigms, and teach students about essential programming concepts such as variables, commenting, input and output to the user with the Scanner class, and importing/using standard Java libraries. We will also cover more powerful concepts such as conditional statements, loops, and arrays. Students can expect to walk away from the course confident in their ability to use essential Java programming tools, with a basic working understanding of how Java functions.
17
Predict Future Product Prices Using Facebook ProphetProject2Intermediate?https://www.coursera.org/projects/prophet-timeseries-prediction
In this 1-hour long project-based course, you will be able to: - Understand the theory and intuition behind Facebook times series forecasting tool - Import Key libraries, dataset and visualize dataset - Build a time series forecasting model using Facebook Prophet to predict future product prices - Compile and fit time series forecasting model to training data - Assess trained model performance
18
Predicting Salaries with Simple Linear Regression in RProject2BeginnerTechnologyhttps://www.coursera.org/projects/linear-regression-predicting-salaries
In this 1-hour long project-based course, you will learn how to create a simple linear regression algorithm and use it to solve a basic regression problem. By the end of this project, you will have built, trained, tested, and visualized a Regression model that will be able to accurately predict the salary of a data scientist if provided with some information about years of experience.
19
Portfolio Optimization using Markowitz ModelProject3IntermediateFinance
NOTE: Take Compare Stock Returns with Google Sheets before this one
https://www.coursera.org/projects/portfolio-optimization-markowitz-model
In this 1-hour long project-based course, you will learn how to optimize a two-asset portfolio at the optimum risk-to-return with finding the maximum Sharpe ratio. To achieve this, we will be working around the Sharpe ratios of two given assets, we will find the efficient frontier of these assets, and find where they intersect the best by utilizing the Markowitz Model. The content of this course draws on the knowledge of Project: Compare Stock Returns with Google Sheets, so you are highly recommended to take it first if you are not familiar with how the Sharpe ratio is calculated and don’t have an understanding of how the risk-to-return metrics work.
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100