Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Q1- provide the definition of Machine learning, and give the definition for supe

ID: 3797251 • Letter: Q

Question

Q1- provide the definition of Machine learning, and give the definition for supervised and non supervised learning?
______________________________
Q2- What are the methods or mathematical techniques used in error function definition ?
_____________________________________
Q3- what is linear Regression ? why it is used ?provide the error or error function definition ?
______________________________
Q4 - What is the difference between scripting computer languages and compiled computer language?
______________________________
Q5- What is python scripting language ? and what are the data types used in python scripting language

___________________________
Q6- write 3 questions about linear Regression, and 2 questions about python scripting language. please provide 7 answer options for EACH Question and the select answer for EACH question

note :these   questions are in the artificial intelligence

Explanation / Answer

Q4.The difference between scripting computer languages and compiled computer language:

Q5. A scripting language is a programming language that sustains the scripts. The programs for a particular run-time environment that computerize the execution of tasks that can also be executed one-by-one by a human operator rather than compiling. Scripting languages are frequently interpreted. A scripting language appears as a domain specific language for a particular environment. The scripting languages are known as very high-level programming languages. . Python is a general-purpose language that is also commonly used as an extension language.

Data types:

The built in data types are groups as numeric type, sequences, sets and mapping.

Numeric types: int, long, float, complex

Sequences: str, bytes, byte array, list, tuple

Sets: set, frozen set

Mapping: dict