June 17th: AI and Visualization

  

June 17th: AI and Visualization

June 17, 2024

Python Planets






Using pre-downloaded code and data about planets, I was able to manipulate the Python code to transform the displays. By changing the size of planets and the shapes in the code, the output reflected my changes. This visualization helps with understanding basic Python and changing visual outputs.

Understanding AI

Artificial intelligence (AI) refers to the simulation of human intelligence processes by machines, particularly computer systems. It is most commonly used in advanced machine learning systems and natural language processing systems. 

There were many diverse individuals on the Titanic. For STEM Skills, I and my team were given details about individuals and guessed whether they survived or not. My team predicted who would survive the Titanic through mostly gender and age. Generally, women and children survived more often than older men. 






Then, using machine learning and AI, I used a Kaggle tutorial to create code that predicted which individuals survived the Titanic. The code reflected a lot of my presumptions since it also predicted that women and younger individuals survived more often.

This process aided my understanding of many details regarding AI. I learned that high-quality data and proper preprocessing are critical for building good AI models. Additionally, I learned that understanding and using appropriate metrics to evaluate model performance is very important.

 

Here are some important links regarding this blog:

https://www.ibm.com/topics/artificial-intelligence (what is AI)

https://www.kaggle.com/competitions/titanic (Kaggle Tutorial)

Comments

Popular posts from this blog

About me and my blog

Op-Ed: Digital Divide

The Self Driving Trolley Problem