Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between sound and unsound reasoning?

In terms of Artificial Intelligent and Logic Knowledge, What is the difference between sound and unsound reasoning?

Also, what kind of search Does ID3 algorithm use? Is it Breadth-first search?

Thanks

like image 355
leon Avatar asked Oct 28 '25 05:10

leon


1 Answers

Reasoning is sound if the premises are true and the conclusion can be drawn from just those premises. For example:

An answer upvote gets you 10 rep
Jack has 4 answer upvotes


Jack has 40 rep

is sound (ignoring other rep factors :) ). If it read:

An answer upvote gets you 50 rep
Jack has 4 answer upvotes


Jack has 200 rep

the reasoning would be valid, but not sound, because one of the premises is false

like image 86
Michael Mrozek Avatar answered Oct 31 '25 11:10

Michael Mrozek



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!