Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Coursera - Automata Theory  (Stanford University) Vote_lcapCoursera - Automata Theory  (Stanford University) Voting_barCoursera - Automata Theory  (Stanford University) Vote_rcap 
tano1221
Coursera - Automata Theory  (Stanford University) Vote_lcapCoursera - Automata Theory  (Stanford University) Voting_barCoursera - Automata Theory  (Stanford University) Vote_rcap 
ПΣӨƧӨFƬ
Coursera - Automata Theory  (Stanford University) Vote_lcapCoursera - Automata Theory  (Stanford University) Voting_barCoursera - Automata Theory  (Stanford University) Vote_rcap 
大†Shinegumi†大
Coursera - Automata Theory  (Stanford University) Vote_lcapCoursera - Automata Theory  (Stanford University) Voting_barCoursera - Automata Theory  (Stanford University) Vote_rcap 
Engh3
Coursera - Automata Theory  (Stanford University) Vote_lcapCoursera - Automata Theory  (Stanford University) Voting_barCoursera - Automata Theory  (Stanford University) Vote_rcap 
ℛeℙ@¢ᴋ€r
Coursera - Automata Theory  (Stanford University) Vote_lcapCoursera - Automata Theory  (Stanford University) Voting_barCoursera - Automata Theory  (Stanford University) Vote_rcap 
ronaldinho424
Coursera - Automata Theory  (Stanford University) Vote_lcapCoursera - Automata Theory  (Stanford University) Voting_barCoursera - Automata Theory  (Stanford University) Vote_rcap 
smack
Coursera - Automata Theory  (Stanford University) Vote_lcapCoursera - Automata Theory  (Stanford University) Voting_barCoursera - Automata Theory  (Stanford University) Vote_rcap 
Junio 2024
LunMarMiérJueVieSábDom
     12
3456789
10111213141516
17181920212223
24252627282930
CalendarioCalendario
Últimos temas
» CyberLink ColorDirector Ultra 2024 v12.6.4225.0 (x64) Multilingual
Coursera - Automata Theory  (Stanford University) EmptyAyer a las 9:42 pm por ℛeℙ@¢ᴋ€r

» Office Timeline Plus / Pro / Pro+8.01.03.00
Coursera - Automata Theory  (Stanford University) EmptyAyer a las 9:38 pm por ℛeℙ@¢ᴋ€r

» CyberLink AudioDirector Ultra 2024 v14.6.4225.0 (x64) Multilingual
Coursera - Automata Theory  (Stanford University) EmptyAyer a las 9:36 pm por ℛeℙ@¢ᴋ€r

» JRiver Media Center 32.0.58 Multilingual
Coursera - Automata Theory  (Stanford University) EmptyAyer a las 9:34 pm por ℛeℙ@¢ᴋ€r

» VideoProc Converter AI 7.1 Multilingual x64
Coursera - Automata Theory  (Stanford University) EmptyAyer a las 6:32 pm por 大†Shinegumi†大

» Iperius Backup Full 8.2.3 Multilingual
Coursera - Automata Theory  (Stanford University) EmptyAyer a las 6:30 pm por 大†Shinegumi†大

» Office Timeline Plus / Pro / Pro+8.01.03.00
Coursera - Automata Theory  (Stanford University) EmptyAyer a las 6:20 pm por ПΣӨƧӨFƬ

» SoundMate v1.0.1.0 (x64) Multilingual
Coursera - Automata Theory  (Stanford University) EmptyAyer a las 1:33 pm por ПΣӨƧӨFƬ

» KMS Tools Portable by Ratiborus 27_06_2024 [Multi/Ru]
Coursera - Automata Theory  (Stanford University) EmptyAyer a las 1:24 pm por ronaldinho424

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Coursera - Automata Theory (Stanford University)

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
Invitado
Invitado



Coursera - Automata Theory  (Stanford University) Empty
MensajeTema: Coursera - Automata Theory (Stanford University)   Coursera - Automata Theory  (Stanford University) EmptyJue Jul 25, 2019 7:58 am

