What is the difference between machine learning and artificial intelligence

Answers

Answer 1

Answer:

Artificial Intelligence is the broader concept of machines being able to carry out tasks in a way that we would consider “smart”. ... Machine Learning is a current application of AI based around the idea that we should really just be able to give machines access to data and let them learn for themselves.


Related Questions

this is very simple i just need someone to type out this for me

Answers

Answer:

#27

2i , -2i, i, -i            i^2 = -1

1(x - 2i)(x + 2i) 1(x-i)(x+i)

x^2 +2x-2x -4.2i x^2 -xi-xi -i

(x^2 + 4)      x^4 + 1

x^2 +x^2 +11x

x^4 +5x^2 +4

+4+2+2+-1

*This was not simple for me

What is bill Gates passion?

Answers

Computing. He makes software design and that revolves around computing

tO CrEaTe ToiLeT. Sorry, the real answer is to change the world via technology, and to keep on innovating.

I hope this helps, and Happy Holidays! :)

With _________, users will receive recommendations for items liked by similar users.

Answers

Answer:

Collaborative filtering

Explanation:

Collaborative filtering is an algorithms family in which there are various ways to determine the same users or items also there are various ways to determine the rating depending upon the same users rating

Therefore as per the given situation, the above is the answer

Hence, the same is to be considered

How is a value list created?

by the user typing in values for the list
by the list pulling values from another table
by the list pulling values from the same table
by the user linking the list to another database

Answers

B I hope this helps!!!!

Answer:

A

Explanation:

edge

Sending the same messages to a large number of users is called​

Answers

Answer:

Can you give me the options

Dora has inserted a text box into a Word document that she is formatting. Which strategy will not format text boxes? Create a link between two text boxes. Set the height and width of the text box. Add background images to the text box. Link the text box to another document.​

Answers

Answer:

D. Link the text box to another document.​

Explanation:

A text box is an object that you may add to your page that allows you to place and enter text wherever in it. The correct option is D.

What is a text box?

A text box is an object that you may add to your page that allows you to place and enter text wherever in it. Content boxes may be handy for attracting attention to a certain text and also for moving text about in your document.

Dora has inserted a text box into a Word document that she is formatting. Therefore, the strategy that will not format text boxes is strategy will not format text boxes.

Hence, the correct option is D.

Learn more about Text Box:

https://brainly.com/question/13812028

#SPJ2

What is the output?
class car:
model = "
age = 20
myCar = car()
myCar.age= myCarage + 10
print(myCarage)
Output:

Answers

Answer:

Following are the modified code to this question:

class car:#defining a class car  

   model = ""#defining a class

   age = 20#defining an integer variable that hold a value

myCar = car()#creating reference of class

myCar.age= myCar.age+ 10#Use reference to add value in age variable

print(myCar.age)#print age value

Output:

30

Explanation:

In the above code class care is defined, inside the car a string variable "model", and an integer variable "age" is defined that hold a value, in the next step, class reference myCar is defined, that used to add value in age variable an at the last we use print method to print age variable value.

What is a database management program?​

Answers

Explanation:

A database management program (DBMS) is a software package design designed to manipulate, define, retrieve, and manage data in database.

A DBMS generally manipulates the data itself, the the data format, field names, record structure and file structure.

The number of binary digits required to count 10010 is called _________​

Answers

Computer language code for computer people to hack and code

Your friend told you that your favorite celebrity couple split. What is the best media form to use?
a
Wiki
b
Social Network
c
Infotainment site
d
Forum

Answers

Answer:

b

Explanation:

I think social network is the first source of every update of reality even wiki gets info from social network

Answer:a)wiki

kalo salah maaf ya

Which line of code will cause the loop to execute exactly one time?

for b in range(12, 12):
for b in range(12, 13):
for b in range(13, 13):
for b in range():

Answers

for b in range (12, 13)?

Can you see the processing step yes or no

Answers

Answer:

I cannot see anything on my screen

Explanation:

I can't see anything............................

You receive an email from your school's head of IT. There is a concern for a potential hack to the school's servers. IT knows some accounts have been compromised, with their login and passwords overwritten by the hackers. They need to reset the accounts that the hackers have changed the passwords on. However, they don't have access to the passwords directly, and the change records were corrupted by the attack. They need students and staff to confirm their passwords by logging into a secure site. If the login fails, they'll know your account was compromised and reset your account immediately.
a.) This could be a phishing attempt. If the situation is as described in the email, this is also serious, but the method suggested is the same methods used by social hackers. Look up your IT Departments phone number and call them about the email.
b.) This is a serious issue, and the email came from the head of IT. The site also shows that it's secure. The longer it takes to reset accounts, the longer the hackers will have access to your account. Follow the instructions in the email from the head of IT.

