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
- Machine learning narrows search for additional particles in the Higgs boson family - Phys.org - July 24th, 2026 [July 24th, 2026]
- F1 in Belgium: Machine learning algorithms are ruining the sport - Ars Technica - July 24th, 2026 [July 24th, 2026]
- Researchers use AI and machine learning to design two new promising blue TADF OLED emitters - OLED-Info - July 24th, 2026 [July 24th, 2026]
- Machine learning professor breaks down OpenAI model's hack of another AI company - CBS News - July 24th, 2026 [July 24th, 2026]
- Barlast Tests Folk Tradition and Machine Learning On Imitation Game - World Music Central - July 24th, 2026 [July 24th, 2026]
- Predicting Outcomes with Machine Learning | Mathematical Sciences | College of Arts & Sciences - University of Delaware - July 6th, 2026 [July 6th, 2026]
- Machine Learning in Public Health: A 3-day Intensive Workshop - American Public Health Association - July 6th, 2026 [July 6th, 2026]
- Tunable band-stop photodetection with machine learning-enabled broadband spectral adaptation - Nature - July 3rd, 2026 [July 3rd, 2026]
- Basic machine learning with lessR : Easy, simple, and free - Open Access Government - July 3rd, 2026 [July 3rd, 2026]
- QuadSci Named Machine Learning Company of the Year - MarTech Cube - July 3rd, 2026 [July 3rd, 2026]
- From Conventional to Intelligent Triage: A Systematic Review of Artificial Intelligence and Machine Learning Applications in Emergency Departments -... - July 3rd, 2026 [July 3rd, 2026]
- On Robustness and Chain-of-Thought Consistency of RL-Finetuned VLMs - Apple Machine Learning Research - July 3rd, 2026 [July 3rd, 2026]
- Improving Wildfire Prediction with Machine Learning and Firebreaks - University of Reading - July 3rd, 2026 [July 3rd, 2026]
- A 3X Leader for the Agentic Era: DataRobot Named a Leader Again in the Gartner Magic Quadrant for Data Science and Machine Learning Platforms -... - June 24th, 2026 [June 24th, 2026]
- A 3X Leader for the Agentic Era: DataRobot Named a Leader Again in the Gartner Magic Quadrant for Data Science and Machine Learning Platforms - Yahoo... - June 24th, 2026 [June 24th, 2026]
- Undergrads gain hands-on machine learning experience in summer program - The Pennsylvania State University - June 24th, 2026 [June 24th, 2026]
- Python and Machine Learning: Why the Two Skills Are Increasingly Inseparable - BNO News - June 24th, 2026 [June 24th, 2026]
- Domino Data Lab Named a Visionary for the Third Consecutive Year in the 2026 Gartner Magic Quadrant for AI Platforms for Data Science and Machine... - June 24th, 2026 [June 24th, 2026]
- Machine Learning Boosts Smart Thermochromic Window Efficiency - Bioengineer.org - June 24th, 2026 [June 24th, 2026]
- A.I. VS HUMAN ROAST BATTLE to Pit Machine Learning Against Live Rapper in SF - BroadwayWorld - June 16th, 2026 [June 16th, 2026]
- Machine learning gives the U.S. a 1% chance of winning the World Cup final in its own backyard - Fortune - June 16th, 2026 [June 16th, 2026]
- Machine Learning Reveals Genes That Help Yeasts Resist Stress - Department of Energy (.gov) - June 16th, 2026 [June 16th, 2026]
- Machine Learning Reveals AED Impact on LGG Prognosis - Bioengineer.org - June 16th, 2026 [June 16th, 2026]
- Introducing the Third Generation of Apples Foundation Models - Apple Machine Learning Research - June 12th, 2026 [June 12th, 2026]
- Machine learning model predicts T2D risk up to 10 years before onset - Managed Healthcare Executive - June 12th, 2026 [June 12th, 2026]
- GPU as a Service Market to Reach USD 14.4 Billion by 2033 at 16.0% CAGR, Fueled by Generative AI, Machine Learning, and Cloud Infrastructure Expansion... - June 12th, 2026 [June 12th, 2026]
- Machine learning-guided design of mechanoadaptive bioglues for multitissue trauma and first-aid applications - Nature - June 12th, 2026 [June 12th, 2026]
- OUCRU scientists are using machine learning to forecast the next dengue outbreak - tropicalmedicine.ox.ac.uk - June 12th, 2026 [June 12th, 2026]
- IIT Roorkee invites applications for 11th Batch of Data Science, Machine Learning & Generative AI Programme - Elets Technomedia - June 12th, 2026 [June 12th, 2026]
- RAG Is Not Machine Learning, and the ML Toolkit Solves the Wrong Problem - Towards Data Science - June 3rd, 2026 [June 3rd, 2026]
- A reality check on the AI jobs hysteria - Machine Learning Week US - June 3rd, 2026 [June 3rd, 2026]
- STMicroelectronics Releases Vibration Sensor With Integrated Machine Learning for Industrial Monitoring - geneonline.com - June 3rd, 2026 [June 3rd, 2026]
- NAVER LABS Europe is offering a 2026 Research Internship in Large Language Models, focusing on AI Alignment, Controlled Generation, and Machine... - May 29th, 2026 [May 29th, 2026]
- Q&A: A Machine-Learning-Based Tool to Enhance Clinical Care of Patients With Multiple Sclerosis - Physician's Weekly - May 29th, 2026 [May 29th, 2026]
- Evaluating the Diagnostic Performance of AI and Machine Learning in Sickle Cell Disease Detection: A Systematic Review - Cureus - May 29th, 2026 [May 29th, 2026]
- HTC-19 Update: Artificial Intelligence and Machine Learning - Chromatography Online - May 29th, 2026 [May 29th, 2026]
- Multimodal phenotypic classification of generalized anxiety and panic using structural MRI data and psychosocial factors: machine learning results... - May 29th, 2026 [May 29th, 2026]
- Machine Learning Personalizes Depression Treatment with the Help of Wearable Technology - UC San Diego Today - May 27th, 2026 [May 27th, 2026]
- How Machine Learning Makes Complex Knowledge Useable in Real-World Conditions - Supply & Demand Chain Executive - May 25th, 2026 [May 25th, 2026]
- How Airbnbs machine-learning tools aim to prevent Memorial Day weekend parties in Las Vegas - FOX5 Vegas - May 25th, 2026 [May 25th, 2026]
- Artificial Intelligence and Machine Learning in Hospital Quality Management, Patient Safety, and Accreditation Readiness: A Systematic Review and... - May 25th, 2026 [May 25th, 2026]
- Machine learning accelerates analysis of fusion materials - Technology Org - May 25th, 2026 [May 25th, 2026]
- Dr. Kaveh Heidary Presents Innovations in AI, Machine Learning and Multispectral Imaging - aamu.edu - May 25th, 2026 [May 25th, 2026]
- Comparison of Prognostic Performance Between a Machine Learning Model and Manually Measured Grey-White-Matter Ratio on Early Brain Computed Tomography... - May 25th, 2026 [May 25th, 2026]
- Machine learning proves that graphene is hydrophobic - Phys.org - May 13th, 2026 [May 13th, 2026]
- Machine learning algorithm predicts AMD stock price on May 31, 2026 - Finbold - May 13th, 2026 [May 13th, 2026]
- Genetic association and machine learning improve the prediction of type 1 diabetes risk - Nature - May 1st, 2026 [May 1st, 2026]
- What Can We Expect From Machine Learning Predictions in Daily Clinical Neurology? - Neurology Live - May 1st, 2026 [May 1st, 2026]
- How Spam Filters Paved the Way for Adversarial Machine Learning - 150sec - May 1st, 2026 [May 1st, 2026]
- Real-Time Estimation of Numerical Rating Scale (NRS) Scores Using Machine Learning-Based Facial Expression Analysis: A Proof-of-Concept Study - Cureus - May 1st, 2026 [May 1st, 2026]
- Heriot-Watt researcher warns gen AI in machine learning carries serious and underestimated risks - EdTech Innovation Hub - May 1st, 2026 [May 1st, 2026]
- HS-SPME/GCMS and Machine Learning Enable Volatile Fingerprinting and Classification of Commercial Vinegars - Chromatography Online - April 12th, 2026 [April 12th, 2026]
- Role of Artificial Intelligence and Machine Learning in Diagnosing Knee Lesions: Where Are We Now? - Cureus - April 12th, 2026 [April 12th, 2026]
- CMML2AML: machine-learning discovery of co-mutations and specific single mutations predictive of blast transformation in chronic myelomonocytic... - April 12th, 2026 [April 12th, 2026]
- Machine-learning-based reconstruction of Ming-dynasty defensive corridors in Yuxian - Nature - April 12th, 2026 [April 12th, 2026]
- Have you published a disruptive paper? New machine-learning tool helps you check - Physics World - April 12th, 2026 [April 12th, 2026]
- Microsoft is automatically updating Windows 11 24H2 to 25H2 using machine learning - TweakTown - April 5th, 2026 [April 5th, 2026]
- Inside the Magic of Machine Learning That Powers Enemy AI in Arc Raiders - 80 Level - April 3rd, 2026 [April 3rd, 2026]
- We analyzed Philly street scenes and identified signs of gentrification using machine learning trained on longtime residents observations - The... - April 3rd, 2026 [April 3rd, 2026]
- Boston University To Apply Machine Learning To Alzheimers Biomarker And Cognitive Data - Quantum Zeitgeist - April 3rd, 2026 [April 3rd, 2026]
- Sony buys machine-learning company to help "enhance gameplay visuals, improve rendering techniques, and unlock new levels of visual... - April 3rd, 2026 [April 3rd, 2026]
- The Machine Learning Stack Is Being Rebuilt From Scratch Here's What Developers Need to Know in 2026 - HackerNoon - April 3rd, 2026 [April 3rd, 2026]
- Closing the Revenue Gap: Leveraging Machine Learning to Solve the $260 Billion Denial Crisis - vocal.media - April 3rd, 2026 [April 3rd, 2026]
- Machine Learning for Pharmaceuticals Set to Witness Rapid - openPR.com - April 3rd, 2026 [April 3rd, 2026]
- You Must Address These 4 Concerns To Deploy Predictive AI - Machine Learning Week US - March 30th, 2026 [March 30th, 2026]
- Google and the rise of space-based machine learning - Latitude Media - March 30th, 2026 [March 30th, 2026]
- Researchers use machine learning and social network theory to identify formation patterns in digital forums - techxplore.com - March 30th, 2026 [March 30th, 2026]
- Mayo Clinic Study Uses Wearables and Machine Learning to Predict COPD Rehab Participation - HIT Consultant - March 30th, 2026 [March 30th, 2026]
- Machine learning at the edge in retail: constraints and gains - IoT News - March 26th, 2026 [March 26th, 2026]
- AI agents are flashy, but machine learning still pays the bills - TechRadar - March 26th, 2026 [March 26th, 2026]
- Single-cell imaging and machine learning reveal hidden coordination in algae's response to light stress - Phys.org - March 26th, 2026 [March 26th, 2026]
- Machine learning analysis of CT scans - National Institutes of Health (.gov) - March 22nd, 2026 [March 22nd, 2026]
- TransUnion Machine Learning Fraud Tools Tested Against Weak Share Price Momentum - simplywall.st - March 22nd, 2026 [March 22nd, 2026]
- Machine learning could help predict how people with depression respond to treatment - Medical Xpress - March 22nd, 2026 [March 22nd, 2026]
- KR approves machine learning-based fuel reduction methodology - Smart Maritime Network - March 22nd, 2026 [March 22nd, 2026]
- Available solar energy in Andalusia will increase through the end of the century, machine learning model finds - Tech Xplore - March 22nd, 2026 [March 22nd, 2026]
- How Machine Learning Is Reshaping Environmental Policy and Water Governance - Devdiscourse - March 22nd, 2026 [March 22nd, 2026]
- Chemistry student uses machine learning to transform gene therapy production - The University of North Carolina at Chapel Hill - March 13th, 2026 [March 13th, 2026]
- AI and Machine Learning - City of Brownsville to build smart city safety solution - Smart Cities World - March 13th, 2026 [March 13th, 2026]
- AI and Machine Learning - London borough overhauls public safety infrastructure - Smart Cities World - March 13th, 2026 [March 13th, 2026]