• ClipSaver
  • dtub.ru
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

Undecidable Problems: Reducibility (Part 2) | A Sample Reduction скачать в хорошем качестве

Undecidable Problems: Reducibility (Part 2) | A Sample Reduction 5 лет назад

скачать видео

скачать mp3

скачать mp4

поделиться

телефон с камерой

телефон с видео

бесплатно

загрузить,

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Undecidable Problems: Reducibility (Part 2) | A Sample Reduction
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: Undecidable Problems: Reducibility (Part 2) | A Sample Reduction в качестве 4k

У нас вы можете посмотреть бесплатно Undecidable Problems: Reducibility (Part 2) | A Sample Reduction или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон Undecidable Problems: Reducibility (Part 2) | A Sample Reduction в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



Undecidable Problems: Reducibility (Part 2) | A Sample Reduction

To show that the Truth Problem is undecidable, we reduce the Halting Problem to the Truth Problem. In this video, we show the complete reduction. Also, if you use Michael Sipser's Introduction to the Theory of Computation textbook, then the Truth Problem is actually A_TM (defined in chapter 4.2 on page 174 in the 2nd edition). Here is the proof and reduction in writing (I use 'machine' below, but 'program' means the same thing): Truth Problem: "Can we build a machine that determines if another machine returns true?" Halting Problem: "Can we build a machine that determines if another machine halts?" ***** PROOF ***** Suppose T decides the Truth Problem. We define H as follows: Let H = "On input ❮M❯, where M is a machine: 1. Run T on input ❮M❯. 2. If T returns true, return true and exit. If T returns false, continue to step 3. 3. Construct M’ as follows: M’ = “On input y: 1. Run machine M on y. 2. If M returns true, return false and exit. If M returns false, return true and exit.” 4. Run T on ❮M'❯ and return what T returns. If T decides the Truth Problem, then H decides the Halting Problem. But this contradicts the fact that the Halting Problem is undecidable. Therefore, the Truth Problem is undecidable. ***** END PROOF ***** Note: In step 3 of the proof above, I said in the video that we change input ❮M❯. However, in a formal proof, we simply construct a new machine that returns the opposite of what M returns. To summarize reductions: 1. We can use reductions to show that a problem is unsolvable or undecidable. 2. If problem A reduces to problem B, and problem A is undecidable, then problem B must be undecidable. However, if problem B is decidable, then problem A is decidable. 3. To prove that a problem is unsolvable through a reduction: i. Find another unsolvable problem A. ii. Claim that you can reduce problem A to the problem you are trying to show is unsolvable. iii. Show the complete reduction. iv. State that the reduction results in a contradiction, since the problem A cannot be solved. ____________________ Additional resources:    • Undecidable Problems: Reducibility (Part 1...   Previous video (part 1) on reductions.    • The Halting Problem: The Unsolvable Problem   My previous video on the Halting Problem, a well known undecidable problem. Michael Sipser. 2006. Introduction to the Theory of Computation (2nd. ed.). International Thomson Publishing. The main source of my Theory of Computation knowledge (a textbook). Read Chapter 5: Reducibility to learn more about reducibility and how a formal proof would look like. _____________________ And as always, this video project could not have been done without the support and guidance of Audrey St. John at Mount Holyoke College, a truly incredible professor-mentor-human.

Comments
  • Undecidable Problems: Reducibility (Part 1) | What are Reductions? 5 лет назад
    Undecidable Problems: Reducibility (Part 1) | What are Reductions?
    Опубликовано: 5 лет назад
  • Граница вычислений 2 года назад
    Граница вычислений
    Опубликовано: 2 года назад
  • The Halting Problem: The Unsolvable Problem 5 лет назад
    The Halting Problem: The Unsolvable Problem
    Опубликовано: 5 лет назад
  • Что такое сокращение за полиномиальное время? (NP-Hard + NP-complete) 4 года назад
    Что такое сокращение за полиномиальное время? (NP-Hard + NP-complete)
    Опубликовано: 4 года назад
  • Доказательство того, что компьютеры не могут делать всё (Проблема остановки) 12 лет назад
    Доказательство того, что компьютеры не могут делать всё (Проблема остановки)
    Опубликовано: 12 лет назад
  • Turing & The Halting Problem - Computerphile 11 лет назад
    Turing & The Halting Problem - Computerphile
    Опубликовано: 11 лет назад
  • Понимание проблемы остановки 2 года назад
    Понимание проблемы остановки
    Опубликовано: 2 года назад
  • Theory of Computation
    Theory of Computation
    Опубликовано:
  • What is the Pumping Lemma 5 лет назад
    What is the Pumping Lemma
    Опубликовано: 5 лет назад
  • Объяснение NP-полной задачи (теорема Кука-Левина) 7 лет назад
    Объяснение NP-полной задачи (теорема Кука-Левина)
    Опубликовано: 7 лет назад
  • 8. Undecidability 4 года назад
    8. Undecidability
    Опубликовано: 4 года назад
  • But what are Hamming codes? The origin of error correction 5 лет назад
    But what are Hamming codes? The origin of error correction
    Опубликовано: 5 лет назад
  • Lecture 41/65: Halting Problem: A Proof by Reduction 11 лет назад
    Lecture 41/65: Halting Problem: A Proof by Reduction
    Опубликовано: 11 лет назад
  • Пустота для машин Тьюринга неразрешима 5 лет назад
    Пустота для машин Тьюринга неразрешима
    Опубликовано: 5 лет назад
  • Math's Fundamental Flaw 4 года назад
    Math's Fundamental Flaw
    Опубликовано: 4 года назад
  • Lecture 40/65: Reducibility: A Technique for Proving Undecidability 11 лет назад
    Lecture 40/65: Reducibility: A Technique for Proving Undecidability
    Опубликовано: 11 лет назад
  • Беззубчатые шестерни развивают гораздо больший крутящий момент, чем обычные, вот почему. Циклоида... 3 недели назад
    Беззубчатые шестерни развивают гораздо больший крутящий момент, чем обычные, вот почему. Циклоида...
    Опубликовано: 3 недели назад
  • Impossible Programs (The Halting Problem) 9 лет назад
    Impossible Programs (The Halting Problem)
    Опубликовано: 9 лет назад
  • Точная формула для простых чисел: формула Вилланса 3 года назад
    Точная формула для простых чисел: формула Вилланса
    Опубликовано: 3 года назад
  • Halting Problem - Blank Tape Problem - Reducibility - Decidability 13 лет назад
    Halting Problem - Blank Tape Problem - Reducibility - Decidability
    Опубликовано: 13 лет назад

Контактный email для правообладателей: u2beadvert@gmail.com © 2017 - 2026

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS



Карта сайта 1 Карта сайта 2 Карта сайта 3 Карта сайта 4 Карта сайта 5