Coursera - Automata Theory  (Stanford University) 1907251441320107
Coursera - Automata Theory (Stanford University)
WEBRip | English | MP4 + PDF Slides | 960 x 540 | AVC ~40.8 kbps | 29.970 fps
AAC | 128 Kbps | 44.1 KHz | 2 channels | Subs: English | ~ 12 hours | 835 MB
Genre: eLearning Video / Science, Algorithms, Math
I am pleased to be able to offer free over the Internet a course on Automata Theory, based on the material I have taught periodically at Stanford in the course CS154. Participants have access to screencast lecture videos, are given quiz questions, assignments and exams, receive regular feedback on progress, and can participate in a discussion forum. Those who successfully complete the course will receive a statement of accomplishment. You will need a decent Internet connection for accessing course materials, but should be able to watch the videos on your smartphone.

The course covers four broad areas: (1) Finite automata and regular expressions, (2) Context-free grammars, (3) Turing machines and decidability, and (4) the theory of intractability, or NP-complete problems.

Why Study Automata Theory?

This subject is not just for those planning to enter the field of complexity theory, although it is a good place to start if that is your goal. Rather, the course will emphasize those aspects of the theory that people really use in practice. Finite automata, regular expressions, and context-free grammars are ideas that have stood the test of time. They are essential tools for compilers. But more importantly, they are used in many systems that require input that is less general than a full programming language yet more complex than "push this button."

The concepts of undecidable problems and intractable problems serve a different purpose. Undecidable problems are those for which no computer solution can ever exist, while intractable problems are those for which there is strong evidence that, although they can be solved by a computer, they cannot be solved sufficiently fast that the solution is truly useful in practice. Understanding this theory, and in particular being able to prove that a problem you are facing belongs to one of these classes, allows you to justify taking another approach - simplifying the problem or writing code to approximate the solution, for example.

During the course, I'm going to prove a number of things. The purpose of these proofs is not to torture you or confuse you. Neither are the proofs there because I doubt you would believe me were I merely to state some well-known fact. Rather, understanding how these proofs, especially inductive proofs, work, lets you think more clearly about your own work. I do not advocate proofs that programs are correct, but whenever you attempt something a bit complex, it is good to have in mind the inductive proofs that would be needed to guarantee that what you are doing really works in all cases.

Syllabus
Week 1: Finite Automata
Week 2: Regular Expressions and Properties of Regular Languages
Week 3: Context-Free Grammars and Languages
Week 4: Properties of Context-Free Languages, plus introduction to Turing Machines
Week 5: Turing Machines and Undecidability
Week 6: Intractable Problems (NP-Completeness)

Taught by Jeffrey Ullman

General
Complete name : 03_11._Normal_forms_for_context-free_grammars_27_min.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
File size : 34.8 MiB
Duration : 27 min 26 s
Overall bit rate : 177 kb/s
Writing application : Lavf55.19.104

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L3.1
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, RefFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 27 min 26 s
Bit rate : 40.8 kb/s
Width : 960 pixels
Height : 540 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 (29970/1000) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.003
Stream size : 8.01 MiB (23%)
Writing library : x264 core 138
Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x1:0x111 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=28.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English

Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : mp4a-40-2
Duration : 27 min 26 s
Bit rate mode : Constant
Bit rate : 128 kb/s
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 kHz
Frame rate : 43.066 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 25.1 MiB (72%)
Language : English
Default : Yes
Alternate group : 1

Screenshots

Coursera - Automata Theory  (Stanford University) 1907251441330107
Coursera - Automata Theory  (Stanford University) 1907251441350105
Coursera - Automata Theory  (Stanford University) 1907251441360108

