8 most innovative AI and machine learning companies – TechRepublic
Image: peshkova/Adobe Stock
As enterprises increasingly try to put their data to work using artificial intelligence and machine learning, the landscape of vendors and open source projects can be daunting. And if anything, its only becoming more chaotic.
As FirstMark partner Matt Turck has written, in 2021 the industry saw a rapid emergence of a whole new generation of data and ML startups, and in 2022, this trend looks set to continue. AI/ML is so hot, in fact, that even with a recession looming CIOs remain loath to cut spending on AI/ML projects.
So where will enterprises spend that money? Or, rather, with whom?
To help you navigate the sometimes bewildering array of AI/ML options out there, I talked with data science professionals to get their picks on the most innovative companies in AI/ML. Though historically the industry focused on gee-whiz AI, such as computers that could play games or seemingly offer human reason, much of todays innovation is in less sexy but more essential areas like data preparation and operational concerns.
Jump to:
For many enterprises, the easy button for AI/ML will be to use the AI/ML services offered through their preferred cloud vendor. Though Google usually gets credited with having the strongest portfolio of AI/ML services, any of the big clouds will prove a solid choice. Google has led the market by open sourcing key frameworks like TensorFlow, and more recently has made it easy for companies to run things like TensorFlow in production with Cloud AutoML.
SEE: Artificial Intelligence Ethics Policy (TechRepublic Premium)
AWS has tended to innovate less in terms of frameworks and has instead focused on tooling like Sagemaker Studio, an IDE for machine learning, to help enterprises do more with less expertise. Microsoft offers something similar in Azure Machine Learning, enabling users to configure machine learning operations and pipelines. All three clouds also offer a bevy of API-driven services like Amazon Polly, a text-to-speech service.
As stated, many enterprises will begin and end with the AI/ML services they discover with their default cloud provider. Thats fine, but it misses much of the innovation happening elsewhere in startups and beyond. Though every enterprise should look to their cloud provider for AI/ML services, they should also consider innovators like those profiled below.
Though enterprises embraced R in the early days of data science, Python has since supplanted R to become the dominant language for AI/ML. Dask, an open source project that facilitates scaling Python workloads, has become a must-have for the data science crowd because it makes it possible to scale popular computational libraries like NumPy, pandas and scikit-learn beyond a single machine to multi-core machines and distributed clusters.
Scikit-learn can tap into Dask for parallelism, enabling the data scientist to train estimators using all the cores of a cluster without making significant changes to the underlying code. This sort of parallelism is critical for ML, because data scientists need to break up computations across a cluster to execute on large datasets.
The company behind Dask, Coiled, manages Dask clusters on AWS or Google Cloud, thereby making it easier to run Dask clusters in production. Coileds Dask innovation is all about lowering the bar to Python professionals doing more with ML.
With Coiled, data scientists can stick with the Python libraries they love, while Coiled takes care of provisioning cloud resources, handling instance failures, coordinating data synchronization across machines and securing the cloud environment, as Dask developer James Courbeau explained.
In a similar manner, OctoML introduces DevOps-level agility and automation to ML deployment on any hardware. Or, even more simply put, OctoML optimizes ML model performance on any hardware, no matter where its running. Given that getting models into production is one of the biggest barriers to enterprise productivity with AI/ML, OctoML is tackling a tough problem.
SEE: Metaverse cheat sheet: Everything you need to know (free PDF) (TechRepublic)
The deployment problem is made more difficult due to the rigid set of dependencies between a ML training framework like Pytorch, the model itself and the different hardware it will need to run on. OctoML automatically creates customized code for specific hardware parameters, selects appropriate libraries and compiler options and then configures hardware configuration settings to fine-tune performance. This requires knowledge of more than 80 deployment targets.
Such optimization of model deployment led the company founders to start by open sourcing what became Apache TVM, a deep learning compiler that has become the de facto deep learning compiler for ML giants like Amazon and Facebook. Building off that expertise, OctoML now tries to make it simpler for all companies to deploy machine learning models on varied hardware configurations.
Keeping with the theme of making ML more approachable for a wider population of users, MindsDB is all about bringing the power of ML to something enterprises already use daily: Their database. As one person explained to me, MindsDB is a way to raise the IQ of databases.
How so? By allowing users to add an ML-based prediction layer to their datasets. This means that anyone with knowledge of SQL can add ML capabilities to their databases by adding an ML-based prediction layer to their datasets. This layer, or extension of SQL, makes it so ML models can be created, queried and maintained as if they were database tables. MindsDB meets data professionals where they are, giving them a shortcut to ML proficiency.
In this way, MindsDB helps organizations make better use of their data to yield forecasts of what future data will look like based on past data. Of course, ML has long depended on pulling data from databases and other sources. The difference with MindsDBs approach is that companies dont need to go through the bother of extracting, transforming and loading their data into other systems. MindsDBs big innovation is to make ML possible right in the database.
I may ski 150+ days each season in Utahs backcountry, but Im sadly not in contention to become a professional skier. As such, Ill never get to use Zone7, the AI-driven human performance platform that analyzes extensive athlete data to suggest optimal rest and training regimens for professional sports teams.
If that seems niche, perhaps it is. But it led Liverpool, one of the most successful soccer clubs on the planet to reduce injuries by a third last season, even as the team competed across multiple competitions and won two of them. Sports is a big business, and a swelling number of professional teams across soccer, American football and rugby leagues are turning to Zone7.
SEE: Best business intelligence tools (TechRepublic)
So what does the company do, exactly? As the company has detailed themselves, Zone7 analyzes comprehensive player data, including in-game and training positioning information, as well as biometric, strength, sleep and stress levels. The platform, in turn, identifies undetected risk patterns, creates real-time injury threat alerts, and offers practical intervention methods to help guide and inform coaches decision-making.
Zone7, in other words, isnt something you or your company are likely to use. It is, however, something that the team you support just might embrace. Given my soccer teams injury record (Arsenal), it cant happen soon enough.
BLOOM is an open source, multilingual language that aims to tackle the biases ML systems inherit from their training texts. In every other example provided here, the AI/ML innovations are for sale. Not BLOOM. In fact, this is a key requirement of the language as it attempts to break large technology companies grip on natural language processing. Though companies are involved, organized into a group called BigScience, no one company controls BLOOM.
The costs and expertise associated with training large language models to make statistical inferences between billions of words are immense, so only big companies can afford to participate. By contrast, BLOOM is being developed and shaped by hundreds of researchers, including some from Facebook and Google, working as individuals in true open source fashion.
Rather than taking the standard approach of training the model based on text pulled from the Internet just imagine how impartial a model based on a days worth of text from Twitter would be the researchers carefully selected roughly two-thirds of their 341-billion word data set from 500 sources. This doesnt guarantee that BLOOM will be bias-free, but as an open source project, contributors can improve it to remove biases.
Importantly, BLOOM will be made available free of charge. Yes, there will be a cost associated with running it, but Hugging Face and other companies are figuring out ways to make the costs minimal. BLOOM is not yet available to use, but it may significantly democratize NLP.
Landing AI should be on everyones list of AI/ML innovators if for no other reason than it was founded by Andrew Ng, co-founder of Coursera and founding lead of Google Brain. Ng is a big deal in big data, and with his pedigree comes experience putting ML into practice. As such, its perhaps not surprising that a big focus for Landing AI is improving data quality.
Data preparation tends to be as much as 70% of the work done by data scientists, and Landing AI tries to ameliorate this by taking a data-centric approach to ML. As Ng put it, instead of focusing on the code, companies should focus on developing systematic engineering practices for improving data in ways that are reliable, efficient and systematic.
The companys first product is LandingLens, an enterprise MLOps platform for machine vision. LandingLens is a visual inspection platform that aims to ensure product quality by improving inspection accuracy and reducing false positives. It does this through collaboration between ML engineers to train, test, confirm and deploy deep-learning models based on high-quality, verified data to edge devices within the manufacturing process. Landing AI is trying to apply cutting-edge ML to legacy industries like manufacturing, healthcare and agriculture.
Databricks is hardly a startup, and that shows in its integrated, holistic ML platform that includes managed services for experiment tracking, model training, feature development and management, and feature and model serving. Databricks started Delta Lake, a lakehouse approach to incorporating massive quantities of enterprise data in one place. From there, the company offers a platform that enables ML teams to collaborate on data preparation and processing, giving teams a central, standardized approach to working with data and associated ML models.
Databricks integrates well with each of the cloud providers, particularly Microsoft Azure. Though Databricks relies on Apache Spark, users can also use their preferred programming languages like Python, R and SQL, and Databricks does the backend work to ensure they work fine with Spark too.
SEE: Hiring Kit: Artificial Intelligence Architect (TechRepublic Premium)
In fact, this type of work is arguably Databricks biggest innovation: Giving data scientists and others a one-stop shop for tracking experiments, reproducing results at significant scale, moving models into production, and redeploying and rolling out updated models. Other companies tackle isolated aspects of these challenges, but Databricks takes an end-to-end platform approach.
The most strangely named company may also be the most innovative. Hugging Face, which started as a chatbot and evolved to offer a registry of NLP models used to deliver those chatbots, is now on track to become the GitHub of ML. Today the company hosts over 100,000 pre-trained transformer models and more than 10,000 datasets for NLP, computer vision, speech, time-series and reinforcement learning. More than 10,000 companies use Hugging Face to privately collaborate on ML applications.
It has long been an impediment to ML adoption that collaboration within an organization has been so challenging. Different teams might be building essentially the same models, duplicating effort, and there was no standardized approach to building and deploying transformer models.
Hugging Face changes this by making it simple to discover and collaborate on models within an organization, just as GitHub and GitLab do for code. The company offers its Inference API, which provides access to tens of thousands of pre-trained models. This is important because most companies lack the expertise to build models themselves.
The company also offers AutoTrain, which helps enterprises easily develop and automatically fine-tune models. Finally, Hugging Face takes care of deployment. And as with GitHub, a Hugging Face user can blend the best of public transformers with private models securely and safely.
Hugging Face co-founder and CEO Clement Delangue believes that the number of ML professionals could surpass the number of developers by 2027. By making ML accessible to a broader variety of professionals, including developers, Hugging Face may well be a critical accelerant to reaching that goal. The company, which has open sourced key elements of its technology since its chatbot founding, has made open collaboration a key tenet for how it builds and enables others to build. So far, it seems to be working.
Disclosure: I work for MongoDB, but the views expressed herein are mine.
Go here to read the rest:
8 most innovative AI and machine learning companies - TechRepublic
- Predicting land suitability for wheat and barley crops using machine learning techniques - Nature - May 10th, 2025 [May 10th, 2025]
- AI and Machine Learning - Ribeiro Preto adopts Optibus to optimise public bus system - Smart Cities World - May 10th, 2025 [May 10th, 2025]
- Childrens Hospital Los Angeles Leads Development of First Machine Learning Tool to Predict Risk of Cisplatin-Induced Hearing Loss - Business Wire - May 10th, 2025 [May 10th, 2025]
- Google is using machine learning to help Android users avoid unwanted and dangerous notifications - BetaNews - May 10th, 2025 [May 10th, 2025]
- London School of Emerging Technology (LSET) Concludes International Workshop on Emerging AI & Machine Learning Innovation - Barchart.com - May 10th, 2025 [May 10th, 2025]
- Thermal performance, entropy generation, and machine learning insights of AlO-TiO hybrid nanofluids in turbulent flow - Nature - May 10th, 2025 [May 10th, 2025]
- Predicting the efficacy of bevacizumab on peritumoral edema based on imaging features and machine learning - Nature - May 10th, 2025 [May 10th, 2025]
- How AI and machine learning are supercharging video conferencing tools - European CEO - May 10th, 2025 [May 10th, 2025]
- The need for a risk-based approach to AI and machine learning in healthcare - Health Tech World - May 10th, 2025 [May 10th, 2025]
- Integrated bioinformatics, machine learning, and molecular docking reveal crosstalk genes and potential drugs between periodontitis and systemic lupus... - May 10th, 2025 [May 10th, 2025]
- Adversarial Machine Learning in Detecting Inauthentic Behavior on Social Platforms - AiThority - May 10th, 2025 [May 10th, 2025]
- Exploring crop health and its associations with fungal soil microbiome composition using machine learning applied to remote sensing data - Nature - May 10th, 2025 [May 10th, 2025]
- Trust-based model and machine learning improve forest fire detection system - International Fire & Safety Journal - May 10th, 2025 [May 10th, 2025]
- A machine learning engineer shares the rsums that landed her jobs at Meta and X and what she'd change if she applied again - Business Insider Africa - May 5th, 2025 [May 5th, 2025]
- Recentive Analytics v. Fox: The Federal Circuit Provides Analysis on the Patent Eligibility of Machine Learning Claims - Mintz - May 5th, 2025 [May 5th, 2025]
- A machine learning engineer shares the rsums that landed her jobs at Meta and X and what she'd change if she applied again - Business Insider - May 5th, 2025 [May 5th, 2025]
- Enhancing urban resilience through machine learning-supported flood risk assessment: integrating flood susceptibility with building function... - May 5th, 2025 [May 5th, 2025]
- MicroAlgo Inc. Develops Classifier Auto-Optimization Technology Based on Variational Quantum Algorithms, Accelerating the Advancement of Quantum... - May 5th, 2025 [May 5th, 2025]
- Enhanced metal ion adsorption using ZnO-MXene nanocomposites with machine learning-based performance prediction - Nature - May 5th, 2025 [May 5th, 2025]
- Integrating SHAP analysis with machine learning to predict postpartum hemorrhage in vaginal births - BMC Pregnancy and Childbirth - May 5th, 2025 [May 5th, 2025]
- Machine learning provide new insights into how the brain responds to heroin use - News-Medical - May 2nd, 2025 [May 2nd, 2025]
- Machine Learning and AI in Basic HIV Research: From Big Data Analysis to Large Language Models - UNC Gillings School of Global Public Health - May 2nd, 2025 [May 2nd, 2025]
- Machine learning brings new insights to cells role in addiction, relapse - University of Cincinnati - May 2nd, 2025 [May 2nd, 2025]
- UH/UC Researchers Use Machine Learning to Map Brain Changes from Heroin Addiction - University of Houston - May 2nd, 2025 [May 2nd, 2025]
- Machine Learning Algorithm Predicts Shiba Inu Price In May You Should See This - The Crypto Update - May 2nd, 2025 [May 2nd, 2025]
- Seerist partners with SOCOM to enhance AI and machine learning for special operations - Defence Industry Europe - May 2nd, 2025 [May 2nd, 2025]
- How machine learning can spark many discoveries in science and medicine - The Indian Express - April 30th, 2025 [April 30th, 2025]
- Machine learning frameworks to accurately estimate the adsorption of organic materials onto resin and biochar - Nature - April 30th, 2025 [April 30th, 2025]
- Gene Therapy Research Roundup: Gene Circuits and Controlling Capsids With Machine Learning - themedicinemaker.com - April 30th, 2025 [April 30th, 2025]
- Seerist and SOCOM Enter Five-Year CRADA to Advance AI and Machine Learning for Operations - PRWeb - April 30th, 2025 [April 30th, 2025]
- Machine learning models for estimating the overall oil recovery of waterflooding operations in heterogenous reservoirs - Nature - April 30th, 2025 [April 30th, 2025]
- Machine learning-based quantification and separation of emissions and meteorological effects on PM - Nature - April 30th, 2025 [April 30th, 2025]
- Protein interactions, network pharmacology, and machine learning work together to predict genes linked to mitochondrial dysfunction in hypertrophic... - April 30th, 2025 [April 30th, 2025]
- AQR Bets on Machine Learning as Asness Becomes AI Believer - Bloomberg.com - April 30th, 2025 [April 30th, 2025]
- Darktrace enhances Cyber AI Analyst with advanced machine learning for improved threat investigations - Industrial Cyber - April 21st, 2025 [April 21st, 2025]
- Infrared spectroscopy with machine learning detects early wood coating deterioration - Phys.org - April 21st, 2025 [April 21st, 2025]
- A simulation-driven computational framework for adaptive energy-efficient optimization in machine learning-based intrusion detection systems - Nature - April 21st, 2025 [April 21st, 2025]
- Machine learning model to predict the fitness of AAV capsids for gene therapy - EurekAlert! - April 21st, 2025 [April 21st, 2025]
- An integrated approach of feature selection and machine learning for early detection of breast cancer - Nature - April 21st, 2025 [April 21st, 2025]
- Predicting cerebral infarction and transient ischemic attack in healthy individuals and those with dysmetabolism: a machine learning approach combined... - April 21st, 2025 [April 21st, 2025]
- Autolomous CEO Discusses AI and Machine Learning Applications in Pharmaceutical Development and Manufacturing with Pharmaceutical Technology -... - April 21st, 2025 [April 21st, 2025]
- Machine Learning Interpretation of Optical Spectroscopy Using Peak-Sensitive Logistic Regression - ACS Publications - April 21st, 2025 [April 21st, 2025]
- Estimated glucose disposal rate outperforms other insulin resistance surrogates in predicting incident cardiovascular diseases in... - April 21st, 2025 [April 21st, 2025]
- Machine learning-based differentiation of schizophrenia and bipolar disorder using multiscale fuzzy entropy and relative power from resting-state EEG... - April 12th, 2025 [April 12th, 2025]
- Increasing load factor in logistics and evaluating shipment performance with machine learning methods: A case from the automotive industry - Nature - April 12th, 2025 [April 12th, 2025]
- Machine learning-based prediction of the thermal conductivity of filling material incorporating steelmaking slag in a ground heat exchanger system -... - April 12th, 2025 [April 12th, 2025]
- Do LLMs Know Internally When They Follow Instructions? - Apple Machine Learning Research - April 12th, 2025 [April 12th, 2025]
- Leveraging machine learning in precision medicine to unveil organochlorine pesticides as predictive biomarkers for thyroid dysfunction - Nature - April 12th, 2025 [April 12th, 2025]
- Analysis and validation of hub genes for atherosclerosis and AIDS and immune infiltration characteristics based on bioinformatics and machine learning... - April 12th, 2025 [April 12th, 2025]
- AI and Machine Learning - Bentley and Google partner to improve asset analytics - Smart Cities World - April 12th, 2025 [April 12th, 2025]
- Where to find the next Earth: Machine learning accelerates the search for habitable planets - Phys.org - April 10th, 2025 [April 10th, 2025]
- Concurrent spin squeezing and field tracking with machine learning - Nature - April 10th, 2025 [April 10th, 2025]
- This AI Paper Introduces a Machine Learning Framework to Estimate the Inference Budget for Self-Consistency and GenRMs (Generative Reward Models) -... - April 10th, 2025 [April 10th, 2025]
- UCI researchers study use of machine learning to improve stroke diagnosis, access to timely treatment - UCI Health - April 10th, 2025 [April 10th, 2025]
- Assessing dengue forecasting methods: a comparative study of statistical models and machine learning techniques in Rio de Janeiro, Brazil - Tropical... - April 10th, 2025 [April 10th, 2025]
- Machine learning integration of multimodal data identifies key features of circulating NT-proBNP in people without cardiovascular diseases - Nature - April 10th, 2025 [April 10th, 2025]
- How AI, Data Science, And Machine Learning Are Shaping The Future - Forbes - April 10th, 2025 [April 10th, 2025]
- Development and validation of interpretable machine learning models to predict distant metastasis and prognosis of muscle-invasive bladder cancer... - April 10th, 2025 [April 10th, 2025]
- From fax machines to machine learning: The fight for efficiency - HME News - April 10th, 2025 [April 10th, 2025]
- Carbon market and emission reduction: evidence from evolutionary game and machine learning - Nature - April 10th, 2025 [April 10th, 2025]
- Infleqtion Unveils Contextual Machine Learning (CML) at GTC 2025, Powering AI Breakthroughs with NVIDIA CUDA-Q and Quantum-Inspired Algorithms - Yahoo... - March 22nd, 2025 [March 22nd, 2025]
- Karlie Kloss' coding nonprofit offering free AI and machine learning workshop this weekend - KSDK.com - March 22nd, 2025 [March 22nd, 2025]
- Machine learning reveals distinct neuroanatomical signatures of cardiovascular and metabolic diseases in cognitively unimpaired individuals -... - March 22nd, 2025 [March 22nd, 2025]
- Machine learning analysis of cardiovascular risk factors and their associations with hearing loss - Nature.com - March 22nd, 2025 [March 22nd, 2025]
- Weekly Recap: Dual-Cure Inks, AI And Machine Learning Top This Weeks Stories - Ink World Magazine - March 22nd, 2025 [March 22nd, 2025]
- Network-based predictive models for artificial intelligence: an interpretable application of machine learning techniques in the assessment of... - March 22nd, 2025 [March 22nd, 2025]
- Machine learning aids in detection of 'brain tsunamis' - University of Cincinnati - March 22nd, 2025 [March 22nd, 2025]
- AI & Machine Learning in Database Management: Studying Trends and Applications with Nithin Gadicharla - Tech Times - March 22nd, 2025 [March 22nd, 2025]
- MicroRNA Biomarkers and Machine Learning for Hypertension Subtyping - Physician's Weekly - March 22nd, 2025 [March 22nd, 2025]
- Machine Learning Pioneer Ramin Hasani Joins Info-Tech's "Digital Disruption" Podcast to Explore the Future of AI and Liquid Neural Networks... - March 22nd, 2025 [March 22nd, 2025]
- Predicting HIV treatment nonadherence in adolescents with machine learning - News-Medical.Net - March 22nd, 2025 [March 22nd, 2025]
- AI And Machine Learning In Ink And Coatings Formulation - Ink World Magazine - March 22nd, 2025 [March 22nd, 2025]
- Counting whales by eavesdropping on their chatter, with help from machine learning - Mongabay.com - March 22nd, 2025 [March 22nd, 2025]
- Associate Professor - Artificial Intelligence and Machine Learning job with GALGOTIAS UNIVERSITY | 390348 - Times Higher Education - March 22nd, 2025 [March 22nd, 2025]
- Innovative Machine Learning Tool Reveals Secrets Of Marine Microbial Proteins - Evrim Aac - March 22nd, 2025 [March 22nd, 2025]
- Exploring the role of breastfeeding, antibiotics, and indoor environments in preschool children atopic dermatitis through machine learning and hygiene... - March 22nd, 2025 [March 22nd, 2025]
- Applying machine learning algorithms to explore the impact of combined noise and dust on hearing loss in occupationally exposed populations -... - March 22nd, 2025 [March 22nd, 2025]
- 'We want them to be the creators': Karlie Kloss' coding nonprofit offering free AI and machine learning workshop this weekend - KSDK.com - March 22nd, 2025 [March 22nd, 2025]
- New headset reads minds and uses AR, AI and machine learning to help people with locked-in-syndrome communicate with loved ones again - PC Gamer - March 22nd, 2025 [March 22nd, 2025]
- Enhancing cybersecurity through script development using machine and deep learning for advanced threat mitigation - Nature.com - March 11th, 2025 [March 11th, 2025]