Answers

Answer:

a.) This could be a phishing attempt. If the situation is as described in the email, this is also serious, but the method suggested is the same methods used by social hackers. Look up your IT Departments; phone number and call them about the email.

Explanation:

This makes sense because many people do these types of scams to trick people into logging into their accounts and actually hack them from there, I actually got an email like this last week to my iCloud address. Make sure that the email actually came from the IT department by checking the domain the email comes from, and call the IT department to make sure.

Hope this helps!

First time using this site so be mindful if I make any mistakes
For Micro Econ AP I am having a problem with this one question
It goes:
In what ways do households dispose of their income? How is it possible for a family's persoal consumption expenditures to exceed its after-tax income?

Answers

Answer:

Okay... Well

I will. help you out dear

Why do numA and numB have the same scope in the subtract function?

def subtract(numA, numB):
return numA - numB

def divide(numC, numD):
return numC / numD

answer = subtract(24,6)
print (answer)
____________________
CHOICES
Only the subtract function can use or change the values of numA and numB.
numA and numB are both numeric.
numA and numB are similar names.
numA is passed the value 24 and numB is passed the value 6.

Answers

Answer:

Only the subtract function can use or change the values of numA and numB.

Explanation:

'scope' is about the parts of your program where a variable "exists", ie., can be used.

The other statements are factually true, but do not apply to the question.

Only the subtract function can use or change the values of numA and numB. So, the correct option is A.

What is Substract function?

In subtraction, the minuend is the primary number (from which a number must be subtracted) and the subtrahend is the second number (the number which is to be subtracted). The difference is the resultant number. In mathematics, the "minus" (-) operator is positioned in between the minuend and the subtrahend.

Use the minus symbol to carry out a basic subtraction operation (-). This is the simplest subtraction formula in Excel: =number1-number2. For instance, to subtract 10 from 100, write the equation below, which gives the answer of 90: =100-10. The values of numA and numB can only be used or modified using the subtract function.

Therefore, the correct option is A.

Learn more about Subtraction, here:

https://brainly.com/question/2346316

#SPJ2

Information stored on CD-ROM disc must be read and then erased.True or false?​

Answers

Answer:

False

Explanation:

How many bit make a byte .​

Answers

Answer:

It is easy .8 bits.You have to note this

Answer: 8

1 byte = 8 bit

Which file is usually the first file to be displayed when you navigate to a website?

A. Starter.html
B. Home.html
C.index.html
D. Template.html

Answers

Home. HTML is the first file to be displayed

Which of the following is an example of data an Earth-observing satellite would collect?
studying ocean and land changes

monitoring the movement of ships

tracking signals between different points on Earth

studying weather patterns

Answers

Answer:

A

Explanation:

Hopefully this helps

How can you place a paragraph of text in a box smaller than the text content, and add a scroll bar?
You can do this by using the __ property and setting it to ___.
(First blank: Border, Margin, Overflow.)
(Second Blank: Auto, hidden, scroll)

Answers

Answer:

I think it's overflow and hidden.

Explanation:

Answer:

You can do this by using the  overflow  property and setting it to  hidden .

Explanation:

Please please help what kind of device. is this​

Answers

Answer:

uuuummmmm im pretty sure that is some type of tablet

Explanation:

sorry im not much help.........

Answer:

It's a Hard drive. It's on your pc

Explanation:

Provide an example by creating a short story or explanation of an instance where availability would be broken.

Answers

Incomplete/Incorrect question:

Provide an example by creating a short story or explanation of an instance where confidentiality would be broken.​

Explanation:

Note, the term confidentiality refers to a state or relationship between two parties in which private information is kept secret and not disclosed by those who are part of that relationship. Confidentiality is broken when this restricted information is disclosed to others without the consent of others.

For instance, a Doctor begins to share the health information of a patient (eg a popular celebrity, etc) with others such as his family members and friend

s without the consent of the celebrity.

What is the missing line of code?
class vehicle:


self.model = strModel
self.color = strColor

def __str__(self):
return self.model + ' ' + self.color

Answers

Answer:

def__init__(self,strModel,strColor):

The missing line of the given code is as follows:

Class vehicle: def__init__(self,str Model,str Color).

What is the significance of programming code?

The significance of programming code may be determined by the fact that it implies a computer finishing the commands that are given by the user over and over again. As a result of this, people do not have to do the task repeatedly.