Download link:
Citación :
rapidgator_net:
https://rapidgator.net/file/ec608bc2e25e6f1b5a7ed7828719f047/k19eg.Coursera..Automata.Theory.Stanford.University.part01.rar.html
https://rapidgator.net/file/9ef0e0e3887027ccd5ebe4c2c0ab644c/k19eg.Coursera..Automata.Theory.Stanford.University.part02.rar.html
https://rapidgator.net/file/2ebec75616640c5bdd5d006b5ae74727/k19eg.Coursera..Automata.Theory.Stanford.University.part03.rar.html
https://rapidgator.net/file/bfabdafd1d172ddefb3f6e832f125b5a/k19eg.Coursera..Automata.Theory.Stanford.University.part04.rar.html
https://rapidgator.net/file/c433224774bbbd041c18912445dfa236/k19eg.Coursera..Automata.Theory.Stanford.University.part05.rar.html
https://rapidgator.net/file/9d534009beb17402fa2f1a54770f30e2/k19eg.Coursera..Automata.Theory.Stanford.University.part06.rar.html
https://rapidgator.net/file/4ac744301a0145c4a6f142bb5bd545b5/k19eg.Coursera..Automata.Theory.Stanford.University.part07.rar.html
https://rapidgator.net/file/d1c5597b23a272a541579211c4e61806/k19eg.Coursera..Automata.Theory.Stanford.University.part08.rar.html
https://rapidgator.net/file/8fc653a095abeb1621942ebc31df715f/k19eg.Coursera..Automata.Theory.Stanford.University.part09.rar.html

nitroflare_com:
http://nitroflare.com/view/A6FE2D5523298B6/k19eg.Coursera..Automata.Theory.Stanford.University.part01.rar
http://nitroflare.com/view/3ACC6F6B194602B/k19eg.Coursera..Automata.Theory.Stanford.University.part02.rar
http://nitroflare.com/view/019AB421C362FFB/k19eg.Coursera..Automata.Theory.Stanford.University.part03.rar
http://nitroflare.com/view/81C0BC42AD190C3/k19eg.Coursera..Automata.Theory.Stanford.University.part04.rar
http://nitroflare.com/view/838C6BC949E563C/k19eg.Coursera..Automata.Theory.Stanford.University.part05.rar
http://nitroflare.com/view/537D8DCF00DDAFF/k19eg.Coursera..Automata.Theory.Stanford.University.part06.rar
http://nitroflare.com/view/EF41F362518076D/k19eg.Coursera..Automata.Theory.Stanford.University.part07.rar
http://nitroflare.com/view/505070C2E2C6715/k19eg.Coursera..Automata.Theory.Stanford.University.part08.rar
http://nitroflare.com/view/CE722540789F29B/k19eg.Coursera..Automata.Theory.Stanford.University.part09.rar

uploadgig_com:
https://uploadgig.com/file/download/62f9a110a56cb9af/k19eg.Coursera..Automata.Theory.Stanford.University.part01.rar
https://uploadgig.com/file/download/F99dACef1ea80122/k19eg.Coursera..Automata.Theory.Stanford.University.part02.rar
https://uploadgig.com/file/download/4d6A3e71f57e1d93/k19eg.Coursera..Automata.Theory.Stanford.University.part03.rar
https://uploadgig.com/file/download/9bE04db17069ac15/k19eg.Coursera..Automata.Theory.Stanford.University.part04.rar
https://uploadgig.com/file/download/16cE52a04Fa798e4/k19eg.Coursera..Automata.Theory.Stanford.University.part05.rar
https://uploadgig.com/file/download/9A9E2440Cd8d8ea2/k19eg.Coursera..Automata.Theory.Stanford.University.part06.rar
https://uploadgig.com/file/download/0A2f1000b4C88c18/k19eg.Coursera..Automata.Theory.Stanford.University.part07.rar
https://uploadgig.com/file/download/e9160E521A3cdEf4/k19eg.Coursera..Automata.Theory.Stanford.University.part08.rar
https://uploadgig.com/file/download/8a732a9Cd90Ad8fd/k19eg.Coursera..Automata.Theory.Stanford.University.part09.rar

Links are Interchangeable - No Password - Single Extraction
Volver arriba Ir abajo
 

Coursera - Automata Theory (Stanford University)

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Coursera - Game Theory (Stanford University & The University of British Columbia)
» Coursera - Stanford Introduction to Food and Health by Stanford University
» Coursera - Compilers (Stanford University)
» Coursera - Introduction to Logic (Stanford University)
» Coursera - Machine Learning (Stanford University)

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-