By Larry Liang, CTO at InetSoft
Today I wanted to write an article to talk about a topic of growing popularity in the business intelligence market: machine learning. Why do we need machine learning? What are the kinds of things we use it for? What are some examples of what machine learning can do?
The reason we need machine learning is that there are some problems where it's very hard to write software program to solve. Take recognizing a three-dimensional object, for example. When it's from a novel viewpoint in new lighting conditions in a cluttered scene, it is very hard to do for a non-human system. We didn't know what program to write because we didn't know how it's done in our brain. And even if we did know what program to write it might be that it was a horrendously complicated program.
Another example is detecting a fraudulent credit card transaction where there may not be any nice simple rules that will tell you it's fraudulent. You would need to combine a very large number of not very reliable rules, and also those rules change over time because people change the tricks they use for fraud. So we need a complicated program that combines unreliable rules, and those rules need to be changed easily.
#1 Ranking: Read how InetSoft was rated #1 for user adoption in G2's user survey-based index | Read More |
With the machine learning approach, instead of writing a program by hand for each specific task, for a particular task we collect a lot of examples that specify the correct output for giving an input. The machine learning algorithm then takes these examples and produces a program that does the job. The program produced by the learning algorithm may look very different from a typical handwritten program.
For example, it might contain millions of numbers about how you weigh different kinds of evidence. If we do it right, the program should work for new cases as well as the ones it is trained on. And if the data changes we should be able to change the program relatively easily by retraining it on the new data. The beauty of this approach is that masterminds of computation are cheaper than paying someone to write a program for a specific task. Therefore we can afford big complicated machine learning programs to produce these task-specific systems for us.
An example of the things that are best done by using the learning algorithm approach is recognizing patterns. For example, this could be recognizing objects in real-life scenes, or the identities or expressions on people's faces, or spoken words.
![]() |
Learn how InetSoft's data intelligence technology is central to delivering efficient business intelligence. |
Another example is recognizing anomalies. For instance, an unusual sequence of credit card transactions will be an anomaly. Another example of an anomaly would be an unusual pattern of sensor readings in a nuclear power plant, and you wouldn't really want to have to deal with those anomaly detection analyses by doing supervised learning, which is where you look at the cases that led to an accident and see what caused them to blow up. You'd really like to recognize that something funny is happening without having any supervision signal. You want to know when the system is just not behaving in its normal way.
Another category of machine learning applications is for prediction. Good examples are predicting future stock prices or currency exchange rates. Or it could be predicting which movie a person will like from knowing which other movies they like and which movies a lot of other people liked. All of these examples make for good data visualizations in order to quickly spot the anomalies or trends or clusters.
MegaBuild Construction is a leading global construction company specializing in large-scale projects, including skyscrapers, commercial buildings, and infrastructure developments. Established in 1985, the company has completed some of the most iconic high-rise buildings worldwide, ranging from luxury hotels to corporate office towers.
As skyscrapers grow taller and architectural designs become more complex, MegaBuild faced challenges in optimizing construction schedules, minimizing costs, ensuring safety, and maintaining quality standards. Traditional project management techniques struggled to keep up with the dynamic nature of skyscraper construction, leading to schedule delays, cost overruns, and safety risks.
To address these issues, MegaBuild incorporated Machine Learning (ML) into its construction management processes. By leveraging ML algorithms to analyze large datasets, predict potential issues, and optimize resource allocation, the company aimed to improve efficiency, reduce costs, and enhance safety on its construction sites.
Skyscraper construction is a complex and dynamic process, involving numerous challenges that can impact the project's success:
MegaBuild recognized the potential of machine learning to address these challenges by providing predictive insights and improving decision-making across various aspects of skyscraper construction.
MegaBuild Construction implemented a machine learning-based system across multiple phases of its skyscraper construction projects. The system integrated data from construction schedules, materials, labor, machinery, site conditions, and historical project outcomes, enabling predictive analytics and data-driven decision-making.
Key machine learning applications included:
Predictive Scheduling and Delay Mitigation:
Cost Estimation and Budget Optimization:
Quality Control and Defect Detection:
Safety Risk Prediction and Accident Prevention:
Resource Allocation and Workforce Management:
Supply Chain Management:
The implementation of machine learning in MegaBuild's skyscraper construction projects led to several significant improvements:
Next: Setting for Applying Machine Learning |