Quiz: Lists vs Tuples in Python

Interactive Quiz ⋅ 10 QuestionsBy Leodanis Pozo Ramos Share Challenge yourself with this quiz to evaluate and deepen your understanding of Python lists and tuples. You’ll explore key concepts, such as how to create and manipulate these data types, while also learning best practices for using them efficiently in your code. You can take this quiz after reading the Lists vs Tuples in Python tutorial. The quiz contains 10 questions and there is no time limit. You’ll get 1 point […]

Read more

Interior Design with Stable Diffusion (8-day mini-course)

At its core, Stable Diffusion is a deep learning model that can generate pictures. Together with some other models and UI, you can consider that as a tool to help you create pictures in a new dimension that not only you can provide instructions on how the picture looks like, but also the generative model to brainstorm what you didn’t specify. In this 7-part crash course, you will learn from examples how to make use of Stable Diffusion to finish […]

Read more

10 Machine Learning Algorithms Explained Using Real-World Analogies

10 Machine Learning Algorithms Explained Using Real-World Analogies When I was in high school and studied complex mathematics problems, I always used to think about why we were studying them or why they were useful. I was unable to understand and find their usage in the real world. Since machine learning is also a trending topic that many people want to explore, the complex mathematics and abstraction behind machine learning algorithms make it difficult for beginners to appreciate and learn […]

Read more

The Power of Pipelines

Machine learning projects often require the execution of a sequence of data preprocessing steps followed by a learning algorithm. Managing these steps individually can be cumbersome and error-prone. This is where sklearn pipelines come into play. This post will explore how pipelines automate critical aspects of machine learning workflows, such as data preprocessing, feature engineering, and the incorporation of machine learning algorithms. Let’s get started. The Power of PipelinesPhoto by Quinten de Graaf. Some rights reserved. Overview This post is […]

Read more

Tips for Effective Feature Selection in Machine Learning

Tips for Effective Feature Selection in Machine LearningImage by Author | Created on Canva When training a machine learning model, you may sometimes work with datasets with a large number of features. However, only a small subset of these features will actually be important for the model to make predictions. Which is why you need feature selection to identify these helpful features. This article covers useful tips for feature selection. We’ll not look at feature selection techniques in depth. But […]

Read more

Collaborators: Silica in space with Richard Black and Dexter Greene

[TEASER ENDS]  GRETCHEN HUIZINGA: You’re listening to Collaborators, a Microsoft Research Podcast showcasing the range of expertise that goes into transforming mind-blowing ideas into world-changing technologies. I’m Dr. Gretchen Huizinga. [MUSIC FADES]  Today I’m talking to Dr. Richard Black, a senior principal research manager and the research director of Project Silica at Microsoft Research. And with him is Dexter Greene, a rising freshman at the University of Michigan and a recent graduate of Avenues: The World School in New York […]

Read more

Using Pydantic to Simplify Python Data Validation

Pydantic is a powerful data validation and settings management library for Python, engineered to enhance the robustness and reliability of your codebase. From basic tasks, such as checking whether a variable is an integer, to more complex tasks, like ensuring highly-nested dictionary keys and values have the correct data types, Pydantic can handle just about any data validation scenario with minimal boilerplate code. In this video course, you’ll learn how to: Work with data schemas with Pydantic’s BaseModel Write custom […]

Read more

Quiz: How to Use Conditional Expressions With NumPy where()

Interactive Quiz ⋅ 10 QuestionsBy Ian Eyre Share In this quiz, you’ll test your understanding of How to Use Conditional Expressions With NumPy where(). By working through the questions, you’ll consolidate the knowledge you gained from the tutorial and take yourself beyond what you learned. To answer some of the questions, you’ll need to do some research outside of the tutorial itself. Embrace this challenge because exploration can take you on a valuable learning journey. The quiz contains 10 questions […]

Read more

Quiz: Generate Images With DALL·E and the OpenAI API

Interactive Quiz ⋅ 9 QuestionsBy Martin Breuss Share In this quiz, you’ll test your understanding of generating images with DALL·E by OpenAI API using Python. By working through this quiz, you’ll revisit how to use the OpenAI Python library, make API calls related to image generation, create images from text prompts, create variations of an image, and convert Base64 strings to PNG image files. The quiz contains 9 questions and there is no time limit. You’ll get 1 point for […]

Read more

Generate Images With DALL·E and the OpenAI API

Describe any image, then let a computer create it for you. What sounded futuristic only a few years ago has become reality with advances in neural networks and latent diffusion models (LDM). DALL·E by OpenAI has made a splash through the amazing generative art and realistic images that people create with it. OpenAI allows access to DALL·E through their API, which means that you can incorporate its functionality into your Python applications. You’ll need some experience with Python, JSON, and […]

Read more
1 13 14 15 16 17 907