Author: Ed C. Mercado
Publisher: CRC Press
ISBN: 0849383277
Category : Business & Economics
Languages : en
Pages : 130
Book Description
Using a clear, organized, and accessible building block approach to managing inventory, this volume offers complete coverage of the basic concepts, calculations, and techniques of inventory. These fundamental techniques, which can be easily applied to handle problems in the workplace, are used to demonstrate current concepts such as lean principles and continuous improvement. Numerous case studies from a variety of industries are provided to illustrate concepts. Additional topics presented include types of inventory, inventory transactions, bills of materials, planning and replenishment, storage and physical control, and supply chain management and technology.
Hands-On Inventory Management
Author: Ed C. Mercado
Publisher: CRC Press
ISBN: 0849383277
Category : Business & Economics
Languages : en
Pages : 130
Book Description
Using a clear, organized, and accessible building block approach to managing inventory, this volume offers complete coverage of the basic concepts, calculations, and techniques of inventory. These fundamental techniques, which can be easily applied to handle problems in the workplace, are used to demonstrate current concepts such as lean principles and continuous improvement. Numerous case studies from a variety of industries are provided to illustrate concepts. Additional topics presented include types of inventory, inventory transactions, bills of materials, planning and replenishment, storage and physical control, and supply chain management and technology.
Publisher: CRC Press
ISBN: 0849383277
Category : Business & Economics
Languages : en
Pages : 130
Book Description
Using a clear, organized, and accessible building block approach to managing inventory, this volume offers complete coverage of the basic concepts, calculations, and techniques of inventory. These fundamental techniques, which can be easily applied to handle problems in the workplace, are used to demonstrate current concepts such as lean principles and continuous improvement. Numerous case studies from a variety of industries are provided to illustrate concepts. Additional topics presented include types of inventory, inventory transactions, bills of materials, planning and replenishment, storage and physical control, and supply chain management and technology.
Essentials of Inventory Management
Author: Max Muller
Publisher: AMACOM Div American Mgmt Assn
ISBN: 0814416551
Category : Business & Economics
Languages : en
Pages : 272
Book Description
Does inventory management sometimes feel like a waste of time? Learn how to maximize your inventory management process to use it as a tool for making important business decisions.
Publisher: AMACOM Div American Mgmt Assn
ISBN: 0814416551
Category : Business & Economics
Languages : en
Pages : 272
Book Description
Does inventory management sometimes feel like a waste of time? Learn how to maximize your inventory management process to use it as a tool for making important business decisions.
Inventory Management
Author: Geoff Relph
Publisher: Kogan Page Publishers
ISBN: 074947369X
Category : Business & Economics
Languages : en
Pages : 280
Book Description
Effective inventory management can increase revenue, reduce costs, and improve cash flows. Endorsed by Institute of Operations Management and CILT, Inventory Management shows managers how to take control of their inventory system and ensure operations run smoothly. Looking beyond the complexity and theory of inventory management, Geoff Relph and Catherine Milner focus on the most important decisions managers need to make when managing inventory. They examine how inventory management should work, how to control it, and how to balance it, through their use of revolutionary k-curve methodology. They include case studies from various industries, looking at inventory management in diverse areas such as supermarkets and aerospace. Online resources include an appendix of figures, a chapter breakdown of figures and a bonus chapter about the supporting materials.
Publisher: Kogan Page Publishers
ISBN: 074947369X
Category : Business & Economics
Languages : en
Pages : 280
Book Description
Effective inventory management can increase revenue, reduce costs, and improve cash flows. Endorsed by Institute of Operations Management and CILT, Inventory Management shows managers how to take control of their inventory system and ensure operations run smoothly. Looking beyond the complexity and theory of inventory management, Geoff Relph and Catherine Milner focus on the most important decisions managers need to make when managing inventory. They examine how inventory management should work, how to control it, and how to balance it, through their use of revolutionary k-curve methodology. They include case studies from various industries, looking at inventory management in diverse areas such as supermarkets and aerospace. Online resources include an appendix of figures, a chapter breakdown of figures and a bonus chapter about the supporting materials.
Inventory Analytics
Author: Roberto Rossi
Publisher: Open Book Publishers
ISBN: 180064177X
Category : Business & Economics
Languages : en
Pages : 184
Book Description
Inventory Analytics provides a comprehensive and accessible introduction to the theory and practice of inventory control – a significant research area central to supply chain planning. The book outlines the foundations of inventory systems and surveys prescriptive analytics models for deterministic inventory control. It further discusses predictive analytics techniques for demand forecasting in inventory control and also examines prescriptive analytics models for stochastic inventory control. Inventory Analytics is the first book of its kind to adopt a practicable, Python-driven approach to illustrating theories and concepts via computational examples, with each model covered in the book accompanied by its Python code. Originating as a collection of self-contained lectures, Inventory Analytics will be an indispensable resource for practitioners, researchers, teachers, and students alike.
Publisher: Open Book Publishers
ISBN: 180064177X
Category : Business & Economics
Languages : en
Pages : 184
Book Description
Inventory Analytics provides a comprehensive and accessible introduction to the theory and practice of inventory control – a significant research area central to supply chain planning. The book outlines the foundations of inventory systems and surveys prescriptive analytics models for deterministic inventory control. It further discusses predictive analytics techniques for demand forecasting in inventory control and also examines prescriptive analytics models for stochastic inventory control. Inventory Analytics is the first book of its kind to adopt a practicable, Python-driven approach to illustrating theories and concepts via computational examples, with each model covered in the book accompanied by its Python code. Originating as a collection of self-contained lectures, Inventory Analytics will be an indispensable resource for practitioners, researchers, teachers, and students alike.
Hands-On Reinforcement Learning with Python
Author: Sudharsan Ravichandiran
Publisher: Packt Publishing Ltd
ISBN: 178883691X
Category : Computers
Languages : en
Pages : 309
Book Description
A hands-on guide enriched with examples to master deep reinforcement learning algorithms with Python Key Features Your entry point into the world of artificial intelligence using the power of Python An example-rich guide to master various RL and DRL algorithms Explore various state-of-the-art architectures along with math Book Description Reinforcement Learning (RL) is the trending and most promising branch of artificial intelligence. Hands-On Reinforcement learning with Python will help you master not only the basic reinforcement learning algorithms but also the advanced deep reinforcement learning algorithms. The book starts with an introduction to Reinforcement Learning followed by OpenAI Gym, and TensorFlow. You will then explore various RL algorithms and concepts, such as Markov Decision Process, Monte Carlo methods, and dynamic programming, including value and policy iteration. This example-rich guide will introduce you to deep reinforcement learning algorithms, such as Dueling DQN, DRQN, A3C, PPO, and TRPO. You will also learn about imagination-augmented agents, learning from human preference, DQfD, HER, and many more of the recent advancements in reinforcement learning. By the end of the book, you will have all the knowledge and experience needed to implement reinforcement learning and deep reinforcement learning in your projects, and you will be all set to enter the world of artificial intelligence. What you will learn Understand the basics of reinforcement learning methods, algorithms, and elements Train an agent to walk using OpenAI Gym and Tensorflow Understand the Markov Decision Process, Bellman’s optimality, and TD learning Solve multi-armed-bandit problems using various algorithms Master deep learning algorithms, such as RNN, LSTM, and CNN with applications Build intelligent agents using the DRQN algorithm to play the Doom game Teach agents to play the Lunar Lander game using DDPG Train an agent to win a car racing game using dueling DQN Who this book is for If you’re a machine learning developer or deep learning enthusiast interested in artificial intelligence and want to learn about reinforcement learning from scratch, this book is for you. Some knowledge of linear algebra, calculus, and the Python programming language will help you understand the concepts covered in this book.
Publisher: Packt Publishing Ltd
ISBN: 178883691X
Category : Computers
Languages : en
Pages : 309
Book Description
A hands-on guide enriched with examples to master deep reinforcement learning algorithms with Python Key Features Your entry point into the world of artificial intelligence using the power of Python An example-rich guide to master various RL and DRL algorithms Explore various state-of-the-art architectures along with math Book Description Reinforcement Learning (RL) is the trending and most promising branch of artificial intelligence. Hands-On Reinforcement learning with Python will help you master not only the basic reinforcement learning algorithms but also the advanced deep reinforcement learning algorithms. The book starts with an introduction to Reinforcement Learning followed by OpenAI Gym, and TensorFlow. You will then explore various RL algorithms and concepts, such as Markov Decision Process, Monte Carlo methods, and dynamic programming, including value and policy iteration. This example-rich guide will introduce you to deep reinforcement learning algorithms, such as Dueling DQN, DRQN, A3C, PPO, and TRPO. You will also learn about imagination-augmented agents, learning from human preference, DQfD, HER, and many more of the recent advancements in reinforcement learning. By the end of the book, you will have all the knowledge and experience needed to implement reinforcement learning and deep reinforcement learning in your projects, and you will be all set to enter the world of artificial intelligence. What you will learn Understand the basics of reinforcement learning methods, algorithms, and elements Train an agent to walk using OpenAI Gym and Tensorflow Understand the Markov Decision Process, Bellman’s optimality, and TD learning Solve multi-armed-bandit problems using various algorithms Master deep learning algorithms, such as RNN, LSTM, and CNN with applications Build intelligent agents using the DRQN algorithm to play the Doom game Teach agents to play the Lunar Lander game using DDPG Train an agent to win a car racing game using dueling DQN Who this book is for If you’re a machine learning developer or deep learning enthusiast interested in artificial intelligence and want to learn about reinforcement learning from scratch, this book is for you. Some knowledge of linear algebra, calculus, and the Python programming language will help you understand the concepts covered in this book.
Achieving Effective Inventory Management
Author: Jon Schreibfeder
Publisher:
ISBN: 9780967820071
Category : Inventories
Languages : en
Pages : 292
Book Description
Publisher:
ISBN: 9780967820071
Category : Inventories
Languages : en
Pages : 292
Book Description
Foundations of Stochastic Inventory Theory
Author: Evan L. Porteus
Publisher: Stanford University Press
ISBN: 9780804743990
Category : Business & Economics
Languages : en
Pages : 330
Book Description
This book has a dual purpose?serving as an advanced textbook designed to prepare doctoral students to do research on the mathematical foundations of inventory theory, and as a reference work for those already engaged in such research. All chapters conclude with exercises that either solidify or extend the concepts introduced.
Publisher: Stanford University Press
ISBN: 9780804743990
Category : Business & Economics
Languages : en
Pages : 330
Book Description
This book has a dual purpose?serving as an advanced textbook designed to prepare doctoral students to do research on the mathematical foundations of inventory theory, and as a reference work for those already engaged in such research. All chapters conclude with exercises that either solidify or extend the concepts introduced.
Inventory and Production Management in Supply Chains
Author: Edward A. Silver
Publisher: CRC Press
ISBN: 1466558628
Category : Business & Economics
Languages : en
Pages : 810
Book Description
Authored by a team of experts, the new edition of this bestseller presents practical techniques for managing inventory and production throughout supply chains. It covers the current context of inventory and production management, replenishment systems for managing individual inventories within a firm, managing inventory in multiple locations and firms, and production management. The book presents sophisticated concepts and solutions with an eye towards today’s economy of global demand, cost-saving, and rapid cycles. It explains how to decrease working capital and how to deal with coordinating chains across boundaries.
Publisher: CRC Press
ISBN: 1466558628
Category : Business & Economics
Languages : en
Pages : 810
Book Description
Authored by a team of experts, the new edition of this bestseller presents practical techniques for managing inventory and production throughout supply chains. It covers the current context of inventory and production management, replenishment systems for managing individual inventories within a firm, managing inventory in multiple locations and firms, and production management. The book presents sophisticated concepts and solutions with an eye towards today’s economy of global demand, cost-saving, and rapid cycles. It explains how to decrease working capital and how to deal with coordinating chains across boundaries.
Introduction to Business
Author: Lawrence J. Gitman
Publisher:
ISBN:
Category : Business & Economics
Languages : en
Pages : 1455
Book Description
Introduction to Business covers the scope and sequence of most introductory business courses. The book provides detailed explanations in the context of core themes such as customer satisfaction, ethics, entrepreneurship, global business, and managing change. Introduction to Business includes hundreds of current business examples from a range of industries and geographic locations, which feature a variety of individuals. The outcome is a balanced approach to the theory and application of business concepts, with attention to the knowledge and skills necessary for student success in this course and beyond. This is an adaptation of Introduction to Business by OpenStax. You can access the textbook as pdf for free at openstax.org. Minor editorial changes were made to ensure a better ebook reading experience. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution 4.0 International License.
Publisher:
ISBN:
Category : Business & Economics
Languages : en
Pages : 1455
Book Description
Introduction to Business covers the scope and sequence of most introductory business courses. The book provides detailed explanations in the context of core themes such as customer satisfaction, ethics, entrepreneurship, global business, and managing change. Introduction to Business includes hundreds of current business examples from a range of industries and geographic locations, which feature a variety of individuals. The outcome is a balanced approach to the theory and application of business concepts, with attention to the knowledge and skills necessary for student success in this course and beyond. This is an adaptation of Introduction to Business by OpenStax. You can access the textbook as pdf for free at openstax.org. Minor editorial changes were made to ensure a better ebook reading experience. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution 4.0 International License.
Production & Inventory Management
Author: Donald W. Fogarty
Publisher: Cengage Learning
ISBN:
Category : Business & Economics
Languages : en
Pages : 890
Book Description
This book provides an excellent source for professionals preparing for professional certification examinations. This new edition has been significantly reorganizsed to reflect more closely the organisation of professional certification exams. Discussion follows the step-by-step decision-making process, including topics such as: establishment of management objectives, long-, medium-, and short-range planning, execution, and control. It also features increased emphasis on tactical and technological considerations.
Publisher: Cengage Learning
ISBN:
Category : Business & Economics
Languages : en
Pages : 890
Book Description
This book provides an excellent source for professionals preparing for professional certification examinations. This new edition has been significantly reorganizsed to reflect more closely the organisation of professional certification exams. Discussion follows the step-by-step decision-making process, including topics such as: establishment of management objectives, long-, medium-, and short-range planning, execution, and control. It also features increased emphasis on tactical and technological considerations.