Products related to Algorithm:
-
The Ethical Algorithm : The Science of Socially Aware Algorithm Design
Over the course of a generation, algorithms have gone from mathematical abstractions to powerful mediators of daily life.In evolving from static computer programs hand-coded by engineers to the products of machine learning, these technologies have made our lives more efficient, more entertaining, and, sometimes, better informed.At the same time, complex algorithms are increasingly crushing the basic rights of individual citizens.Allegedly anonymized datasets and statistical models routinely leak our most sensitive personal information; applications for everything from loans to college reflect racial and gender bias.Meanwhile, users manipulate algorithms to "game" search engines, spam filters, online reviewing services and navigation apps.Understanding and improving the science behind the algorithms that run our lives is quickly becoming one of the most pressing issues of this century.Traditional solutions, such as laws, regulations and watchdog groups, have proven woefully inadequate, at best.Derived from the cutting-edge of scientific research, The Ethical Algorithm offers a new approach: a set of principled solutions based on the emerging and exciting science of socially aware algorithm design.Weaving together the science behind algorithm design with stories of citizens, lawyers, scientists, and activists experiencing the trial-and-error of research in real-time, Michael Kearns and Aaron Roth present a strikingly original way forward, showing how we can begin to work together to protect people from the unintended impacts of algorithms--and, sometimes, protect the science that could save us from ourselves.
Price: 23.49 £ | Shipping*: 3.99 £ -
Love Algorithm
In Love Algorithm, a tender touch of lyric love fuses with theharshness of profit-driven motivations to sharpen ourappreciation of the digital age.Loss of an authentic self is neverfar away but neither is hope for the discovery of a new kind offellowship.As the scenes shift from London to Paris to Shanghai,the poems intensify the global connections that make love aconstant riddle for all mankind.
Price: 10.99 £ | Shipping*: 3.99 £ -
The Humane Algorithm
Empathy or algorithms? What should decide between life and death?In a near future, the world is struggling with resource scarcity. Loosing his father, Matt Turner has provided for his mother and younger brother since he was a teenager. But a cold-hearted government continues to force consumption limits upon the nation, monitoring every bit of electricity used.As his mother becomes gravely ill, Matt is determined not to let her grim prognosis ruin the family's one shot at the streetlights-the coveted enclaves for citizens worthy of investment. Seeking medical treatment, he plummets into a dark web of family lies, treachery, and political intrigue reaching far into his past-with staggering implications for his own future.Can Matt find a way through the government's system in time to save his mother's life?The Humane Algorithm is the ominous first book in Trevor Wynyard's dystopian trilogy The Streetlighters, a powerful series exploring dark, gritty impulses at the root of human nature itself.Pick up The Humane Algorithm today and join Matt as he struggles to save his family-and himself!
Price: 12.99 £ | Shipping*: 3.99 £ -
Leadership and Strategic Management : Decision-Making in Times of Change
Managers are facing unprecedented complexity, volatility, and ambiguity, quickly adapting their decision-making, leadership, vision, and strategies.Megatrends and forces of change have profound implications for business models, processes, and organizational structures, calling into question current paradigms and designing future change.Additionally, unprecedented disruptions, unforecastable in their nature, have increased the need for resilience and strategic flexibility. The book aims at tackling the potential interrelations among environmental transformations, strategic decisions, and leadership to better understand the role of external and internal factors on the effectiveness of managers.The book defines “change”: its extent, nature, and characteristics.Then, it focuses on decision-making, the role of potential cognitive biases, and how the interaction with the perception of determined environmental events affects the way in which decision-makers decide to implement specific strategies.Finally, in the light of waves of strategic change, it reviews theories on leadership and transformation by looking at the role and traits of leaders. Since environmental transformations have the potential to “disrupt” not only strategies but also decision-making processes and leadership, the book provides a review on the issue and propose an integrative framework which can be useful for both scholars and managers, especially in the fields of decision-making and strategy.
Price: 48.99 £ | Shipping*: 0.00 £
-
How does the algorithm for traffic light control work?
The algorithm for traffic light control works by using sensors and timers to manage the flow of traffic at intersections. The sensors detect the presence of vehicles and pedestrians, and the algorithm uses this information to determine the optimal timing for each traffic light. The algorithm also takes into account the overall traffic patterns and adjusts the timing of the lights accordingly. By optimizing the timing of the traffic lights, the algorithm aims to reduce congestion and improve the efficiency of traffic flow.
-
Which algorithm is better for a navigation software, the brute-force algorithm or the Dijkstra algorithm?
The Dijkstra algorithm is better for a navigation software compared to the brute-force algorithm. The Dijkstra algorithm is specifically designed for finding the shortest path in a graph, making it well-suited for navigation purposes. It efficiently calculates the shortest path from a starting point to all other points in the graph, which is essential for navigation software. On the other hand, the brute-force algorithm is not optimized for finding the shortest path and can be inefficient for large graphs, making it less suitable for navigation software.
-
Which federal states have sole decision-making authority?
In a federal system like the United States, federal states that have sole decision-making authority are often referred to as "unitary states." In these states, the central government holds all decision-making power and delegates limited authority to lower levels of government. Examples of unitary states include France, Japan, and the United Kingdom, where the central government has the final say on most policy matters. This centralized system contrasts with federal states like the U.S. and Germany, where power is shared between the central government and individual states or regions.
-
What is the difference between algorithm, sequence, and control structure?
An algorithm is a step-by-step procedure for solving a problem or accomplishing a task. It is a set of instructions that can be followed to achieve a specific goal. A sequence refers to the order in which instructions or steps are executed within an algorithm. It is the specific arrangement of steps that must be followed in a particular order. Control structures, on the other hand, are the mechanisms used to determine the flow of execution within an algorithm. They include decision-making structures (such as if-else statements) and looping structures (such as for and while loops) that control the flow of the algorithm based on certain conditions. In summary, an algorithm is the overall plan, the sequence is the specific order of steps, and control structures determine how the steps are executed.
Similar search terms for Algorithm:
-
Management, Leadership and Entrepreneurship in Pharmacy
Management, Leadership and Entrepreneurship in Pharmacy provides the knowledge, skills and confidence to assume managerial and leadership roles throughout the pharmacy profession, and to unleash full entrepreneurial potential.It brings the principles of managerial sciences to the practice of pharmacy in diverse and modern day settings. The new book is split into four sections, the first focuses on the core concepts that apply to managers, leaders and entrepreneurs including emotional intelligence and conflict management. Section two summarises managerial competencies including traditional topics of inventory management and financial literacy, but also subjects such as workplace design and workflow management. Section three focuses on leadership competencies that transcend day-to-day managerial responsibilities such as leading change and addressing ‘wicked’ problems (such as sustainability). Section four focuses on innovation and entrepreneurship, exploring topics such as the psychology of innovation, business planning and networking. The book contains helpful, supportive examples and useful resources all designed to empower, support and motivate the next generation of managers, leaders and entrepreneurs in pharmacy.
Price: 35.00 £ | Shipping*: 0.00 £ -
The Algorithm Design Manual
"My absolute favorite for this kind of interview preparation is Steven Skiena’s The Algorithm Design Manual.More than any other book it helped me understand just how astonishingly commonplace … graph problems are -- they should be part of every working programmer’s toolkit.The book also covers basic data structures and sorting algorithms, which is a nice bonus. … every 1 – pager has a simple picture, making it easy to remember.This is a great way to learn how to identify hundreds of problem types." (Steve Yegge, Get that Job at Google)"Steven Skiena’s Algorithm Design Manual retains its title as the best and most comprehensive practical algorithm guide to help identify and solve problems. … Every programmer should read this book, and anyone working in the field should keep it close to hand. … This is the best investment … a programmer or aspiring programmer can make." (Harold Thimbleby, Times Higher Education)"It is wonderful to open to a random spot and discover aninteresting algorithm.This is the only textbook I felt compelled to bring with me out of my student days....The color really adds a lot of energy to the new edition of the book!" (Cory Bart, University of Delaware)"The is the most approachable book on algorithms I have." (Megan Squire, Elon University)---This newly expanded and updated third edition of the best-selling classic continues to take the "mystery" out of designing algorithms, and analyzing their efficiency. It serves as the primary textbook of choice for algorithm design courses and interview self-study, while maintaining its status as the premier practical reference guide to algorithms for programmers, researchers, and students. The reader-friendly Algorithm Design Manual provides straightforward access to combinatorial algorithms technology, stressing design over analysis. The first part, Practical Algorithm Design, provides accessible instruction on methods for designing and analyzing computer algorithms. The second part, the Hitchhiker's Guide to Algorithms, is intended for browsing and reference, and comprises the catalog of algorithmic resources, implementations, and an extensive bibliography.NEW to the third edition: -- New and expanded coverage of randomized algorithms, hashing, divide and conquer, approximation algorithms, and quantum computing -- Provides full online support for lecturers, including an improved website component with lecture slides and videos -- Full color illustrations and code instantly clarify difficult concepts -- Includes several new "war stories" relating experiences from real-world applications -- Over 100 new problems, including programming-challenge problems from LeetCode and Hackerrank. -- Provides up-to-date links leading to the best implementations available in C, C++, and Java Additional Learning Tools: -- Contains a unique catalog identifying the 75 algorithmic problems that arise most often in practice, leading the reader down the right path to solve them -- Exercises include "job interview problems" from major software companies -- Highlighted "take home lessons" emphasize essential concepts -- The "no theorem-proof" style provides a uniquely accessible and intuitive approach to a challenging subject -- Many algorithms are presented with actual code (written in C) -- Provides comprehensive references to both survey articles and the primary literature Written by a well-known algorithms researcher who received the IEEE Computer Science and Engineering Teaching Award, this substantially enhanced third edition of The Algorithm Design Manual is an essential learning tool for students and professionals needed a solid grounding in algorithms. Professor Skiena is also the author of the popular Springer texts, The Data Science Design Manual and Programming Challenges: The Programming Contest Training Manual.
Price: 54.99 £ | Shipping*: 0.00 £ -
Once Upon An Algorithm
A brand new spicy STEM romance for fans of Ali Hazelwood and Sally Thorne! What do you do when your mortifying Friday night blind date is sitting opposite you at your desk on Monday morning? A hot blind date in Paris with no strings?Practical Leonie would never do such a thing! But when a new dating app that uses science and logic leads her to gorgeous, so-not-her-type Jack the chemistry is off the charts. Only, when the morning after proves that opposites definitely don’t attract, Leonie is relieved they never need to see each other again. Until she starts her new job and there he is, sitting in the boss’s office, the man behind the best and worst night of her life. Readers are obsessed with Once Upon An Algorithm ‘A delightful and engaging romantic novel that adds a fresh and modern twist to the world of love and algorithms.’ ????? 'Freaking PERFECTION. 10/10. This was just so so good. I couldn’t get enough of it and wanted a thousand more pages of this.’ ????? ‘Trust me when I say you won't regret reading Once Upon An Algorithm and I hope you cherished their love story as much as I did.’ ????? 'As someone who works on a SaaS product in real life, although as a marketer, it was almost weird (in a good way) to be placed in a setting that's so familiar.I'm used to not understanding much of what they professionally talk about in STEM romances, so it was fun to be on the other side this time.’ ????
Price: 9.99 £ | Shipping*: 3.99 £ -
The Friendship Algorithm mug.
Price: 14.95 € | Shipping*: Free €
-
What is an algorithm?
An algorithm is a step-by-step procedure or set of rules to be followed in problem-solving or decision-making. It is a finite sequence of well-defined, computer-implementable instructions typically used to solve a specific problem or perform a specific task. Algorithms are used in various fields such as computer science, mathematics, and engineering to automate processes and achieve desired outcomes efficiently. They are essential in programming and data analysis to manipulate and process data effectively.
-
What is Instagram's algorithm?
Instagram's algorithm is a complex system that determines the order in which posts appear on a user's feed. It takes into account various factors such as the user's interests, interactions, and relationships with other users. The algorithm prioritizes content that it believes the user will find most engaging, based on their past behavior on the platform. This means that not all posts from accounts a user follows will show up in their feed, as the algorithm aims to show the most relevant and interesting content to each individual user.
-
What is the Gauss algorithm?
The Gauss algorithm, also known as Gaussian elimination, is a method used to solve systems of linear equations. It involves transforming the system of equations into an equivalent upper triangular form by using elementary row operations, such as adding a multiple of one equation to another or swapping two equations. Once the system is in upper triangular form, the solutions can be easily obtained by back substitution. This algorithm is widely used in various fields such as engineering, physics, and computer science for solving systems of linear equations.
-
What is a colloquial algorithm?
A colloquial algorithm is a step-by-step procedure or set of rules that is described in everyday language, rather than in formal mathematical or technical terms. It is typically used to explain a process or problem-solving method in a more accessible and understandable way for non-experts. Colloquial algorithms are often used in educational settings or in informal discussions to break down complex concepts into simpler, more relatable terms.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.