- Table View
- List View
Time Series Analysis for the State-Space Model with R/Stan
by Junichiro HagiwaraThis book provides a comprehensive and concrete illustration of time series analysis focusing on the state-space model, which has recently attracted increasing attention in a broad range of fields. The major feature of the book lies in its consistent Bayesian treatment regarding whole combinations of batch and sequential solutions for linear Gaussian and general state-space models: MCMC and Kalman/particle filter. The reader is given insight on flexible modeling in modern time series analysis. The main topics of the book deal with the state-space model, covering extensively, from introductory and exploratory methods to the latest advanced topics such as real-time structural change detection. Additionally, a practical exercise using R/Stan based on real data promotes understanding and enhances the reader’s analytical capability.
Time Series Analysis on AWS: Learn how to build forecasting models and detect anomalies in your time series data
by Michael HoarauLeverage AWS AI/ML managed services to generate value from your time series dataKey FeaturesSolve modern time series analysis problems such as forecasting and anomaly detectionGain a solid understanding of AWS AI/ML managed services and apply them to your business problemsExplore different algorithms to build applications that leverage time series dataBook DescriptionBeing a business analyst and data scientist, you have to use many algorithms and approaches to prepare, process, and build ML-based applications by leveraging time series data, but you face common problems, such as not knowing which algorithm to choose or how to combine and interpret them. Amazon Web Services (AWS) provides numerous services to help you build applications fueled by artificial intelligence (AI) capabilities. This book helps you get to grips with three AWS AI/ML-managed services to enable you to deliver your desired business outcomes.The book begins with Amazon Forecast, where you'll discover how to use time series forecasting, leveraging sophisticated statistical and machine learning algorithms to deliver business outcomes accurately. You'll then learn to use Amazon Lookout for Equipment to build multivariate time series anomaly detection models geared toward industrial equipment and understand how it provides valuable insights to reinforce teams focused on predictive maintenance and predictive quality use cases. In the last chapters, you'll explore Amazon Lookout for Metrics, and automatically detect and diagnose outliers in your business and operational data.By the end of this AWS book, you'll have understood how to use the three AWS AI services effectively to perform time series analysis.What you will learnUnderstand how time series data differs from other types of dataExplore the key challenges that can be solved using time series dataForecast future values of business metrics using Amazon ForecastDetect anomalies and deliver forewarnings using Lookout for EquipmentDetect anomalies in business metrics using Amazon Lookout for MetricsVisualize your predictions to reduce the time to extract insightsWho this book is forIf you're a data analyst, business analyst, or data scientist looking to analyze time series data effectively for solving business problems, this is the book for you. Basic statistics knowledge is assumed, but no machine learning knowledge is necessary. Prior experience with time series data and how it relates to various business problems will help you get the most out of this book. This guide will also help machine learning practitioners find new ways to leverage their skills to build effective time series-based applications.
Time Series Analysis with Python Cookbook: Practical recipes for exploratory data analysis, data preparation, forecasting, and model evaluation
by Tarek A. AtwanPerform time series analysis and forecasting confidently with this Python code bank and reference manualKey FeaturesExplore forecasting and anomaly detection techniques using statistical, machine learning, and deep learning algorithmsLearn different techniques for evaluating, diagnosing, and optimizing your modelsWork with a variety of complex data with trends, multiple seasonal patterns, and irregularitiesBook DescriptionTime series data is everywhere, available at a high frequency and volume. It is complex and can contain noise, irregularities, and multiple patterns, making it crucial to be well-versed with the techniques covered in this book for data preparation, analysis, and forecasting. This book covers practical techniques for working with time series data, starting with ingesting time series data from various sources and formats, whether in private cloud storage, relational databases, non-relational databases, or specialized time series databases such as InfluxDB. Next, you'll learn strategies for handling missing data, dealing with time zones and custom business days, and detecting anomalies using intuitive statistical methods, followed by more advanced unsupervised ML models. The book will also explore forecasting using classical statistical models such as Holt-Winters, SARIMA, and VAR. The recipes will present practical techniques for handling non-stationary data, using power transforms, ACF and PACF plots, and decomposing time series data with multiple seasonal patterns. Later, you'll work with ML and DL models using TensorFlow and PyTorch. Finally, you'll learn how to evaluate, compare, optimize models, and more using the recipes covered in the book.What you will learnUnderstand what makes time series data different from other dataApply various imputation and interpolation strategies for missing dataImplement different models for univariate and multivariate time seriesUse different deep learning libraries such as TensorFlow, Keras, and PyTorchPlot interactive time series visualizations using hvPlotExplore state-space models and the unobserved components model (UCM)Detect anomalies using statistical and machine learning methodsForecast complex time series with multiple seasonal patternsWho this book is forThis book is for data analysts, business analysts, data scientists, data engineers, or Python developers who want practical Python recipes for time series analysis and forecasting techniques. Fundamental knowledge of Python programming is required. Although having a basic math and statistics background will be beneficial, it is not necessary. Prior experience working with time series data to solve business problems will also help you to better utilize and apply the different recipes in this book.
Time Series Clustering and Classification (Chapman & Hall/CRC Computer Science & Data Analysis)
by Elizabeth Ann Maharaj Pierpaolo D'Urso Jorge CaiadoThe beginning of the age of artificial intelligence and machine learning has created new challenges and opportunities for data analysts, statisticians, mathematicians, econometricians, computer scientists and many others. At the root of these techniques are algorithms and methods for clustering and classifying different types of large datasets, including time series data. Time Series Clustering and Classification includes relevant developments on observation-based, feature-based and model-based traditional and fuzzy clustering methods, feature-based and model-based classification methods, and machine learning methods. It presents a broad and self-contained overview of techniques for both researchers and students. Features Provides an overview of the methods and applications of pattern recognition of time series Covers a wide range of techniques, including unsupervised and supervised approaches Includes a range of real examples from medicine, finance, environmental science, and more R and MATLAB code, and relevant data sets are available on a supplementary website
Time Series Forecasting Using Generative AI: Leveraging AI for Precision Forecasting
by Banglore Vijay Vishwas Sri Ram Macharla"Time Series Forecasting Using Generative AI introduces readers to Generative Artificial Intelligence (Gen AI) in time series analysis, offering an essential exploration of cutting-edge forecasting methodologies." The book covers a wide range of topics, starting with an overview of Generative AI, where readers gain insights into the history and fundamentals of Gen AI with a brief introduction to large language models. The subsequent chapter explains practical applications, guiding readers through the implementation of diverse neural network architectures for time series analysis such as Multi-Layer Perceptrons (MLP), WaveNet, Temporal Convolutional Network (TCN), Bidirectional Temporal Convolutional Network (BiTCN), Recurrent Neural Networks (RNN), Long Short-Term Memory (LSTM), Deep AutoRegressive(DeepAR), and Neural Basis Expansion Analysis(NBEATS) using modern tools. Building on this foundation, the book introduces the power of Transformer architecture, exploring its variants such as Vanilla Transformers, Inverted Transformer (iTransformer), DLinear, NLinear, and Patch Time Series Transformer (PatchTST). Finally, The book delves into foundation models such as Time-LLM, Chronos, TimeGPT, Moirai, and TimesFM enabling readers to implement sophisticated forecasting models tailored to their specific needs. This book empowers readers with the knowledge and skills needed to leverage Gen AI for accurate and efficient time series forecasting. By providing a detailed exploration of advanced forecasting models and methodologies, this book enables practitioners to make informed decisions and drive business growth through data-driven insights. ● Understand the core history and applications of Gen AI and its potential to revolutionize time series forecasting. ● Learn to implement different neural network architectures such as MLP, WaveNet, TCN, BiTCN, RNN, LSTM, DeepAR, and NBEATS for time series forecasting. ● Discover the potential of Transformer architecture and its variants, such as Vanilla Transformers, iTransformer, DLinear, NLinear, and PatchTST, for time series forecasting. <span sty
Time Series Forecasting in Python
by Marco PeixeiroBuild predictive models from time-based patterns in your data. Master statistical models including new deep learning approaches for time series forecasting.In Time Series Forecasting in Python you will learn how to: Recognize a time series forecasting problem and build a performant predictive model Create univariate forecasting models that account for seasonal effects and external variables Build multivariate forecasting models to predict many time series at once Leverage large datasets by using deep learning for forecasting time series Automate the forecasting process Time Series Forecasting in Python teaches you to build powerful predictive models from time-based data. Every model you create is relevant, useful, and easy to implement with Python. You&’ll explore interesting real-world datasets like Google&’s daily stock price and economic data for the USA, quickly progressing from the basics to developing large-scale models that use deep learning tools like TensorFlow. About the technology You can predict the future—with a little help from Python, deep learning, and time series data! Time series forecasting is a technique for modeling time-centric data to identify upcoming events. New Python libraries and powerful deep learning tools make accurate time series forecasts easier than ever before. About the book Time Series Forecasting in Python teaches you how to get immediate, meaningful predictions from time-based data such as logs, customer analytics, and other event streams. In this accessible book, you&’ll learn statistical and deep learning methods for time series forecasting, fully demonstrated with annotated Python code. Develop your skills with projects like predicting the future volume of drug prescriptions, and you&’ll soon be ready to build your own accurate, insightful forecasts. What's inside Create models for seasonal effects and external variables Multivariate forecasting models to predict multiple time series Deep learning for large datasets Automate the forecasting process About the reader For data scientists familiar with Python and TensorFlow. About the author Marco Peixeiro is a seasoned data science instructor who has worked as a data scientist for one of Canada&’s largest banks. Table of Contents PART 1 TIME WAITS FOR NO ONE 1 Understanding time series forecasting 2 A naive prediction of the future 3 Going on a random walk PART 2 FORECASTING WITH STATISTICAL MODELS 4 Modeling a moving average process 5 Modeling an autoregressive process 6 Modeling complex time series 7 Forecasting non-stationary time series 8 Accounting for seasonality 9 Adding external variables to our model 10 Forecasting multiple time series 11 Capstone: Forecasting the number of antidiabetic drug prescriptions in Australia PART 3 LARGE-SCALE FORECASTING WITH DEEP LEARNING 12 Introducing deep learning for time series forecasting 13 Data windowing and creating baselines for deep learning 14 Baby steps with deep learning 15 Remembering the past with LSTM 16 Filtering a time series with CNN 17 Using predictions to make more predictions 18 Capstone: Forecasting the electric power consumption of a household PART 4 AUTOMATING FORECASTING AT SCALE 19 Automating time series forecasting with Prophet 20 Capstone: Forecasting the monthly average retail price of steak in Canada 21 Going above and beyond
Time and Causality across the Sciences
by Samantha KleinbergThis book, geared toward academic researchers and graduate students, brings together research on all facets of how time and causality relate across the sciences. Time is fundamental to how we perceive and reason about causes. It lets us immediately rule out the sound of a car crash as its cause. That a cause happens before its effect has been a core, and often unquestioned, part of how we describe causality. Research across disciplines shows that the relationship is much more complex than that. This book explores what that means for both the metaphysics and epistemology of causes - what they are and how we can find them. Across psychology, biology, and the social sciences, common themes emerge, suggesting that time plays a critical role in our understanding. The increasing availability of large time series datasets allows us to ask new questions about causality, necessitating new methods for modeling dynamic systems and incorporating mechanistic information into causal models.
Time for Learning: Top 10 Reasons Why Flipping the Classroom Can Change Education
by Kathleen P. FultonThe guide school leaders need to reap the rewards of education’s most exciting new trend. Flipping classrooms—using class time for hands-on learning and "off loading" the lecture portion of lessons to teacher-created videos or other technology presentations assigned as homework—is taking schools by storm. But like all hot trends, it is important to apply this innovation intelligently, especially at the system-wide level. This book makes a persuasive case to leaders for the potential benefits of flipping. Backed by powerful data and compelling anecdotes, this book covers: Data on positive student outcomes in terms of achievement and motivation How flipping gives teachers more time to work with students one-on-one and encourage peer learning Ways flipping can benefit teacher learning and collaboration Why flipping encourages students to take responsibility for their own learning How flipping engages students in 21st century skills Ways flipping is budget and resource-friendly With this book, you can take a major step towards the future of education, utilizing technology and advanced understanding of how students learn best. "Flipped classrooms empower teachers to engage students in deeper learning. This book gives readers ten reasons for joining forces to make this possibility a reality." —Tom Carroll, President National Commission on Teaching and America’s Future "I highly recommend this book for any educator interested in flipping the classroom to reinvent the learning process. The stories show how flipping is energizing teachers and students—with powerful results!" —Lisa Schmucki, Founder and CEO edweb.net
Time for Learning: Top 10 Reasons Why Flipping the Classroom Can Change Education
by Kathleen P. FultonThe guide school leaders need to reap the rewards of education’s most exciting new trend. Flipping classrooms—using class time for hands-on learning and "off loading" the lecture portion of lessons to teacher-created videos or other technology presentations assigned as homework—is taking schools by storm. But like all hot trends, it is important to apply this innovation intelligently, especially at the system-wide level. This book makes a persuasive case to leaders for the potential benefits of flipping. Backed by powerful data and compelling anecdotes, this book covers: Data on positive student outcomes in terms of achievement and motivation How flipping gives teachers more time to work with students one-on-one and encourage peer learning Ways flipping can benefit teacher learning and collaboration Why flipping encourages students to take responsibility for their own learning How flipping engages students in 21st century skills Ways flipping is budget and resource-friendly With this book, you can take a major step towards the future of education, utilizing technology and advanced understanding of how students learn best. "Flipped classrooms empower teachers to engage students in deeper learning. This book gives readers ten reasons for joining forces to make this possibility a reality." —Tom Carroll, President National Commission on Teaching and America’s Future "I highly recommend this book for any educator interested in flipping the classroom to reinvent the learning process. The stories show how flipping is energizing teachers and students—with powerful results!" —Lisa Schmucki, Founder and CEO edweb.net
Time-Domain Finite Element Methods for Maxwell's Equations in Metamaterials
by Jichun Li Yunqing HuangThe purpose of this book is to provide an up-to-date introduction to the time-domain finite element methods for Maxwell's equations involving metamaterials. Since the first successful construction of a metamaterial with both negative permittivity and permeability in 2000, the study of metamaterials has attracted significant attention from researchers across many disciplines. Thanks to enormous efforts on the part of engineers and physicists, metamaterials present great potential applications in antenna and radar design, sub-wavelength imaging, and invisibility cloak design. Hence the efficient simulation of electromagnetic phenomena in metamaterials has become a very important issue and is the subject of this book, in which various metamaterial modeling equations are introduced and justified mathematically. The development and practical implementation of edge finite element methods for metamaterial Maxwell's equations are the main focus of the book. The book finishes with some interesting simulations such as backward wave propagation and time-domain cloaking with metamaterials.
Time-Domain Signature Barcodes for Chipless-RFID and Sensing Applications (Lecture Notes in Electrical Engineering #647)
by Ferran Martín Cristian Herrojo Javier Mata-Contreras Ferran ParedesThis book presents an unconventional approach for implementing chipless radiofrequency identification (RFID) systems and related sensors. Contrary to most state-of-the-art chipless-RFID systems, the proposed approach is based on time domain and the tags are read through near field. The book discusses different aspects of these chipless-RFID systems, including tag and reader design, strategies to enhance the data density and capacity, tag programming and erasing, tag implementation in plastic and paper substrates, and synchronous tag reading, among others. A tolerance analysis and validation of the different systems, as well as prospective applications, are also included. The book also offers a comprehensive overview of the state-of-the-art in chipless-RFID technology, including a comparative analysis, which is extended also to chip-based RFID systems. Readers are expected to be familiar with RF/microwave engineering technology. Besides master’s and postgraduate students, the book is intended for researchers in the field of radiofrequency identification (RFID) technology, and may be of interest for engineers working in the areas of wireless communications, automatic identification, security, authentication, microwave and wireless sensors, as well as those dealing with internet of things (IoT) and smart systems.
Time-Frequency Analysis Techniques and their Applications
by Ram Bilas PachoriMost of the real-life signals are non-stationary in nature. The examples of such signals include biomedical signals, communication signals, speech, earthquake signals, vibration signals, etc. Time-frequency analysis plays an important role for extracting the meaningful information from these signals. The book presents time-frequency analysis methods together with their various applications. The basic concepts of signals and different ways of representing signals have been provided. The various time-frequency analysis techniques namely, short-time Fourier transform, wavelet transform, quadratic time-frequency transforms, advanced wavelet transforms, and adaptive time-frequency transforms have been explained. The fundamentals related to these methods are included. The various examples have been included in the book to explain the presented concepts effectively. The recently developed time-frequency analysis techniques such as, Fourier-Bessel series expansion-based methods, synchrosqueezed wavelet transform, tunable-Q wavelet transform, iterative eigenvalue decomposition of Hankel matrix, variational mode decomposition, Fourier decomposition method, etc. have been explained in the book. The numerous applications of time-frequency analysis techniques in various research areas have been demonstrated. This book covers basic concepts of signals, time-frequency analysis, and various conventional and advanced time-frequency analysis methods along with their applications. The set of problems included in the book will be helpful to gain an expertise in time-frequency analysis. The material presented in this book will be useful for students, academicians, and researchers to understand the fundamentals and applications related to time-frequency analysis.
Time-Predictable Architectures
by Sascha Uhrig Pascal Sainrat Christine RochangeBuilding computers that can be used to design embedded real-time systems is the subject of this title. Real-time embedded software requires increasingly higher performances. The authors therefore consider processors that implement advanced mechanisms such as pipelining, out-of-order execution, branch prediction, cache memories, multi-threading, multicorearchitectures, etc. The authors of this book investigate the timepredictability of such schemes.
Time-Space, Spiking Neural Networks and Brain-Inspired Artificial Intelligence (Springer Series on Bio- and Neurosystems #7)
by Nikola K. KasabovSpiking neural networks (SNN) are biologically inspired computational models that represent and process information internally as trains of spikes. This monograph book presents the classical theory and applications of SNN, including original author’s contribution to the area. The book introduces for the first time not only deep learning and deep knowledge representation in the human brain and in brain-inspired SNN, but takes that further to develop new types of AI systems, called in the book brain-inspired AI (BI-AI). BI-AI systems are illustrated on: cognitive brain data, including EEG, fMRI and DTI; audio-visual data; brain-computer interfaces; personalized modelling in bio-neuroinformatics; multisensory streaming data modelling in finance, environment and ecology; data compression; neuromorphic hardware implementation. Future directions, such as the integration of multiple modalities, such as quantum-, molecular- and brain information processing, is presented in the last chapter. The book is a research book for postgraduate students, researchers and practitioners across wider areas, including computer and information sciences, engineering, applied mathematics, bio- and neurosciences.
Time-Triggered Communication (Embedded Systems)
by Roman ObermaisserTime-Triggered Communication helps readers build an understanding of the conceptual foundation, operation, and application of time-triggered communication, which is widely used for embedded systems in a diverse range of industries. This book assembles contributions from experts that examine the differences and commonalities of the most significant protocols including: TTP, FlexRay, TTEthernet, SAFEbus, TTCAN, and LIN. Covering the spectrum, from low-cost time-triggered fieldbus networks to ultra-reliable time-triggered networks used for safety-critical applications, the authors illustrate the inherent benefits of time-triggered communication in terms of predictability, complexity management, fault-tolerance, and analytical dependability modeling, which are key aspects of safety-critical systems. Examples covered include FlexRay in cars, TTP in railway and avionic systems, and TTEthernet in aerospace applications. Illustrating key concepts based on real-world industrial applications, this book: Details the underlying concepts and principles of time-triggered communication Explores the properties of a time-triggered communication system, contrasting its strengths and weaknesses Focuses on the core algorithms applied in many systems, including those used for clock synchronization, startup, membership, and fault isolation Describes the protocols that incorporate presented algorithms Covers tooling requirements and solutions for system integration, including scheduling The information in this book is extremely useful to industry leaders who design and manufacture products with distributed embedded systems based on time-triggered communication. It also benefits suppliers of embedded components or development tools used in this area. As an educational tool, this material can be used to teach students and working professionals in areas including embedded systems, computer networks, system architectures, dependability, real-time systems, and automotive, avionics, and industrial control systems.
Time-dependent Problems in Imaging and Parameter Identification
by Thomas Schuster Barbara Kaltenbacher Anne WaldInverse problems such as imaging or parameter identification deal with the recovery of unknown quantities from indirect observations, connected via a model describing the underlying context. While traditionally inverse problems are formulated and investigated in a static setting, we observe a significant increase of interest in time-dependence in a growing number of important applications over the last few years. Here, time-dependence affects a) the unknown function to be recovered and / or b) the observed data and / or c) the underlying process. Challenging applications in the field of imaging and parameter identification are techniques such as photoacoustic tomography, elastography, dynamic computerized or emission tomography, dynamic magnetic resonance imaging, super-resolution in image sequences and videos, health monitoring of elastic structures, optical flow problems or magnetic particle imaging to name only a few. Such problems demand for innovation concerning their mathematical description and analysis as well as computational approaches for their solution.
Time-of-Flight and Structured Light Depth Cameras
by Pietro Zanuttigh Giulio Marin Carlo Dal Mutto Fabio Dominio Ludovico Minto Guido Maria CortelazzoThis book provides a comprehensive overview of the key technologies and applications related to new cameras that have brought 3D data acquisition to the mass market. It covers both the theoretical principles behind the acquisition devices and the practical implementation aspects of the computer vision algorithms needed for the various applications. Real data examples are used in order to show the performances of the various algorithms. The performance and limitations of the depth camera technology are explored, along with an extensive review of the most effective methods for addressing challenges in common applications. Applications covered in specific detail include scene segmentation, 3D scene reconstruction, human pose estimation and tracking and gesture recognition. This book offers students, practitioners and researchers the tools necessary to explore the potential uses of depth data in light of the expanding number of devices available for sale. It explores the impact of these devices on the rapidly growing field of depth-based computer vision.
Timing Jitter in Time-of-Flight Range Imaging Cameras
by Gehan AnthonysThis book explains how depth measurements from the Time-of-Flight (ToF) range imaging cameras are influenced by the electronic timing-jitter. The author presents jitter extraction and measurement techniques for any type of ToF range imaging cameras. The author mainly focuses on ToF cameras that are based on the amplitude modulated continuous wave (AMCW) lidar techniques that measure the phase difference between the emitted and reflected light signals. The book discusses timing-jitter in the emitted light signal, which is sensible since the light signal of the camera is relatively straightforward to access. The specific types of jitter that present on the light source signal are investigated throughout the book. The book is structured across three main sections: a brief literature review, jitter measurement, and jitter influence in AMCW ToF range imaging.
Timing Performance of Nanometer Digital Circuits Under Process Variations (Frontiers In Electronic Testing Ser. #39)
by Victor Champac Jose Garcia GervacioThis book discusses the digital design of integrated circuits under process variations, with a focus on design-time solutions. The authors describe a step-by-step methodology, going from logic gates to logic paths to the circuit level. Topics are presented in comprehensively, without overwhelming use of analytical formulations. Emphasis is placed on providing digital designers with understanding of the sources of process variations, their impact on circuit performance and tools for improving their designs to comply with product specifications. Various circuit-level “design hints” are highlighted, so that readers can use then to improve their designs. A special treatment is devoted to unique design issues and the impact of process variations on the performance of FinFET based circuits. This book enables readers to make optimal decisions at design time, toward more efficient circuits, with better yield and higher reliability.
Timing for Animation
by Tom SitoThe classic work on animation principles, now fully updated for the digital age.
Timing for Animation, 40th Anniversary Edition
by Harold Whitaker John HalasTiming for Animation has been one of the pillars of animation since it was first published in 1981. Now this 40th anniversary edition captures the focus of the original and enhances this new edition with fresh images, techniques, and advice from world-renowned animators. Not only does the text explore timing in traditional animation, but also timing in digital works. Vibrant illustrations and clear directions line the pages to help depict the various methods and procedures to bring your animation to life. Examples include timing for digital production, digital storyboarding in 2D, digital storyboarding in 3D, and the use of After Effects, as well as interactive games, television, animals, and more. Learn how animated scenes should be arranged in relation to each other, how much space should be used, and how long each drawing should be shown for maximum dramatic effect. All you need to breathe life into your animation is at your fingertips with Timing for Animation. Key Features: Fully revised and updated with modern examples and techniques Explores the fundamentals of timing, physics, and animation Perfect for the animation novice and the expert Get straight to the good stuff with simple, no-nonsense instruction on the key techniques like stretch and squash, animated cycles, overlapping, and anticipation. Trying to time weight, mood, and power can make or break an animation—get it right the first time with these tried and tested techniques. Authors Harold Whitaker was a BAFTA-nominated professional animator and educator for 40 years; many of his students number among today’s most outstanding animation artists. John Halas, known as "The father of British animation" and formerly of Halas & Batchelor Animation Studio, produced more than 2,000 animation films, including the legendary Animal Farm (1954) and the award-winning Dilemma (1981). He was also the founder and president of the International Animated Film Association (ASIFA) and former Chairman of the British Federation of Film Societies. Tom Sito is Professor of Animation at the University of Southern California and has written numerous books and articles on animation. Tom’s screen credits include Shrek (2001) and the Disney classics Who Framed Roger Rabbit (1988), The Little Mermaid (1989), Beauty and the Beast (1991), Aladdin (1992), and The Lion King (1994). In 1998, Tom was named by Animation Magazine as one of the 100 Most Important People in Animation.
Timmy's Monster Diary: Screen Time Stress (But I Tame It, Big Time) (Monster Diaries #2)
by Raun Melmed Annette SextonMeet Timmy, a lovable monster who can’t get enough of the coolest gadgets and video games. Too bad he doesn’t realize how much time he spends each day in front of a screen. In the same humorous spirit of Diary of a Wimpy Kid comes Timmy’s Monster Diary: Screen Time Stress. Using the “Time-Telling” and “ST4” techniques developed by Dr. Raun Melmed of the Melmed Center in Arizona, Timmy’s Monster Diary teaches kids how to self-monitor the amount of time they spend on technology. Timmy’s hilarious doodles and diary entries chronicle his delightful adventures, misadventures, and eventual triumph in a funny, relatable way. It’s the one book that kids will want to turn off the TV and read! Timmy’s Monster Diary also includes a resource section to help parents and teachers implement Dr. Melmed’s methods, plus ST4 reminders that kids can remove, color, and place around the house. Ages 6–12 Don’t miss Marvin’s ADHD adventures in Book 1.
Tiny Android Projects Using Kotlin
by Denis Panjuta Loveth NwokikeIn today’s fast-paced world, Android development is a rapidly evolving field that requires regular updates to keep up with the latest trends and technologies. Tiny Android Projects Using Kotlin is an excellent resource for developers who want to learn to build Android applications using the latest tools and frameworks. KEY FEATURES • Teaches building Android apps using Kotlin, XML, and Jetpack Compose • Includes saving data on the device using the Room database library • Teaches communication between an Android device and data on the internet using REST API • Shows how to create different Android menu navigations using Jetpack Compose • Introduces the most architectures used in Android Projects and implements MVVM With Kotlin being the most preferred language for Android development, this book provides a practical, hands-on approach to learning the language and building high-quality Android apps using Kotlin, XML, and Jetpack Compose.
Tiny C Projects
by Dan GookinLearn the big skills of C programming by creating bite-size projects! Work your way through these 15 fun and interesting tiny challenges to master essential C techniques you&’ll use in full-size applications.In Tiny C Projects you will learn how to: Create libraries of functions for handy use and re-use Process input through an I/O filter to generate customized output Use recursion to explore a directory tree and find duplicate files Develop AI for playing simple games Explore programming capabilities beyond the standard C library functions Evaluate and grow the potential of your programs Improve code to better serve users Tiny C Projects is an engaging collection of 15 small programming challenges! This fun read develops your C abilities with lighthearted games like tic-tac-toe, utilities like a useful calendar, and thought-provoking exercises like encoding and cyphers. Jokes and lighthearted humor make even complex ideas fun to learn. Each project is small enough to complete in a weekend, and encourages you to evolve your code, add new functions, and explore the full capabilities of C. About the technology The best way to gain programming skills is through hands-on projects—this book offers 15 of them. C is required knowledge for systems engineers, game developers, and roboticists, and you can start writing your own C programs today. Carefully selected projects cover all the core coding skills, including storing and modifying text, reading and writing files, searching your computer&’s directory system, and much more. About the book Tiny C Projects teaches C gradually, from project to project. Covering a variety of interesting cases, from timesaving tools, simple games, directory utilities, and more, each program you write starts out simple and gets more interesting as you add features. Watch your tiny projects grow into real applications and improve your C skills, step by step. What's inside Caesar cipher solver: Use an I/O filter to generate customized output Duplicate file finder: Use recursion to explore a directory tree Daily greetings: Writing the moon phase algorithm Lotto pics: Working with random numbers And 11 more fun projects! About the reader For C programmers of all skill levels. About the author Dan Gookin has over 30 years of experience writing about complex topics. His most famous work is DOS For Dummies, which established the entire For Dummies brand. Table of Contents 1 Configuration and setup 2 Daily greetings 3 NATO output 4 Caesarean cipher 5 Encoding and decoding 6 Password generators 7 String utilities 8 Unicode and wide characters 9 Hex dumper 10 Directory tree 11 File finder 12 Holiday detector 13 Calendar 14 Lotto picks 15 Tic-tac-toe
Tiny CSS Projects
by Martine Dowden Michael GearonCSS is a must-know language for all web developers. In this practical book, you&’ll explore numerous techniques to improve the way you write CSS as you build 12 tiny projects.In Tiny CSS Projects you&’ll build twelve exciting and useful web projects including: A loading screen created by styling SVG graphics A responsive newspaper layout with multiple columns Animating social media buttons with pseudo-elements Designing layouts using CSS grids Summary cards that utilize hover interactions Styling forms to make them more appealing to your users The projects may be tiny, but the CSS skills you&’ll learn are huge! Tiny CSS Projects teaches you how to make beautiful websites and applications by guiding you through a dozen fun coding challenges. You&’ll learn important skills through hands-on practice as you tinker with your own code and make real creative decisions about the projects you&’re building. You&’ll rapidly master the basics and then press on into CSS&’s exciting layout features including grid and flexbox, animations, transitions, and media queries. About the Technology Don&’t settle for boring web pages! With Cascading Style Sheets you can control color, layout, and typography to make your sites both functional and beautiful. CSS is a essential skill for web developers and designers. This book will help you get started the right way. About the Book Tiny CSS Projects builds your CSS skills by guiding you through 12 creative mini-projects. Each interesting challenge starts with a downloadable HTML skeleton. As you flesh it out with your own design ideas, you&’ll master CSS concepts like transitions, layout, and styling forms, and explore powerful features including Flexbox and Grid. All the skills you&’ll learn are easy to transfer to full-size applications. When you finish, you&’ll have an exciting portfolio of designs ready to go for your next project. What's Inside Transitions and animations using keyframes Layout techniques including Grid and Flexbox Styling form elements including radio buttons Embedding fonts and typography-related styles Conditional styling using pseudo-elements and media queries About the reader For readers who know the basics of HTML and frontend development. No previous experience with CSS is required. About the author Martine Dowden is an author, speaker, and award-winning CTO. Michael Gearon is a user experience designer and frontend developer who has worked with many well-known brands. Table of Contents 1 CSS introduction 2 Designing a layout using CSS Grid 3 Creating a responsive animated loading screen 4 Creating a responsive web newspaper layout 5 Summary cards with hover interactions 6 Creating a profile card 7 Harnessing the full power of float 8 Designing a checkout cart 9 Creating a virtual credit card 10 Styling forms 11 Animated social media share links 12 Using preprocessors