diff --git a/5-Data-Science-In-Cloud/17-Introduction/README.md b/5-Data-Science-In-Cloud/17-Introduction/README.md index d8f38a8..3cc78e7 100644 --- a/5-Data-Science-In-Cloud/17-Introduction/README.md +++ b/5-Data-Science-In-Cloud/17-Introduction/README.md @@ -47,9 +47,8 @@ Developers and IT professionals chose to work with the Cloud for many reasons, i * Storing large amounts of data: instead of buying, managing and protecting big servers, you can store your data directly in the cloud, with solutions such as Azure Cosmos DB, Azure SQL Database and Azure Data Lake Storage. * Performing Data Integration: data integration is an essential part of Data Science, that lets you make a transition from data collection to taking actions. With data integration services offered in the cloud, you can collect, transform and integrate data from various sources into a single data warehouse, with Data Factory. * Processing data: processing vast amounts of data requires a lot of computing power, and not everyone has access to machines powerful enough for that, which is why many people choose to directly harness the cloud’s huge computing power to run and deploy their solutions. -* Using data analytics services: cloud services like Azure Synapse Analytics, Azure Stream Analytics and Azure Databricksto help you turn your data into actionable insights. +* Using data analytics services: cloud services like Azure Synapse Analytics, Azure Stream Analytics and Azure Databricks to help you turn your data into actionable insights. * Using Machine Learning and data intelligence services: Instead of starting from scratch, you can use machine learning algorithms offered by the cloud provider, with services such as AzureML. You can also use cognitive services such as speech-to-text, text to speech, computer vision and more. - ## Examples of Data Science in the Cloud diff --git a/6-Data-Science-In-Wild/20-Real-World-Examples/README.md b/6-Data-Science-In-Wild/20-Real-World-Examples/README.md index 62e1068..a4c6731 100644 --- a/6-Data-Science-In-Wild/20-Real-World-Examples/README.md +++ b/6-Data-Science-In-Wild/20-Real-World-Examples/README.md @@ -1,15 +1,17 @@ # Data Science in the Real World -|![ Sketchnote by [(@sketchthedocs)](https://sketchthedocs.dev) ](../../sketchnotes/20-DataScience-RealWorld.png)| -|:---:| -| Data Science In The Real World - _Sketchnote by [@nitya](https://twitter.com/nitya)_ | +| ![ Sketchnote by [(@sketchthedocs)](https://sketchthedocs.dev) ](../../sketchnotes/20-DataScience-RealWorld.png) | +| :--------------------------------------------------------------------------------------------------------------: | +| Data Science In The Real World - _Sketchnote by [@nitya](https://twitter.com/nitya)_ | We're almost at the end of this learning journey! We started with definitions of data science and ethics, explored various tools & techniques for data analysis and visualization, reviewed the data science lifecycle, and looked at scaling and automating data science workflows with cloud computing services. So, you're probably wondering: _"How exactly do I map all these learnings to real-world contexts?"_ In this lesson, we'll explore real-world applications of data science across industry and dive into specific examples in the research, digital humanities, and sustainability, contexts. We'll look at student project opportunities and conclude with useful resources to help you continue your learning journey! +## Pre-Lecture Quiz +[Pre-lecture quiz]() ## Data Science + Industry Thanks to the democratization of AI, developers are now finding it easier to design and integrate AI-driven decision-making and data-driven insights into user experiences and development workflows. Here are a few examples of how data science is "applied" to real-world applications across the industry: @@ -28,11 +30,10 @@ Thanks to the democratization of AI, developers are now finding it easier to des * [Data Science in Healthcare](https://data-flair.training/blogs/data-science-in-healthcare/) - highlights applications like medical imaging (e.g., MRI, X-Ray, CT-Scan), genomics (DNA sequencing), drug development (risk assessment, success prediction), predictive analytics (patient care & supply logistics), disease tracking & prevention etc. -![Data Science Applications in The Real World](data-science-applications.png) Image Credit: [Data Flair: 6 Amazing Data Science Applications ](https://data-flair.training/blogs/data-science-applications/) +![Data Science Applications in The Real World](./images/data-science-applications.png) Image Credit: [Data Flair: 6 Amazing Data Science Applications ](https://data-flair.training/blogs/data-science-applications/) The figure shows other domains and examples for applying data science techniques. Want to explore other applications? Check out the [Review & Self Study](?id=review-amp-self-study) section below. - ## Data Science + Research While real-world applications often focus on industry use cases at scale, _research_ applications and projects can be useful from two perspectives: @@ -63,16 +64,16 @@ Results showed that though overall classification accuracy was good, there was a ## Data Science + Humanities -|![ Sketchnote by [(@sketchthedocs)](https://sketchthedocs.dev) ](../../sketchnotes/20-DataScience-Humanities.png)| -|:---:| -| Data Science & Digital Humanities - _Sketchnote by [@nitya](https://twitter.com/nitya)_ | +| ![ Sketchnote by [(@sketchthedocs)](https://sketchthedocs.dev) ](../../sketchnotes/20-DataScience-Humanities.png) | +| :---------------------------------------------------------------------------------------------------------------: | +| Data Science & Digital Humanities - _Sketchnote by [@nitya](https://twitter.com/nitya)_ | Digital Humanities [has been defined](https://digitalhumanities.stanford.edu/about-dh-stanford) as "a collection of practices and approaches combining computational methods with humanistic inquiry". [Stanford projects](https://digitalhumanities.stanford.edu/projects) like _"rebooting history"_ and _"poetic thinking"_ illustrate the linkage between [Digital Humanities and Data Science](https://digitalhumanities.stanford.edu/digital-humanities-and-data-science) - emphasizing techniques like network analysis, information visualization, spatial and text analysis that can help us revisit historical and literary data sets to derive new insights and perspective. *Want to explore and extend a project in this space?* -Check out ["Emily Dickinson and the Meter of Mood"](https://gist.github.com/jlooper/ce4d102efd057137bc000db796bfd671) - a great example from [Jen Looper](https://twitter.com/jenlooper) that asks how we can use data science to revisit familiar poetry and re-evaluate its meaning and the contributions of its author in new contexts. For instance, _can we predict the year in which a poem was authored by analyzing its tone or sentiment_ - and what does this tell us about the author's state of mind over the relevant period? +Check out ["Emily Dickinson and the Meter of Mood"](https://gist.github.com/jlooper/ce4d102efd057137bc000db796bfd671) - a great example from [Jen Looper](https://twitter.com/jenlooper) that asks how we can use data science to revisit familiar poetry and re-evaluate its meaning and the contributions of its author in new contexts. For instance, _can we predict the season in which a poem was authored by analyzing its tone or sentiment_ - and what does this tell us about the author's state of mind over the relevant period? To answer that question, we follow the steps of our data science lifecycle: * [`Data Acquisition`](https://gist.github.com/jlooper/ce4d102efd057137bc000db796bfd671#acquiring-the-dataset) - to collect a relevant dataset for analysis. Options including using an API ( e.g., [Poetry DB API](https://poetrydb.org/index.html)) or scraping web pages (e.g., [Project Gutenberg](https://www.gutenberg.org/files/12242/12242-h/12242-h.htm)) using tools like [Scrapy](https://scrapy.org/). @@ -82,6 +83,8 @@ To answer that question, we follow the steps of our data science lifecycle: Using this workflow, we can explore the seasonal impacts on the sentiment of the poems, and help us fashion our own perspectives on the author. Try it out yourself - then extend the notebook to ask other questions or visualize the data in new ways! +> You can use some of the tools in the [Digital Humanities toolkit](https://github.com/Digital-Humanities-Toolkit) to pursue these avenues of inquiry + ## Data Science + Sustainability @@ -100,10 +103,8 @@ Tackling these challenges in a scalable and timely manner requires cloud-scale t * [Explore documentation](https://planetarycomputer.microsoft.com/docs/overview/about) to understand supported datasets and APIs. * Explore applications like [Ecosystem Monitoring](https://analytics-lab.org/ecosystemmonitoring/) for inspiration on application ideas. - Think about how you can use data visualization to expose or amplify relevant insights into areas like climate change and deforestation. Or think about how insights can be used to create new user experiences that motivate behavioral changes for more sustainable living. - ## Data Science + Students We've talked about real-world applications in industry and research, and explored data science application examples in digital humanities and sustainability. So how can you build your skills and share your expertise as data science beginners? @@ -115,20 +116,12 @@ Here are some examples of data science student projects to inspire you. - [Reliability of NYC Subway System](https://www.microsoft.com/en-us/research/video/data-science-summer-school-2018-exploring-the-reliability-of-the-nyc-subway-system/) | [Github](https://github.com/msr-ds3/nyctransit) * [Digitizing Material Culture: Exploring socio-economic distributions in Sirkap](https://claremont.maps.arcgis.com/apps/Cascade/index.html?appid=bdf2aef0f45a4674ba41cd373fa23afc)- from [Ornella Altunyan](https://twitter.com/ornelladotcom) and team at Claremont, using using [ArcGIS StoryMaps](https://storymaps.arcgis.com/). -Also search for articles that recommend data science projects that are beginner friendly - like [these 50 topic areas](https://www.upgrad.com/blog/data-science-project-ideas-topics-beginners/) or [these 21 project ideas](https://www.intellspot.com/data-science-project-ideas) or [these 16 projects with source code](https://data-flair.training/blogs/data-science-project-ideas/) that you can deconstruct and remix. And don't forget to blog about your learning journeys and share your insights with all of us. - - -## Pre-Lecture Quiz - -[Pre-lecture quiz]() - ## 🚀 Challenge - +Search for articles that recommend data science projects that are beginner friendly - like [these 50 topic areas](https://www.upgrad.com/blog/data-science-project-ideas-topics-beginners/) or [these 21 project ideas](https://www.intellspot.com/data-science-project-ideas) or [these 16 projects with source code](https://data-flair.training/blogs/data-science-project-ideas/) that you can deconstruct and remix. And don't forget to blog about your learning journeys and share your insights with all of us. ## Post-Lecture Quiz [Post-lecture quiz]() - ## Review & Self Study Want to explore more use cases? Here are a few relevant articles: @@ -136,8 +129,6 @@ Want to explore more use cases? Here are a few relevant articles: * [11 Breathtaking Data Science Applications in Real World](https://myblindbird.com/data-science-applications-real-world/) - May 2021 * [Data Science In The Real World](https://towardsdatascience.com/data-science-in-the-real-world/home) - Article Collection * Data Science In: [Education](https://data-flair.training/blogs/data-science-in-education/), [Agriculture](https://data-flair.training/blogs/data-science-in-agriculture/), [Finance](https://data-flair.training/blogs/data-science-in-finance/), [Movies](https://data-flair.training/blogs/data-science-at-movies/) & more. - - ## Assignment [Assignment Title](assignment.md) diff --git a/6-Data-Science-In-Wild/20-Real-World-Examples/data-science-applications.png b/6-Data-Science-In-Wild/20-Real-World-Examples/images/data-science-applications.png similarity index 100% rename from 6-Data-Science-In-Wild/20-Real-World-Examples/data-science-applications.png rename to 6-Data-Science-In-Wild/20-Real-World-Examples/images/data-science-applications.png diff --git a/6-Data-Science-In-Wild/20-Real-World-Examples/notebook.ipynb b/6-Data-Science-In-Wild/20-Real-World-Examples/notebook.ipynb deleted file mode 100644 index e69de29..0000000 diff --git a/6-Data-Science-In-Wild/20-Real-World-Examples/solution/notebook.ipynb b/6-Data-Science-In-Wild/20-Real-World-Examples/solution/notebook.ipynb deleted file mode 100644 index e69de29..0000000 diff --git a/quiz-app/src/assets/translations/en/group-6.json b/quiz-app/src/assets/translations/en/group-6.json index 1380969..e3190ef 100644 --- a/quiz-app/src/assets/translations/en/group-6.json +++ b/quiz-app/src/assets/translations/en/group-6.json @@ -9,49 +9,53 @@ "title": "Data Science In the Wild - Pre-Quiz", "quiz": [ { - "questionText": "quiz 2 question 2", + "questionText": "Data Science can be used in many industries such as", "answerOptions": [ { - "answerText": "True", - "isCorrect": "true" + "answerText": "Finance and the Humanities", + "isCorrect": "false" }, { - "answerText": "False", + "answerText": "Agriculture and Manufacturing", "isCorrect": "false" + }, + { + "answerText": "All of these and more", + "isCorrect": "true" } ] }, { - "questionText": "q2", + "questionText": "Data Science in the context of research can be focus on:", "answerOptions": [ { - "answerText": "classical ML was invented first", - "isCorrect": "false" + "answerText": "innovation opportunities", + "isCorrect": "true" }, { - "answerText": "the use of neural networks", - "isCorrect": "true" + "answerText": "error handling", + "isCorrect": "false" }, { - "answerText": "deep learning is used in robots", + "answerText": "boosting sales", "isCorrect": "false" } ] }, { - "questionText": "q3", + "questionText": "The 'Gender Shades Study' focused on", "answerOptions": [ { - "answerText": "to automate the solving of multi-dimensional problems", + "answerText": "transforming gender discourse", "isCorrect": "false" }, { - "answerText": "to customize a shopping experience based on the type of customer", - "isCorrect": "false" + "answerText": "the biases inherent in facial analytics", + "isCorrect": "true" }, { - "answerText": "both of the above", - "isCorrect": "true" + "answerText": "neither of these", + "isCorrect": "false" } ] } @@ -62,7 +66,7 @@ "title": "Data Science In the Wild - Post-Quiz", "quiz": [ { - "questionText": "quiz 2 question 2", + "questionText": "Digital Humanities is a practice that combines computational methods with humanistic inquiry", "answerOptions": [ { "answerText": "True", @@ -75,31 +79,31 @@ ] }, { - "questionText": "q2", + "questionText": "Use Data Science for sustainability research by", "answerOptions": [ { - "answerText": "classical ML was invented first", + "answerText": "studying deforestation", "isCorrect": "false" }, { - "answerText": "the use of neural networks", - "isCorrect": "true" + "answerText": "studying climate change data", + "isCorrect": "false" }, { - "answerText": "deep learning is used in robots", - "isCorrect": "false" + "answerText": "both of these", + "isCorrect": "true" } ] }, { - "questionText": "q3", + "questionText": "In finance, you can use data science for", "answerOptions": [ { - "answerText": "to automate the solving of multi-dimensional problems", + "answerText": "research on your financial services", "isCorrect": "false" }, { - "answerText": "to customize a shopping experience based on the type of customer", + "answerText": "to customize mutual fund options based on the type of customer", "isCorrect": "false" }, {