When it comes to using string commands in python, the sequence of characters inside either single quotes, double quotes, or triple quotes leads to their assignment to a variable. This variable more frequently relies on the instruction given by the user in a specific period of time.

Therefore, the missing line of the given code is well mentioned above with respect to python and code programming.

To learn more about Python programming, refer to the link:

https://brainly.com/question/26497128

#SPJ3

Will Mark Brainliest

Why did Constantine establish a new capital of the Roman Empire in Byzantium?



Byzantium was located on trade routes and could be better protected.


Byzantium was close to Rome, so travel between the two cities was easy.


Byzantium was already a huge city that needed little construction to make it the capital.


Byzantium was located in the middle of Europe and close to the people of the Western Empire.

Answers

Answer:

Byzantium was located on trade routes and could be better protected.

Explanation:

Byzantium became the capital of the Roman Empire in 330, with the established objective of fulfilling a fundamental role in the control of the commercial routes used by Rome to the East: this city was located in the passage of these commercial routes, thus which was fundamental its protection in order to control trade in the area. In this way, it was agreed to name this city as the capital, which gave importance to the eastern region within the Empire, and allowed these trade routes to be better managed and protected by the Roman government.

A                                                                  A

l Marking so other guy can get brainliest l

l                                                                    l

Edhesive unit 2 lesson 5 coding activity 1 Write code which creates three regular polygons with 11, 14 and 19 sides respectively. All side lengths should be 1.0. The code should then print the three shapes, one on each line, in the order given (i.E. The one with 11 sides first and the one with 19 sides last). Sample run: regular hendecagon with side length 1.0 regular tetrakaidecagon with side length 1.0 regular enneadecagon with side length 1.0

Answers

Answer:

public class Polygon {

   private String name;

   private int sides;

   private double sideLength;

   public Polygon(String name, int sides, double sideLength) {

       if (sideLength <= 0) throw new IllegalArgumentException("Length cannot be zero or negative.");

       if (sides <= 0) throw new IllegalArgumentException("Sides cannot be zero or negative.");

       this.name = name;

       this.sides = sides;

       this.sideLength = sideLength;

   }

   public String getName() {

       return name;

   }

   public void setName(String name) {

       this.name = name;

   }

   public double getSideLength() {

       return sideLength;

   }

   public void setSideLength(double sideLength) {

       if (sideLength <= 0) throw new IllegalArgumentException("Length cannot be zero or negative.");

       this.sideLength = sideLength;

   }

   public int getSides() {

       return sides;

   }

   public void setSides(int sides) {

       this.sides = sides;

   }

   (use the at sign here)Override

   public String toString() {

       return "regular " + name + " with side length " + String.format("%.1f", sideLength);

   }

}

public class TestPolygon {

   public static void main(String[] args) {

       Polygon sides11 = new Polygon("hendecagon", 11, 1);

       Polygon sides14 = new Polygon("tetrakaidecagon", 14, 1);

       Polygon sides19 = new Polygon("enneadecagon", 19, 1);

       System. out. println(sides11);

       System. out. println(sides14);

       System. out. println(sides19);

   }

}

Explanation:

This java source code defines a class that creates a regular polygon based on the number of sides given to it.

Below is a screenshot of the program code and output.

(This is for photography segment exam btw)

Who created the first known photograph?

A. George Eastman
B. Ansel Adams
C. Joseph Niepce
D. Louis Daguerre

Answers

Answer:

C. Joseph Niepce

Explanation:

C is correct for sureee

The image below shows an encoding for a black and white pixel image. The first two
bytes of the data (circled in red) are used to encode the width and height of the
image. What is the best term for this type of "data about the data"? Explain why it is
necessary to include this data in the encoding.

Answers

Answer:

where is the image i need the image

Explanation:

WILL GIVE BRAINLIEST! The command simplify is used if you only want the first two digits of a decimal to appear in the interpreter.

true

false

Answers

Answer:

falsee?

Explanation:

Answer:

Yes its false i believe

Explanation:

plz hurry i'm timed Which type of essay presents one side of an argument to convince readers to support it?

a descriptive essay
an expository essay
a narrative essay
a persuasive essay

Answers

Answer:

persuasive

Explanation:

Persuasive essay

Hope this helps

What are movies filmed before 1990's?

Answers

Answer: Once Upon a Time in the West (1968) PG-13 | 165 min | Western. ...

Cinema Paradiso (1988) R | 155 min | Drama. ...

Blade Runner (1982) R | 117 min | Action, Sci-Fi, Thriller. ...

