56 Results for : mooc

  • Thumbnail
    Hören Sie in diesem Audiomagazin alle Beiträge zum Schwerpunktthema "Lernen":Der Entwicklungshelfer,Ran an die Synapsen,Viele Wege führen in die IT,Die Katze schläft,Ihr macht das schon,Was will ich werden?Wie lernen Maschinen?Hilf mir, es selbst zu tun,Beobachten, variieren, messen, verstehen,Wie lernt man Spätburgunder?Wie lassen sich Mädchen für den Mathe-Unterricht begeistern?Kopf und Hand,Brauchen Jungen mehr männliche Vorbilder in der Schule?Kein Bock auf MOOC,Ist Studienabbruch ein Problem?Ein Unternehmen macht Schule,Gegen Windmühlen,Labor-Stadt,Theater statt Betriebswirtschaft!Manche sind schlau, manche dumm,Die automatisierte Schule,Es gab in Deutschland keine Vorbilder, die so aussahen wie ich.In deiner Audible-Bibliothek findest du für dieses Hörerlebnis eine PDF-Datei mit zusätzlichem Material. deutsch. Nina Schürmann, Petra Simon-Weiser, Michael Bideller. https://samples.audible.de/pe/brnd/170901/pe_brnd_170901_sample.mp3.
    • Shop: Audible
    • Price: 9.95 EUR excl. shipping
  • Thumbnail
    Massive Online Learning ab 23.99 € als Taschenbuch: A Topical Record of the MOOC Pansophy. Aus dem Bereich: Bücher, Taschenbücher, Wirtschaft & Soziales,
    • Shop: hugendubel
    • Price: 23.99 EUR excl. shipping
  • Thumbnail
    Imagine a platform where you can earn massive monthly income by simply creating online tutorial courses on any topic or niche of your choice, from making money online to WordPress tutorials, and market them to over five million students on the world's largest e-learning marketplace, popularly known as Udemy. Udemy, launched in 2010, is a paid MOOC (massive online open course) platform that allows practically anyone to create, publish, and earn money from an online course easily. You don't need to own a website or have a mailing list before you can start earning with Udemy, as it is a platform with an abundance of students who share a passion for learning and are willing to pay for it! Let's get started so you too can make money online with Udemy! ungekürzt. Language: English. Narrator: Steven Morgan. Audio sample: https://samples.audible.de/bk/acx0/036730/bk_acx0_036730_sample.mp3. Digital audiobook in aax.
    • Shop: Audible
    • Price: 9.95 EUR excl. shipping
  • Thumbnail
    Essential Information that Every Serious Programming Student Needs to Know about Algorithms and Data Structures A Classic Reference The latest version of Sedgewick's best-selling series, reflecting an indispensable body of knowledge developed over the past several decades. Broad Coverage Full treatment of data structures and algorithms for sorting, searching, graph processing, string processing, and geometric applications, including fifty algorithms every programmer should know. See www.cs.princeton.edu/algs4/top50 . Completely Revised Code New Java implementations written in an accessible, modular programming style, where all of the code is exposed to the reader and ready to use. New versions of quicksort, LZW compression, red-black tree search, RE pattern matching, and many other algorithms. Engages with Applications Algorithms are studied in the context of important scientific, engineering, and commercial applications. Clients and algorithms are expressed in real code, not the pseudo-code found in many other books. Intellectually Stimulating Engages reader interest with clear, concise text, detailed examples with visuals, carefully crafted code, historical and scientific context, and exercises at all levels. A Scientific Approach Develops precise statements about performance, supported by appropriate mathematical models and empirical studies validating those models. Integrated with the Web Visit www.cs.princeton.edu/algs4 for a freely accessible, comprehensive Web site, including text digests, program code, test data, programming projects, exercises, lecture slides, and other resources. Product Description This fourth edition of Robert Sedgewick and Kevin Wayne’s Algorithms is the leading textbook on algorithms today and is widely used in colleges and universities worldwide. This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use. The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts. The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu . The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants. Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience. Features + Benefits The #1 practical resource for everyone seeking to run programs faster or solve larger problems Surveys today's most useful algorithms, with copious illustrations and examples Contains many new examples, ranging from physics, biology, and engineering to data compression and web search Contains real (not pseudocode) implementations, with detailed performance insights A companion web site, algs4.cs.princeton.edu , with many more resources for instructors, including text digests, program code, test data, programming projects, exercises, lecture slides, and other resources Preface viii Chapter 1: Fundamentals 3 1.1 Basic Programming Model 8 1.2 Data Abstraction 64 1.3 Bags, Queues, and Stacks 120 1.4 Analysis of Algorithms 172 1.5 Case Study: Union-Find 216 Chapter 2: Sorting 243 2.1 Elementary Sorts 244 2.2 Mergesort 270 2.3 Quicksort 288 2.4 Priority Queues 308 2.5 Applications 336 Chapter 3: Searching 361 3.1 Symbol Tables 362 3.2 Binary Search Trees 396 3.3 Balanced Search Trees 424 3.4 Hash Tables 458 3.5 Applications 486 Chapter 4: Graphs 515 4.1 Undirected Graphs 518 4.2 Directed Graphs 566 4.3 Minimum Spanning Trees 604 4.4 Shortest Paths 638 Chapter 5: Strings 695 5.1 String Sorts 702 5.2 Tries 730 5.3 Substring Search 758 5.4 Regular Expressions 788 5.5 Data Compression 810 Chapter 6: Context 853 Index 933 List of Algorithms 954 List of Clients 955 This fourth edition of Robert Sedgewick and Kevin Wayne's Algorithms is one of the most popular textbooks on algorithms today and is widely used in colleges and universities worldwide. The algorithms in this book - including 50 algorithms every programmer should know - represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering and for students who use computation in the liberal arts. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The companion web site, algs4.cs.princeton.edu, contains:An online synopsisFull Java implementationsTest dataExercises and answersDynamic visualizationsLecture slidesProgramming assignments with checklistsLinks to related materialThe MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course, offered each fall and spring, offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their state-of-the-art textbook, online content, and MOOC, they have built a unique resource that greatly expands the breadth and depth of the educational experience.
    • Shop: buecher
    • Price: 52.99 EUR excl. shipping
  • Thumbnail
    Hören Sie in diesem Audiomagazin alle Beiträge zum Schwerpunktthema 'Lernen':Der Entwicklungshelfer,Ran an die Synapsen,Viele Wege führen in die IT,Die Katze schläft,Ihr macht das schon,Was will ich werden?Wie lernen Maschinen?Hilf mir, es selbst zu tun,Beobachten, variieren, messen, verstehen,Wie lernt man Spätburgunder?Wie lassen sich Mädchen für den Mathe-Unterricht begeistern?Kopf und Hand,Brauchen Jungen mehr männliche Vorbilder in der Schule?Kein Bock auf MOOC,Ist Studienabbruch ein Problem?Ein Unternehmen macht Schule,Gegen Windmühlen,Labor-Stadt,Theater statt Betriebswirtschaft!Manche sind schlau, manche dumm,Die automatisierte Schule,Es gab in Deutschland keine Vorbilder, die so aussahen wie ich.In deiner Audible-Bibliothek findest du für dieses Hörerlebnis eine PDF-Datei mit zusätzlichem Material.
    • Shop: Audible
    • Price: 7.95 EUR excl. shipping
  • Thumbnail
    No description.
    • Shop: buecher
    • Price: 61.99 EUR excl. shipping
  • Thumbnail
    Who needs a mountain of debt? Each year, the nation's top business schools are flooded with applications from people eager to pursue their MBA dreams. But those aspirations come at a steep price. According to U.S. News and World Report, the average debt load for graduates of NYU's Stern School of Business, MIT's Sloan School of Management, and other top business schools exceeds $100,000. Like most, author Laurie Pickard couldn't shoulder that. But she faced a dilemma: despite two degrees and a Peace Corps stint, she needed a business education to land her dream job in international development. She decided to take her education into her own hands, and found that some of those same prestigious business schools offer MOOCs (massive online open courses) for low or even no cost. By picking the right classes from the best schools, she gained the skills - without all the debt. In Don't Pay for Your MBA, Pickard shows self-starters, career changers, and budding entrepreneurs how to navigate the expanding universe of online education. Building on her popular No-Pay MBA blog, Pickard reveals how to: Define your goals and tailor a curriculum that works for you Master the language of business Build a strong network Choose a concentration and deepen your expertise Showcase your nontraditional education in a way that attracts offers Self-directed learning fills gaps in your training, positions you for promotions, and opens up new opportunities. Why pay exorbitant tuition when you can MOOC your way to success? ungekürzt. Language: English. Narrator: Marguerite Gavin. Audio sample: https://samples.audible.de/bk/gdan/002300/bk_gdan_002300_sample.mp3. Digital audiobook in aax.
    • Shop: Audible
    • Price: 9.95 EUR excl. shipping
  • Thumbnail
    No description.
    • Shop: buecher
    • Price: 61.99 EUR excl. shipping
  • Thumbnail
    No description.
    • Shop: buecher
    • Price: 61.99 EUR excl. shipping
  • Thumbnail
    No description.
    • Shop: buecher
    • Price: 61.99 EUR excl. shipping


Similar searches: