Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Learning to code sometimes feels out of reach. But if we’ve learned anything from the people who have burst through our atmosphere, orbited our Earth, or walked on the Moon, it’s that goals that seem out of reach require determination and passion. In this learning path, we’ll draw on these themes from the story line of Over the Moon.
Over the Moon is a film about Fei Fei, a young girl who builds a rocket to the Moon on a mission to prove the existence of a legendary Moon Goddess. The girl is fueled by the memories and love of her mother to use determination and imagination to accomplish something beyond this world: reach the Moon. Although the story takes place in a beautifully drawn universe, it’s directly related to the types of problems real-life engineers face as they prepare and execute missions to the Moon and beyond.
These modules were inspired by Over the Moon and the story of real NASA engineers and astronauts. Tying together principles of data science, machine learning, and artificial intelligence with tools like Python, Visual Studio Code, and Azure, these modules guide you through upskilling in tech while imagining how to solve space travel–related challenges. And don’t forget to watch Over the Moon on Netflix today!
Through these modules, you will learn how to:
Tip:
This learning path is part of a multimodal learning experience. Start the first module to see how you can follow along!
Prerequisites:
None
Like Fei Fei, use data to plan your own mission to the Moon. Ensure that your rocket can not only get you there, but also bring you and all your Moon rocks safely back to Earth.
Learning objectives:
In this module, you will:
Tip:
This module is part of a multimodal learning experience. Start the module to see how you can follow along!
Prerequisites:
This module is part of these learning paths:
Q1. If you have a pandas DataFrame called samples
, what would the output be for samples.head()
?
Q2. In pandas, DataFrame and series are two names for the same kind of data type.
Q3. What is the total weight of the samples that were brought back by the six Apollo missions that landed on the Moon?
Learn how to use concepts from machine learning to predict the occurrence of meteor showers (or Moon Goddess tears).
Learning objectives:
In this module, you’ll learn:
Tip:
This module is part of a multimodal learning experience. Start the module to see how you can follow along!
Prerequisites:
This module is part of these learning paths:
Q1. How often do we see meteor showers on Earth?
Q2. Where can you find meteorites on Earth?
Q3. What would the following code return? some_return_value = friends.loc[(friends['location'] == my_location) & (friends['hunger'] >= my_hunger), 'favorite_food'].tolist()
Use the Custom Vision service to analyze images of animals, like Bungee, without ever writing code.
Learning objectives:
This module is part of a multimodal learning experience. Start the module to see how you can follow along!
In this module, you will:
Tip:
This module is part of a multimodal learning experience. Start the module to see how you can follow along!
Prerequisites:
None
This module is part of these learning paths:
Q1. How much code is required to use the Custom Vision service?
Q2. How many images do you need, at a minimum, to use to train the Custom Vision service to identify an object in an image?
Q3. If you’re using cloud resources in the East US Region to train your Custom Vision model, which region do you need to provision resources in to run the predictions?
I hope this Explore space with Python and Visual Studio Code; inspired by Netflix’s Over the Moon Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.
This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.
Keep Learning!
More Coding Solutions >>