Altair Engineering Inc. is an American multinational information technology company headquartered in Troy, Michigan . It provides software and cloud solutions for simulation , IoT , high performance computing (HPC), data analytics , and artificial intelligence (AI). Altair Engineering is the creator of the HyperWorks CAE software product, among numerous other software packages and suites. The company was founded in 1985 and went public in 2017. It was traded on the Nasdaq stock exchange under the stock ticker symbol ALTR. In 2024, it has been acquired by Siemens for $ 10.6 billion. Altair develops and provides software and cloud services for product development, high-performance computing (HPC), simulation, artificial intelligence, and data intelligence.
61-537: Altair Engineering was founded in 1985 by James R. Scapa , George Christ, and Mark Kistner in Troy , Michigan . Since the company's outset, Scapa has served as its CEO (and now chairman). Initially, Altair started as an engineering consulting firm, but branched out into product development and computer-aided engineering (CAE) software. In the 1990s, it became known for its software products like HyperWorks, OptiStruct, and HyperMesh, which were often used for product development by
122-581: A loss function . Variants of gradient descent are commonly used to train neural networks. Another type of local search is evolutionary computation , which aims to iteratively improve a set of candidate solutions by "mutating" and "recombining" them, selecting only the fittest to survive each generation. Distributed search processes can coordinate via swarm intelligence algorithms. Two popular swarm algorithms used in search are particle swarm optimization (inspired by bird flocking ) and ant colony optimization (inspired by ant trails ). Formal logic
183-472: A "degree of truth" between 0 and 1. It can therefore handle propositions that are vague and partially true. Non-monotonic logics , including logic programming with negation as failure , are designed to handle default reasoning . Other specialized versions of logic have been developed to describe many complex domains. Many problems in AI (including in reasoning, planning, learning, perception, and robotics) require
244-473: A Leader in the Magic Quadrant for Data Science and Machine Learning Platforms. On October 30, 2024, Altair announced that it has agreed to be acquired by Siemens. Since 1985, Altair has acquired over 30 businesses, business units, and software packages. The following is a list of selected corporate acquisitions: Artificial intelligence Artificial intelligence ( AI ), in its broadest sense,
305-645: A Leader in the Magic Quadrant for Data Science and Machine Learning Platforms. On October 30, 2024, Altair announced that it has agreed to be acquired by Siemens. Since 1985, Altair has acquired over 30 businesses, business units, and software packages. The following is a list of selected corporate acquisitions: James R. Scapa Altair Engineering Inc. is an American multinational information technology company headquartered in Troy, Michigan . It provides software and cloud solutions for simulation , IoT , high performance computing (HPC), data analytics , and artificial intelligence (AI). Altair Engineering
366-460: A contradiction from premises that include the negation of the problem to be solved. Inference in both Horn clause logic and first-order logic is undecidable , and therefore intractable . However, backward reasoning with Horn clauses, which underpins computation in the logic programming language Prolog , is Turing complete . Moreover, its efficiency is competitive with computation in other symbolic programming languages. Fuzzy logic assigns
427-538: A new office in Greensboro , North Carolina after acquiring the data analytics company, Datawatch , which had offices in the area. In June 2020, the company announced that it would be providing software updates for all of its products. The updates were implemented to improve workflows and provide access to a broader set of tools for data analytics , machine learning , and physics . In January 2021, Altair announced that it would collaborate with Rolls-Royce Holdings on
488-484: A new office in Greensboro , North Carolina after acquiring the data analytics company, Datawatch , which had offices in the area. In June 2020, the company announced that it would be providing software updates for all of its products. The updates were implemented to improve workflows and provide access to a broader set of tools for data analytics , machine learning , and physics . In January 2021, Altair announced that it would collaborate with Rolls-Royce Holdings on
549-429: A path to a target goal, a process called means-ends analysis . Simple exhaustive searches are rarely sufficient for most real-world problems: the search space (the number of places to search) quickly grows to astronomical numbers . The result is a search that is too slow or never completes. " Heuristics " or "rules of thumb" can help prioritize choices that are more likely to reach a goal. Adversarial search
610-453: A photorealistic rendering and visualization tool named Thea Render . By bringing this technology in-house, additional Solid Iris rendering capabilities were added to Altairs technologies. On November 1, 2017, Altair went public with an IPO on the Nasdaq stock exchange and began trading under the stock ticker symbol ALTR. The company raised $ 156 million with share prices starting at $ 13. In
671-401: A photorealistic rendering and visualization tool named Thea Render . By bringing this technology in-house, additional Solid Iris rendering capabilities were added to Altairs technologies. On November 1, 2017, Altair went public with an IPO on the Nasdaq stock exchange and began trading under the stock ticker symbol ALTR. The company raised $ 156 million with share prices starting at $ 13. In
SECTION 10
#1733114697637732-562: A project using AI and machine learning to improve the aero jet engine design process. In November 2021, Altair's PBS Professional workload manager was selected by the Argonne National Laboratory to be used across the organization's high performance computing (HPC) systems, including the Polaris and Aurora supercomputers . That same month, Altair was also included on Inc. Magazine's 2021 Best-Led Companies list. In December, Altair
793-440: A project using AI and machine learning to improve the aero jet engine design process. In November 2021, Altair's PBS Professional workload manager was selected by the Argonne National Laboratory to be used across the organization's high performance computing (HPC) systems, including the Polaris and Aurora supercomputers . That same month, Altair was also included on Inc. Magazine's 2021 Best-Led Companies list. In December, Altair
854-721: A tool that can be used for reasoning (using the Bayesian inference algorithm), learning (using the expectation–maximization algorithm ), planning (using decision networks ) and perception (using dynamic Bayesian networks ). Probabilistic algorithms can also be used for filtering, prediction, smoothing, and finding explanations for streams of data, thus helping perception systems analyze processes that occur over time (e.g., hidden Markov models or Kalman filters ). The simplest AI applications can be divided into two types: classifiers (e.g., "if shiny then diamond"), on one hand, and controllers (e.g., "if diamond then pick up"), on
915-669: A wide range of techniques, including search and mathematical optimization , formal logic , artificial neural networks , and methods based on statistics , operations research , and economics . AI also draws upon psychology , linguistics , philosophy , neuroscience , and other fields. Artificial intelligence was founded as an academic discipline in 1956, and the field went through multiple cycles of optimism, followed by periods of disappointment and loss of funding, known as AI winter . Funding and interest vastly increased after 2012 when deep learning outperformed previous AI techniques. This growth accelerated further after 2017 with
976-487: A wide variety of techniques to accomplish the goals above. AI can solve many problems by intelligently searching through many possible solutions. There are two very different kinds of search used in AI: state space search and local search . State space search searches through a tree of possible states to try to find a goal state. For example, planning algorithms search through trees of goals and subgoals, attempting to find
1037-1139: Is intelligence exhibited by machines , particularly computer systems . It is a field of research in computer science that develops and studies methods and software that enable machines to perceive their environment and use learning and intelligence to take actions that maximize their chances of achieving defined goals. Such machines may be called AIs. Some high-profile applications of AI include advanced web search engines (e.g., Google Search ); recommendation systems (used by YouTube , Amazon , and Netflix ); interacting via human speech (e.g., Google Assistant , Siri , and Alexa ); autonomous vehicles (e.g., Waymo ); generative and creative tools (e.g., ChatGPT , and AI art ); and superhuman play and analysis in strategy games (e.g., chess and Go ). However, many AI applications are not perceived as AI: "A lot of cutting edge AI has filtered into general applications, often without being called AI because once something becomes useful enough and common enough it's not labeled AI anymore ." The various subfields of AI research are centered around particular goals and
1098-641: Is a body of knowledge represented in a form that can be used by a program. An ontology is the set of objects, relations, concepts, and properties used by a particular domain of knowledge. Knowledge bases need to represent things such as objects, properties, categories, and relations between objects; situations, events, states, and time; causes and effects; knowledge about knowledge (what we know about what other people know); default reasoning (things that humans assume are true until they are told differently and will remain true even when other facts are changing); and many other aspects and domains of knowledge. Among
1159-459: Is an input, at least one hidden layer of nodes and an output. Each node applies a function and once the weight crosses its specified threshold, the data is transmitted to the next layer. A network is typically called a deep neural network if it has at least 2 hidden layers. Learning algorithms for neural networks use local search to choose the weights that will get the right output for each input during training. The most common training technique
1220-462: Is an interdisciplinary umbrella that comprises systems that recognize, interpret, process, or simulate human feeling, emotion, and mood . For example, some virtual assistants are programmed to speak conversationally or even to banter humorously; it makes them appear more sensitive to the emotional dynamics of human interaction, or to otherwise facilitate human–computer interaction . However, this tends to give naïve users an unrealistic conception of
1281-444: Is an unsolved problem. Knowledge representation and knowledge engineering allow AI programs to answer questions intelligently and make deductions about real-world facts. Formal knowledge representations are used in content-based indexing and retrieval, scene interpretation, clinical decision support, knowledge discovery (mining "interesting" and actionable inferences from large databases ), and other areas. A knowledge base
SECTION 20
#17331146976371342-422: Is anything that perceives and takes actions in the world. A rational agent has goals or preferences and takes actions to make them happen. In automated planning , the agent has a specific goal. In automated decision-making , the agent has preferences—there are some situations it would prefer to be in, and some situations it is trying to avoid. The decision-making agent assigns a number to each situation (called
1403-413: Is classified based on previous experience. There are many kinds of classifiers in use. The decision tree is the simplest and most widely used symbolic machine learning algorithm. K-nearest neighbor algorithm was the most widely used analogical AI until the mid-1990s, and Kernel methods such as the support vector machine (SVM) displaced k-nearest neighbor in the 1990s. The naive Bayes classifier
1464-413: Is labelled by a solution of the problem and whose leaf nodes are labelled by premises or axioms . In the case of Horn clauses , problem-solving search can be performed by reasoning forwards from the premises or backwards from the problem. In the more general case of the clausal form of first-order logic , resolution is a single, axiom-free rule of inference, in which a problem is solved by proving
1525-400: Is reportedly the "most widely used learner" at Google, due in part to its scalability. Neural networks are also used as classifiers. An artificial neural network is based on a collection of nodes also known as artificial neurons , which loosely model the neurons in a biological brain. It is trained to recognise patterns; once trained, it can recognise those patterns in fresh data. There
1586-614: Is the creator of the HyperWorks CAE software product, among numerous other software packages and suites. The company was founded in 1985 and went public in 2017. It was traded on the Nasdaq stock exchange under the stock ticker symbol ALTR. In 2024, it has been acquired by Siemens for $ 10.6 billion. Altair develops and provides software and cloud services for product development, high-performance computing (HPC), simulation, artificial intelligence, and data intelligence. Altair Engineering
1647-404: Is the process of proving a new statement ( conclusion ) from other statements that are given and assumed to be true (the premises ). Proofs can be structured as proof trees , in which nodes are labelled by sentences, and children nodes are connected to parent nodes by inference rules . Given a problem and a set of premises, problem-solving reduces to searching for a proof tree whose root node
1708-440: Is used for game-playing programs, such as chess or Go. It searches through a tree of possible moves and counter-moves, looking for a winning position. Local search uses mathematical optimization to find a solution to a problem. It begins with some form of guess and refines it incrementally. Gradient descent is a type of local search that optimizes a set of numerical parameters by incrementally adjusting them to minimize
1769-455: Is used for reasoning and knowledge representation . Formal logic comes in two main forms: propositional logic (which operates on statements that are true or false and uses logical connectives such as "and", "or", "not" and "implies") and predicate logic (which also operates on objects, predicates and relations and uses quantifiers such as " Every X is a Y " and "There are some X s that are Y s"). Deductive reasoning in logic
1830-436: Is used in AI programs that make decisions that involve other agents. Machine learning is the study of programs that can improve their performance on a given task automatically. It has been a part of AI from the beginning. There are several kinds of machine learning. Unsupervised learning analyzes a stream of data and finds patterns and makes predictions without any other guidance. Supervised learning requires labeling
1891-905: Is when the knowledge gained from one problem is applied to a new problem. Deep learning is a type of machine learning that runs inputs through biologically inspired artificial neural networks for all of these types of learning. Computational learning theory can assess learners by computational complexity , by sample complexity (how much data is required), or by other notions of optimization . Natural language processing (NLP) allows programs to read, write and communicate in human languages such as English . Specific problems include speech recognition , speech synthesis , machine translation , information extraction , information retrieval and question answering . Early work, based on Noam Chomsky 's generative grammar and semantic networks , had difficulty with word-sense disambiguation unless restricted to small domains called " micro-worlds " (due to
Altair Engineering - Misplaced Pages Continue
1952-520: The bar exam , SAT test, GRE test, and many other real-world applications. Machine perception is the ability to use input from sensors (such as cameras, microphones, wireless signals, active lidar , sonar, radar, and tactile sensors ) to deduce aspects of the world. Computer vision is the ability to analyze visual input. The field includes speech recognition , image classification , facial recognition , object recognition , object tracking , and robotic perception . Affective computing
2013-416: The transformer architecture , and by the early 2020s hundreds of billions of dollars were being invested in AI (known as the " AI boom "). The widespread use of AI in the 21st century exposed several unintended consequences and harms in the present and raised concerns about its risks and long-term effects in the future, prompting discussions about regulatory policies to ensure the safety and benefits of
2074-436: The " utility ") that measures how much the agent prefers it. For each possible action, it can calculate the " expected utility ": the utility of all possible outcomes of the action, weighted by the probability that the outcome will occur. It can then choose the action with the maximum expected utility. In classical planning , the agent knows exactly what the effect of any action will be. In most real-world problems, however,
2135-421: The agent can seek information to improve its preferences. Information value theory can be used to weigh the value of exploratory or experimental actions. The space of possible future actions and situations is typically intractably large, so the agents must take actions and evaluate situations while being uncertain of what the outcome will be. A Markov decision process has a transition model that describes
2196-510: The agent may not be certain about the situation they are in (it is "unknown" or "unobservable") and it may not know for certain what will happen after each possible action (it is not "deterministic"). It must choose an action by making a probabilistic guess and then reassess the situation to see if the action worked. In some problems, the agent's preferences may be uncertain, especially if there are other agents or humans involved. These can be learned (e.g., with inverse reinforcement learning ), or
2257-529: The agent to operate with incomplete or uncertain information. AI researchers have devised a number of tools to solve these problems using methods from probability theory and economics. Precise mathematical tools have been developed that analyze how an agent can make choices and plan, using decision theory , decision analysis , and information value theory . These tools include models such as Markov decision processes , dynamic decision networks , game theory and mechanism design . Bayesian networks are
2318-640: The automotive industry. Some of Altair's early clients included the Ford Motor Company , General Motors , and Chrysler . Its software also aided in the development of the Young America and AmericaOne racing yachts , the former of which was used to compete in the 1995 America's Cup . Its software also found uses in other sectors, including aerospace ( NASA ), aviation ( Airbus ), consumer electronics ( Nokia ), and toy manufacturing ( Mattel ), among others. In 2002, Altair software aided in
2379-515: The automotive industry. Some of Altair's early clients included the Ford Motor Company , General Motors , and Chrysler . Its software also aided in the development of the Young America and AmericaOne racing yachts , the former of which was used to compete in the 1995 America's Cup . Its software also found uses in other sectors, including aerospace ( NASA ), aviation ( Airbus ), consumer electronics ( Nokia ), and toy manufacturing ( Mattel ), among others. In 2002, Altair software aided in
2440-648: The common sense knowledge problem ). Margaret Masterman believed that it was meaning and not grammar that was the key to understanding languages, and that thesauri and not dictionaries should be the basis of computational language structure. Modern deep learning techniques for NLP include word embedding (representing words, typically as vectors encoding their meaning), transformers (a deep learning architecture using an attention mechanism), and others. In 2019, generative pre-trained transformer (or "GPT") language models began to generate coherent text, and by 2023, these models were able to get human-level scores on
2501-534: The design of the Airbus A380 by weight optimizing the aircraft wing ribs. Also in 2002, Altair opened offices in Seongnam , South Korea and Shanghai , China , adding those locales to its international footprint alongside India where it had begun investment in 1992. In addition to its software production , Altair hires out engineering consultants to its corporate clientele. Its consultancy services accounted for
Altair Engineering - Misplaced Pages Continue
2562-427: The design of the Airbus A380 by weight optimizing the aircraft wing ribs. Also in 2002, Altair opened offices in Seongnam , South Korea and Shanghai , China , adding those locales to its international footprint alongside India where it had begun investment in 1992. In addition to its software production , Altair hires out engineering consultants to its corporate clientele. Its consultancy services accounted for
2623-523: The early 2010s, Altair's product design division (Altair ProductDesign) began creating prototypes of various vehicles including a hydraulic hybrid transit bus known as BUSolution and an electric concept car called the Avant GT. By 2013, the company had offices in 19 countries worldwide and 1,800 employees. That year, it also bought out General Atlantic 's equity stake in the company. In 2016, Altair acquired Solid Iris Technologies . The company developed
2684-468: The early 2010s, Altair's product design division (Altair ProductDesign) began creating prototypes of various vehicles including a hydraulic hybrid transit bus known as BUSolution and an electric concept car called the Avant GT. By 2013, the company had offices in 19 countries worldwide and 1,800 employees. That year, it also bought out General Atlantic 's equity stake in the company. In 2016, Altair acquired Solid Iris Technologies . The company developed
2745-440: The intelligence of existing computer agents. Moderate successes related to affective computing include textual sentiment analysis and, more recently, multimodal sentiment analysis , wherein AI classifies the affects displayed by a videotaped subject. A machine with artificial general intelligence should be able to solve a wide variety of problems with breadth and versatility similar to human intelligence . AI research uses
2806-537: The late 1980s and 1990s, methods were developed for dealing with uncertain or incomplete information, employing concepts from probability and economics . Many of these algorithms are insufficient for solving large reasoning problems because they experience a "combinatorial explosion": They become exponentially slower as the problems grow. Even humans rarely use the step-by-step deduction that early AI research could model. They solve most of their problems using fast, intuitive judgments. Accurate and efficient reasoning
2867-640: The majority of the company's revenue until 2004, when the sale and licensing of software overtook that. In October of that year, General Atlantic invested $ 30 million in Altair. Also in 2004, Altair partnered with General Motors and the United States Department of Defense on the design and construction of a new military vehicle. Altair also branched out into the life sciences , finance , and pharmaceutical industries with its high performance computing software, PBS Professional, which it had acquired
2928-521: The majority of the company's revenue until 2004, when the sale and licensing of software overtook that. In October of that year, General Atlantic invested $ 30 million in Altair. Also in 2004, Altair partnered with General Motors and the United States Department of Defense on the design and construction of a new military vehicle. Altair also branched out into the life sciences , finance , and pharmaceutical industries with its high performance computing software, PBS Professional, which it had acquired
2989-457: The most difficult problems in knowledge representation are the breadth of commonsense knowledge (the set of atomic facts that the average person knows is enormous); and the sub-symbolic form of most commonsense knowledge (much of what people know is not represented as "facts" or "statements" that they could express verbally). There is also the difficulty of knowledge acquisition , the problem of obtaining knowledge for AI applications. An "agent"
3050-405: The other hand. Classifiers are functions that use pattern matching to determine the closest match. They can be fine-tuned based on chosen examples using supervised learning . Each pattern (also called an " observation ") is labeled with a certain predefined class. All the observations combined with their class labels are known as a data set . When a new observation is received, that observation
3111-411: The probability that a particular action will change the state in a particular way and a reward function that supplies the utility of each state and the cost of each action. A policy associates a decision with each possible state. The policy could be calculated (e.g., by iteration ), be heuristic , or it can be learned. Game theory describes the rational behavior of multiple interacting agents and
SECTION 50
#17331146976373172-481: The rights to in 2003. In June 2006, Altair acquired the French CAE software company, Mecalog, and its Radioss technology suite. In 2007, it spun off a new wholly-owned subsidiary called ilumisys, which would focus on light-emitting diode (LED) lamps designed to be used as direct replacements for fluorescent light tubes. Ilumisys' operations were moved to Michigan in 2011, and it was rebranded as Toggled in 2012. In
3233-423: The rights to in 2003. In June 2006, Altair acquired the French CAE software company, Mecalog, and its Radioss technology suite. In 2007, it spun off a new wholly-owned subsidiary called ilumisys, which would focus on light-emitting diode (LED) lamps designed to be used as direct replacements for fluorescent light tubes. Ilumisys' operations were moved to Michigan in 2011, and it was rebranded as Toggled in 2012. In
3294-471: The technology . The general problem of simulating (or creating) intelligence has been broken into subproblems. These consist of particular traits or capabilities that researchers expect an intelligent system to display. The traits described below have received the most attention and cover the scope of AI research. Early researchers developed algorithms that imitated step-by-step reasoning that humans use when they solve puzzles or make logical deductions . By
3355-451: The training data with the expected answers, and comes in two main varieties: classification (where the program must learn to predict what category the input belongs in) and regression (where the program must deduce a numeric function based on numeric input). In reinforcement learning , the agent is rewarded for good responses and punished for bad ones. The agent learns to choose responses that are classified as "good". Transfer learning
3416-420: The use of particular tools. The traditional goals of AI research include reasoning , knowledge representation , planning , learning , natural language processing , perception, and support for robotics . General intelligence —the ability to complete any task performable by a human on an at least equal level—is among the field's long-term goals. To reach these goals, AI researchers have adapted and integrated
3477-593: The years leading up to the IPO, Altair acquired 11 different companies with strategic assets and expertise in fields like material science , electronics , industrial design , rendering , and others. The company then made its products available to qualified startup companies through its Startup Program, formed in 2018 and relaunched in 2021. By 2019, the company had acquired a total of 30 businesses. It also began making efforts to incorporate artificial intelligence technology into its new software packages. That year, it opened
3538-543: The years leading up to the IPO, Altair acquired 11 different companies with strategic assets and expertise in fields like material science , electronics , industrial design , rendering , and others. The company then made its products available to qualified startup companies through its Startup Program, formed in 2018 and relaunched in 2021. By 2019, the company had acquired a total of 30 businesses. It also began making efforts to incorporate artificial intelligence technology into its new software packages. That year, it opened
3599-478: Was founded in 1985 by James R. Scapa , George Christ, and Mark Kistner in Troy , Michigan . Since the company's outset, Scapa has served as its CEO (and now chairman). Initially, Altair started as an engineering consulting firm, but branched out into product development and computer-aided engineering (CAE) software. In the 1990s, it became known for its software products like HyperWorks, OptiStruct, and HyperMesh, which were often used for product development by
3660-511: Was named as one of Investor's Business Daily 's Best 100 ESG Companies. In March 2023, Altair rebranded its AI and data analytics product now known as Altair RapidMiner. In May 2023, the US Court of Appeals issued a favorable ruling in a copyright infringement case pertaining to SAS software. In October 2023, Altair acquired OmniQuest, a software company out of Novi, Michigan, to further its optimization technology. In 2024, Gartner named Altair
3721-456: Was named as one of Investor's Business Daily 's Best 100 ESG Companies. In March 2023, Altair rebranded its AI and data analytics product now known as Altair RapidMiner. In May 2023, the US Court of Appeals issued a favorable ruling in a copyright infringement case pertaining to SAS software. In October 2023, Altair acquired OmniQuest, a software company out of Novi, Michigan, to further its optimization technology. In 2024, Gartner named Altair
SECTION 60
#1733114697637#636363