Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • MPI Ethno. Forsch.  (13)
  • FID-SKA-Digitalisate
  • Safari, an O’Reilly Media Company  (13)
  • [Erscheinungsort nicht ermittelbar] : Infinite Skills  (13)
  • Electronic videos ; local  (13)
Datasource
  • MPI Ethno. Forsch.  (13)
  • FID-SKA-Digitalisate
Material
Language
Years
Keywords
  • Electronic videos ; local  (13)
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This course provides an introduction to the field of reinforcement learning and the use of OpenAI Gym software. It details the terminology and core concepts of reinforcement learning, illustrates how OpenAI Gym software incorporates those core concepts, and shows you how to code solutions for reinforcement learning problems present in simple mazes and complex Atari games. Requirements include basic Python programming experience, basic math knowledge, familiarity with the Linux and Bash terminal, and an understanding of how to use Jupyter notebooks. Master the basic terminology, concepts, and uses of reinforcement learning Understand how to install and manage reinforcement learning software Learn about OpenAI Gym's API and how to use it to test reinforcement learning algorithms Discover how to determine if a problem is best solved with reinforcement learning Explore the code used to solve reinforcement learning problems in computer games Justin Francis runs Allisee Solutions, a machine learning training company based on Canada's West Coast. Justin is a frequent contributor to O'Reilly Media as the author of numerous articles on the topics of TensorFlow, reinforcement learning, and OpenAI Gym. A self-taught programmer, Justin holds certifications in machine learning, data science ethics, and Java programming.
    Note: Online resource; Title from title screen (viewed August 10, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: What do data scientists and analysts do? What software languages do they use and what soft and hard skills are required? Data science evangelist Tomi Mester answers these questions and more in this peek into the work world of data professionals. You'll get an introduction into how to use coding, statistics and business thinking for data projects. You’ll see a demonstration of data science's three essential languages (SQL, Python, and R). As you explore the types of business thinking that data professionals use, Tomi will show you the statistical tools and methods data scientists and analysts use in their jobs, and you'll learn about the pathways you can take to become a data scientist. Understand what data scientists and analysts do, how they work, and how they think Learn about the three data languages every data scientist and analyst must know Improve your ability to effectively communicate with data professionals Pick up tips on how you can get hands-on data science experience Discover how you can become a data analyst or data scientist Tomi Mester is a data analyst and researcher for iZettle, a financial technology company based in Stockholm, Sweden. An evangelist for the burgeoning field of data science and analytics, Tomi runs data36.com, a blog containing posts and tutorials about data science, AB-testing, online research, and data coding.
    Note: Online resource; Title from title screen (viewed July 5, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: How do software programs that automatically extract information from web pages actually work? This video course, based on content from the book "Mining the Social Web" (O'Reilly Media) by Matthew Russell, teaches you how to create machines that can navigate the internet, cut through the noise, and extract the most important textual content from any web page or group of web pages. You'll learn how to use Python to write programs that can crawl, scrape, and parse the web; as well as discover how to extract key terms and sentences from web mined documents, explore document summarization techniques used in natural language processing and artificial intelligence, and gain experience using Python’s Natural Language Toolkit (NLTK) to auto-summarize web articles. Learners should have a basic understanding of Python. Understand how helpful (and malicious) web bots crawl, parse, and index the web Learn how to scrape content, extract links, and parse information from web pages and blog feeds Discover how Python’s Natural Language Toolkit (NLTK) extracts and summarizes content After completing his PhD in astrophysics, Mikhail Klassen transitioned to data science and refined his expertise in data mining, data analysis, and machine learning. He's now the Chief Data Scientist for Paladin: Paradigm Knowledge Solutions in Montreal, where he combines data mining and artificial intelligence to deliver personalized training for the aerospace industry.
    Note: Online resource; Title from title screen (viewed September 14, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A link that underlines itself when you hover over it. A menu that flies in when you tap on a button. A word that gets bigger when you click it. These are just a few of the animation effects today's web developers employ to make a user interface (UI) more memorable, engaging, and fun. Designed for learners with a basic familiarity with CSS, HTML, and JavaScript, this course teaches you how to use CSS transitions, the tool that makes these types of animations possible. Understand the different ways to animate CSS property changes Learn how to control property changes caused by user interactions or by changes in code Explore cubic-bezier timing functions and transition syntax Understand the interplay between transitions and JavaScript Gain experience creating UI animations like smooth sliding menus and more Kirupa Chinnathambi has spent most of his life trying to teach others to love web development as much as he does. When he isn't writing on kirupa.com or talking about web development, he spends his waking hours helping make the web more awesome as a program manager with the web platform team at Microsoft. Kirupa holds a Bachelor's degree in computer science from MIT.
    Note: Online resource; Title from title screen (viewed July 25, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: CSS animations are pretty simple. They allow you to animate CSS properties by letting you specify what they will do at various points in time known as keyframes. In this video course designed for developers with a good understanding of CSS, HTML, and JavaScript, you'll learn about keyframes and how you can use them to create cool animations for web based user interfaces. Explore a series of keyframe animation techniques that make UI's more lively, interactive, and fun Understand how to animate CSS property changes and create elaborate pre-defined animations Learn the distinctions between CSS animations and CSS transitions Discover how to use animation to bring attention to a task a user needs to do Explore animation concepts and effects like text fades, sprites, IOS icon wobbles, parallax, and more Kirupa Chinnathambi has spent most of his life trying to teach others to love web development as much as he does. When he isn't writing on kirupa.com or talking about web development, he spends his waking hours helping make the web more awesome as a program manager with the web platform team at Microsoft. Kirupa holds a Bachelor's degree in computer science from MIT.
    Note: Online resource; Title from title screen (viewed July 18, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    ISBN: 9781771375863
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 20 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: How is it possible for a profitable company to not to have enough cash to operate? If you remove theft or other disasters from the equation, the most likely answer is: The business owner did not understand cash flow. In this video, Ken Boyd explains what cash flow means, how you manage it, the terms and ratios that successful investors use to measure it, and why it's just as important as profit in gauging a company's value. Along the way, you'll learn about statements of cash flow, aging of receivables, collections policies, methods of costing, turnover ratios, and capitalization. Gain an understanding of how to manage cash flow and why it's critical to business survival Explore the fundamental reasons why cash flow drives company value Learn about the statement of cash flow and how it relates to other financial statements See the interconnection between cash flow, accounts receivables, and inventory management Discover how cash flow and inventory management affect your ability to meet customer demand See how cash flow and effective accounts receivables policies keep businesses alive Understand the investor ratios that good business people use to monitor their cash Ken Boyd has over 30 years of experience helping companies create budgets, make decisions about long-term financing, and evaluate how to raise capital. Ken is a former Adjunct Professor at St. Louis University who creates books, podcasts, blogs, articles, and lectures on accounting and finance. He is author of the O'Reilly title Understanding an Income Statement as well as Cost Accounting for Dummies, The CPA Exam for Dummies, and 1,001 Accounting Questions for Dummies.
    Note: Online resource; Title from title screen (viewed July 21, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    ISBN: 9781771375870
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The first question any investor will ask of a business owner trying to raise cash is: What are you going to do with the cash once you raise it? The answer should be: It's right here in the company's budget. Budgets are a key component of any business plan, but too often they are neglected or rushed and not thorough enough. Bad budgeting can really hurt business development. In this video, Ken Boyd shows you how to create budgets that make sense to investors (and creditors) and provide you with the hard data you need to keep your business running successfully. Understand the direct link between effective budgeting and business success or failure Learn why a budget must be created before year-end and how it affects your financial statements Discover how to create a budget and the types of information a budget should contain See the basic formula derived from budgeting that's used to make pricing decisions Learn about the different costs contained in budgets: material, labor, and overhead Discover what budget variance analysis means and how successful managers use it Understand the distinctions between efficiency, rate, price, spending variances, and more Ken Boyd has over 30 years of experience helping companies create budgets, make decisions about long-term financing, and evaluate how to raise capital. Ken is a former Adjunct Professor at St. Louis University who creates books, podcasts, blogs, articles, and lectures on accounting and finance. He is author of the O'Reilly title Understanding an Income Statement as well as Cost Accounting for Dummies, The CPA Exam for Dummies, and 1,001 Accounting Questions for Dummies.
    Note: Online resource; Title from title screen (viewed July 22, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    ISBN: 9781771375849
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this Understanding an Income Statement training course, expert author Ken Boyd will teach you how to use the income statement to make business decisions. This course is designed for users that have a basic level of business knowledge. You will start by learning about terms, such as revenue, expenses, and net income. From there, Ken will teach you about cash basis versus accrual basis accounting. Finally, this video tutorial will teach you about net income versus cash flows, including sales and receivables, cash basis and accrual basis transactions, and cash flow forecasting. Once you have completed this computer based training course, you will have learned what an income statement is, how to read it, and how to use the income statement to make business decisions. Working files are included, allowing you to follow along with the author throughout the lessons.
    Note: Online resource; Title from title screen (viewed April 4, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    ISBN: 9781771375030
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this Jupyter Notebook for Data Science Teams training course, expert author Jonathan Whitmore will teach you about Jupyter Notebook extensions, widgets, and team sharing. This course is designed for data scientists who need to collaborate on projects. You will start by learning how to install and set up the Jupyter Notebook, as well as how to set up Git and GitHub accounts. From there, Jonathan will teach you about Jupyter Notebook features, including extensions, SQL Magic and Pandas, and interactive widgets. This video tutorial also covers how to share notebooks with a team. Finally, you will run through an example of using a single Git repository for a team data science project from start to finish. Once you have completed this computer based training course, you will have learned how to use Jupyter Notebook for data science teams.
    Note: Online resource; Title from title screen (viewed March 24, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    ISBN: 9781771373005
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this Learning to Program with Swift training course, expert author T. Michael Rogers will teach you how to program with Swift for iOS and Mac OS. This course is designed for beginner and experienced developers, and knowledge of Java, C#, or other modern languages is recommended. You will start with an introduction to Swift, including learning how to define constants and variables and learning about conditional statements and control flow statements. From there, Rogers will teach you about the Swift language features. This video tutorial will also cover Swift classes and inheritance, as well as enumerations, structures, generics, and operators. Finally, you will see Swift in action as you watch Rogers demonstrate a Master-Detail application. Once you have completed this computer based training course, you will be fully capable of using Swift’s modern features to program for iOS and Mac OS. Working files are included, allowing you to follow along with the author throughout the lessons.
    Note: Online resource; Title from title screen (viewed October 14, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    ISBN: 9781771372992
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this Learning Programming training course, expert author Brian Gorman teaches you everything you need to know to start programming. This course is designed for the absolute beginner, meaning no programming or coding experience is required. You will start by learning programming terms, such as statements, variables, parameters, and operators. From there, Brian will teach you programming concepts, including how to create a solution, assign and change variable values, and perform mathematical calculations. This video tutorial will also cover abstract programming concepts, such as procedural and functional programming, pseudocode, and flowcharting. This course includes a project that allows you to demonstrate some of the topics that have been discussed throughout the course. Once you have completed this computer based training course, you will have learned the programming basics. Working files are included, allowing you to follow along with the author throughout the lessons.
    Note: Online resource; Title from title screen (viewed October 10, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    ISBN: 9781771372978
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this Microsoft Windows Server 2012 Certification Training – Exam 70-414, expert author John Savill will teach you how to implement an advanced Windows Server environment, preparing you for the 70-414 exam. This course is designed for users that already have a basic knowledge of a Windows Server. You will start by learning how to manage an enterprise datacenter, then jump into learning how to implement a monitoring solution. From there, John will show you how to implement an update strategy, and design a configuration solution and an enterprise virtualization solution. This video tutorial will also cover planning a virtualization migration solution, designing a network management solution, designing a storage solution, and implementing the failover clustering feature. Other topics that are included are implementing network load balancing, architecting a business continuity and disaster recovery solution, and active directory rights management services. Once you have completed this computer based training course, you will be fully capable of implementing an advanced Windows Server. You will also have the knowledge necessary to complete the 70-414 Exam.
    Note: Online resource; Title from title screen (viewed October 8, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Infinite Skills | Boston, MA : Safari
    ISBN: 9781771370899
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this advanced AutoCAD 2014 training course, expert author Brian Benton builds on your basic AutoCAD knowledge, and teaches you more advanced concepts and complex ways to apply the tools available to you in this CAD software program from Autodesk. This tutorial is designed for AutoCAD users that already have a good working knowledge of the program, and is not for beginners. Brain jumps right into advanced AutoCAD topics such as tiled viewports and advanced navigation tools, Solids and Donuts, joining objects, working with object visibility and complex text features for annotation. You will learn how to start using Sheet Sets, how to utilize parametric constraints, and even how to use some basic 3D design modelling tools. This video tutorial for AutoCAD 2014 also covers Autodesk Cloud Services, file collaboration and file management, and much more. Once you have completed this advanced tutorial for AutoCAD 2014, you will have a solid grasp on how to work more efficiently. You will be able to use advanced drafting tools and methods, allowing you to create more accurate drawings, faster. Working files are included, allowing you to follow along with the author throughout the lessons.
    Note: Online resource; Title from title screen (viewed April 26, 2013)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...