Page 445 - AI Ver 3.0 Class 11
P. 445
print("Make sure you get plenty of rest and eat well. Your brain needs
fuel!")
else:
responses = [
"Have you tried making a study schedule? It can help you manage your
time better.",
"Don't forget to take short breaks while studying. It helps you stay
focused.",
"Talking to a friend or family member about your worries can help reduce
stress.",
"You've prepared well. Just stay confident and do your best!"
]
print(random.choice(responses))
Output:
Hello! I'm here to help you with your exam stress. How are you feeling today?
> I am feeling stressed
It's normal to feel stressed before exams. Just remember to take deep breaths.
> I am getting tired easily
Make sure you get plenty of rest and eat well. Your brain needs fuel!
> I cannot take rest. too much syllabus
Talking to a friend or family member about your worries can help reduce stress.
> exit
Goodbye! Remember to stay calm and take breaks. You've got this!
27. Create a simple emotion predictor using Teachable Machine. Use different classes to store images like ‘happy’,
‘sad’, ‘angry’ etc. Train the machine and then test it. Add the printout of the final model’s screenshot to your
practical file.
28. Complete the following courses on https://skillsbuild.org/ and keep a printout of the certificate in your practical file:
a. Artificial Intelligence (AI) - Getting Started
b. Artificial Intelligence Fundamentals
c. What is artificial intelligence?
d. Can AI help climate change?
29. Ask questions about AI to an AI bot! Visit https://my.aiclub.world/chai-bot
Chai the AI Bot is a friendly AI chatbot that educates children about AI. Kids can ask Chai everything
they want (no unpleasant questions, please; Chai will refuse to answer!). They can ask Chai questions
such as “What is AI?”, “Why should I learn AI?”, “Does AI make mistakes?”, “How does an AI learn?”
and others. Keep a printout of the screenshot of your chat in the practical file.
30. Enhance your Data Science Skills by playing Pattern Matrix - https://www.braingymmer.com/en/
brain-games/pattern_matrix/play/ Pattern recognition allows you to evaluate how closely two
occurrences match in terms of complexity, regularities in data sets, and irregularities in analysis
and visual interpretations.
Practical Questions 443