2001: A Space Odyssey (1968) G | 149 min | Adventure, Sci-Fi. ...

Apocalypse Now (1979) ...

Chinatown (1974) ...

Stardust Memories (1980) ...

Le Notti Bianche (1957)

Explanation:

Other Questions
A car weighing 12,000 N is parked on a 36 slope. The car starts to roll down the hill. What is the acceleration of the car? If a marble is dropped from a cliff, how fast is the marble going after falling for 3.6 seconds? PLEEEEAAASSSEEEEEE HELPPPP MEEEE> Alan got 72 questions correct on the last math exam. He got 85 questions correct this time. By what percent did the number of questions correct increase? (Round to the nearest whole percent)A. 84%B. 16%C. 118%D. 18% How do vaccines help develop herd immunity? Question is in the picture Read the excerpt from chapter 7 of Night.Our minds numb with indifference. Here or elsewhere, what did it matter? Die today or tomorrow, or later? The night was growing longer, never-ending.What does the sentence "The night was growing longer, never-ending suggest about the authors viewpoint?He no longer cares about what happens to him.He believes that life in general is too hard to endure.He feels like the horrors he is experiencing will last forever.He believes that bad things happen only at night. Cytoplasm is found...A only in prokaryotic cells.B in all cells.C. in plant cells only. plss help me im on a timer 12 mins left plsssss Drag each label to the correct location.Match each influence to the correct civilization.created cities for the dead, with artisticsarcophagi and elaborate tombsformed independentcity-states led by kingspainted the walls of their palaces withscenes of nature and religious ritualscreated one of the first writtenlanguages, Linear A, madeup of 90 symbolsheld rituals in sacred caves withdancing, music, and prayersused an alphabet of 22 consonants,which later influenced the LatinalphabetPLZZZZ HELP ASAP THIS IS PART OF A POST TEST Based on the tables below when do these two functions intersect? Complete the function table below for the function F(x) = 5x-7.X1 2 3 4FX)-2The numbers in the second row of the completed table make an arithmeticsequence.A. TrueB. False The road's got me rollin' 6 days a weekWhole lotta workin', not much sleepBut I love what I doYeah I know it's what I signed up forChasin' dreams from shore to shoreAnd even seeing some come trueBut now and thenI need to stop the spinnin' of the world, yeahAnd I need a little you time, you timeRed wine sippin' in a moonlightYour touch, your skinYour lips kissin' on me all nightI ain't tryin' to monopolizeYour 24/7, 365But sometimes I needJust a little bit of me andYou time, you time, you timeOhYou're up before that sun can riseClimbing mountains, changing livesBaby I love what you doYou bring a smile to every faceYou make this world a better placeYou light up every roomBut girl now don't cha knowSometimes I want you to myself with no one elseYou time, you timeRed wine sippin' in a moonlightYour touch, your skinYour lips kissin' on me all nightI ain't tryin' to monopolizeYour 24/7, 365But sometimes I needJust a little bit of me andYou time, you time, you timeYeah, you time, you time, you timeYeahBut now and thenI need to stop the spinnin' of the world, yeahI need a little you time, you timeRed wine sippin' in a moonlightYour touch, your skinYour lips kissin' on me all nightI ain't tryin' to monopolizeYour 24/7, 365But sometimes I needJust a little bit of me andYou time, you time, you timeYeah, you time, you time, you timeYeahJust me and youJust me and you, girl Write a short advertisement for a bar of soap, being as soothing as you can. Underline all the pleasantly connotative words you use. why do magnets move objects in different ways me pueden decir los tres generos en los que se divide el teatro plis please help due today!!!!! PLS HELP ASAP!!!!!after Muhammad's death, Islam spread throughout the world mostly due to:a. Christian leaders converting to Islamb. Muslim empires conquering new territoriesc. Sunni and Shiite leaders agreeing to united. Muslim pilgrims teaching their beliefs to others PLEASE ANSWER CORRECTLY! I WILL MARK BRAINLIEST! I really need an answer!Dashawn solves the following system of equations using the elimination method.3x4y=365x+2y=8What value does he correctly determine for x?Enter you answer in the box.x = Explain what contributes to an ecosystems stability? NEED THIS ASAP, ITS A FINAL!!! WILL MARK BRAINLIEST IF CORRECT.The following chart shows the amount of four different minerals found in lake water and in the cytoplasm of algae:Which mineral(s) did the algae uptake through active transport? Calcium and sodium Nitrogen and potassium Nitrogen only Potassium and sodium