Earned certification in agentic AI with strong technical and analytical skills. Experienced in creating adaptive, data‑driven AI systems.

seen from T1
seen from United States

seen from Japan
seen from United States
seen from United States
seen from United States
seen from Japan
seen from United States

seen from United States
seen from Japan

seen from Japan

seen from Estonia
seen from China

seen from Maldives

seen from North Macedonia

seen from Côte d’Ivoire
seen from United States
seen from United States

seen from United Kingdom
seen from Kenya
Earned certification in agentic AI with strong technical and analytical skills. Experienced in creating adaptive, data‑driven AI systems.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Take your cloud development skills further with AWS Developer Associate Certification and explore the knowledge needed to work confidently with AWS applications.
Machine Learning Course
Q: I'm interested in Artificial Intelligence but don't know where to start. Is a Machine Learning course a good option for beginners, and what can I expect to learn?
A: If you're looking for a beginner-friendly way to enter the world of AI, Machine Learning is an excellent place to start. The course explains machine learning concepts in a clear, structured way, making it suitable even if you have little or no prior experience. You'll explore how machine learning models work, understand the basics of data-driven decision-making, and discover how AI is used across industries such as healthcare, finance, retail, and cloud computing.
One of the biggest advantages of Coursera Machine Learning is its practical learning approach. Instead of focusing only on theory, you'll gain hands-on experience with real-world examples that help reinforce key concepts. Whether you're a student, software developer, data enthusiast, or working professional looking to upskill, the course provides a solid foundation for exploring more advanced AI and machine learning topics.
If your goal is to build future-ready skills, understand the fundamentals of AI, and learn from industry-recognized instructors at your own pace, Coursera Machine Learning is a valuable first step toward a career in today's rapidly evolving technology landscape.
Running my first program
1. Program
import pandas import numpy
bug fix for display formats to avoid runtime errors
pandas.set_option('display.float_format', lambda x: '%f' % x)
load the GapMinder dataset
data = pandas.read_csv('GapMinder_Dataset.csv', low_memory=False)
number of observations (rows) and variables (columns)
print(len(data)) # number of observations (countries) print(len(data.columns)) # number of variables
convert variables of interest to numeric
data['incomeperperson'] = pandas.to_numeric(data['incomeperperson'], errors='coerce') data['alcconsumption'] = pandas.to_numeric(data['alcconsumption'], errors='coerce') data['polityscore'] = pandas.to_numeric(data['polityscore'], errors='coerce')
print("counts for incomeperperson - GDP per capita (PPP, constant 2011 USD)") c1 = data['incomeperperson'].value_counts(sort=False, dropna=False) print(c1)
print("percentages for incomeperperson - GDP per capita (PPP, constant 2011 USD)") p1 = data['incomeperperson'].value_counts(sort=False, normalize=True, dropna=False) print(p1)
print("counts for alcconsumption - litres of pure alcohol per person per year") c2 = data['alcconsumption'].value_counts(sort=False, dropna=False) print(c2)
print("percentages for alcconsumption - litres of pure alcohol per person per year") p2 = data['alcconsumption'].value_counts(sort=False, normalize=True, dropna=False) print(p2)
print("counts for polityscore - democracy/autocracy score (-10 to 10)") c3 = data['polityscore'].value_counts(sort=False, dropna=False) print(c3)
print("percentages for polityscore - democracy/autocracy score (-10 to 10)") p3 = data['polityscore'].value_counts(sort=False, normalize=True, dropna=False) print(p3)
(The full income and alcohol tables run to 191 and 181 rows respectively, since almost every country has a unique value — the excerpts above and full run in the attached script show the pattern; the tables are truncated here for readability but the complete output is reproducible by running the script.)
3. Description of frequency distributions
The GapMinder dataset contains 213 countries and 16 variables. For this stage of the analysis I examined the frequency distributions of my two research variables — income per person and alcohol consumption — plus a third variable, polity score (a measure of how democratic or autocratic a country's government is, ranging from -10 to +10), which I included because it produces a cleanly interpretable table.
Income per person ranges from about $104 to just over $105,000 across countries, and because it's a continuous variable, almost every one of the 190 countries with a value has its own unique income figure — each appearing once( each has 0.47% of the sample as standard). There are missing values which make up 10.8% of the sample, meaning income data was not available for 23 of the 213 countries in the dataset.
Alcohol consumption ranges from 0.03 to 23.01 litres of pure alcohol per person per year, and shows the same pattern — almost entirely unique values, each occurring about 0.47% for each observation of the sample . There are 26 missing values which is 12.2% of the sample set.
Polity score was added onto the other variables because of the unique value of the first two variables make it hard to find truly descriptive information, unlike the two continuous variables above, produces a genuinely informative frequency table. The single most common value is 10 (full democracy), 15.5% of the sample. There are 52 missing values (24.4% of the sample) — a notably higher missing rate than the other two variables, which is worth keeping in mind if polity score is used later as a moderating variable which may significantly change as more exploration is done in the income–alcohol analysis.
I am truly grateful to Coursera for this thoughtful gift and for recognizing my learning journey. Being part of the Coursera community continues to inspire growth, collaboration, and lifelong learning. Thank you to the Coursera Learner Stories Team for this kind gesture and for fostering a global environment of education and empowerment.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Advance your cloud knowledge with a course created to support AWS Cloud Practitioner Certification preparation. https://www.coursera.org/learn/aws-cloud-practitioner-certification-cloud-fundamentals
Passionate perspectives on art, artists, and ideas that shape culture today. Original writing and commissioned projects by artists and cultu
Learn about the materials, techniques, movements, and themes of modern and contemporary art from around the world.
Listen to artists and curators speak about the Museum’s art collection and special exhibitions with MoMA audio guides.
Hear detailed descriptions of works of art.
Installation. Ongoing. A Piece of Work, a podcast hosted by Broad City's Abbi Jacobson, is everything you wanted to know about modern and co