Portfolio File of Data Science, Confusion Matrix and Python Programs #artificialintelligence

preview_player
Показать описание
Hello 👋 everyone 🤗
welcome back to my YouTube Channel

This video is based on the following topics
o. Data Science 🧪
o. Confusion Matrix
o. Python
o. Python programs

*Data Science*
Sub topic
• Introduction of Data Science
• What is Data Science
• Why is data Science important
• Application of Data Science
• History of data science
• Future of Data Science
• What Data Science is used for
• Benefits of Data Science for Business
• AI Project Cycle
• What is the Data Science process
• Data Science Life Cycle
• Different Data Science Technology
• Data Collection
• Difference between Data Science and Machine Learning
• What are different data Science tool
• What are the challenges faced by data scientists 🥼
• How to become a data Scientist

*Confusion Matrix*
• Defination of Confusion Matrix
• #Accuracy
• #Precision
• #Recall
• #F1_Score
• Some Problem based questions

*Python*
• Arithmetic Operator
• Conditional Operator
• Assignment Operator
• Logical Operator
• Python Program
#Write_a_python_program_to_print_even_number_from_1_to_10_numbers--

for i in range(1, 11):
if i % 2 == 0:
print(i)

#Write_a_python_program_to_print_odd_number_from_1_to_10_numbers--

for i in range(1, 11):
if i % 2 != 0:
print(i)

#Write_a_program_to_find_percentage_of_5_subjects--

# Take input for marks in each subject
subject1 = float(input("Enter marks obtained in subject 1: "))
subject2 = float(input("Enter marks obtained in subject 2: "))
subject3 = float(input("Enter marks obtained in subject 3: "))
subject4 = float(input("Enter marks obtained in subject 4: "))
subject5 = float(input("Enter marks obtained in subject 5: "))

# Calculate total marks
total_marks = subject1 + subject2 + subject3 + subject4 + subject5

# Assuming each subject has a maximum of 100 marks
max_marks_per_subject = 100
total_subjects = 5

# Calculate percentage
percentage = (total_marks / (max_marks_per_subject * total_subjects)) * 100

# Display the percentage
print(f"The percentage of marks obtained is: {percentage:.2f}%")

Following steps are used for this python programming

1. Click Chrome
2. Search 🔎 icon
3. type: ONLINE PYTHON COMPILER
4. select any website that u want
5. paste the program that is given
6. and run the program
7. now output is on the screen

for any query

Share this video
Subscribe this YouTube Channel🔔🔔
press bell 🔔 icon
Do like 👍
comment ✉️💭💬💬
Рекомендации по теме
Комментарии
Автор

Hello didi 😁😁
How are you
Your writing is too good 🤗🤗

kusumtomar
join shbcf.ru