Alternatives to Zebra by Mipsology
Compare Zebra by Mipsology alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Zebra by Mipsology in 2026. Compare features, ratings, user reviews, pricing, and more from Zebra by Mipsology competitors and alternatives in order to make an informed decision for your business.
-
1
ThirdAI
ThirdAI
ThirdAI (pronunciation: /THərd ī/ Third eye) is a cutting-edge Artificial intelligence startup carving scalable and sustainable AI. ThirdAI accelerator builds hash-based processing algorithms for training and inference with neural networks. The technology is a result of 10 years of innovation in finding efficient (beyond tensor) mathematics for deep learning. Our algorithmic innovation has demonstrated how we can make Commodity x86 CPUs 15x or faster than most potent NVIDIA GPUs for training large neural networks. The demonstration has shaken the common knowledge prevailing in the AI community that specialized processors like GPUs are significantly superior to CPUs for training neural networks. Our innovation would not only benefit current AI training by shifting to lower-cost CPUs, but it should also allow the “unlocking” of AI training workloads on GPUs that were not previously feasible. -
2
Microsoft Cognitive Toolkit
Microsoft
The Microsoft Cognitive Toolkit (CNTK) is an open-source toolkit for commercial-grade distributed deep learning. It describes neural networks as a series of computational steps via a directed graph. CNTK allows the user to easily realize and combine popular model types such as feed-forward DNNs, convolutional neural networks (CNNs) and recurrent neural networks (RNNs/LSTMs). CNTK implements stochastic gradient descent (SGD, error backpropagation) learning with automatic differentiation and parallelization across multiple GPUs and servers. CNTK can be included as a library in your Python, C#, or C++ programs, or used as a standalone machine-learning tool through its own model description language (BrainScript). In addition you can use the CNTK model evaluation functionality from your Java programs. CNTK supports 64-bit Linux or 64-bit Windows operating systems. To install you can either choose pre-compiled binary packages, or compile the toolkit from the source provided in GitHub. -
3
Latent AI
Latent AI
We take the hard work out of AI processing on the edge. The Latent AI Efficient Inference Platform (LEIP) enables adaptive AI at the edge by optimizing for compute, energy and memory without requiring changes to existing AI/ML infrastructure and frameworks. LEIP is a modular, fully-integrated workflow designed to train, quantize, adapt and deploy edge AI neural networks. LEIP is a modular, fully-integrated workflow designed to train, quantize and deploy edge AI neural networks. Latent AI believes in a vibrant and sustainable future driven by the power of AI and the promise of edge computing. Our mission is to deliver on the vast potential of edge AI with solutions that are efficient, practical, and useful. Latent AI helps a variety of federal and commercial organizations gain the most from their edge AI with an automated edge MLOps pipeline that creates ultra-efficient, compressed, and secured edge models at scale while also removing all maintenance and configuration concerns -
4
Neural Designer
Artelnics
Neural Designer is a powerful software tool for developing and deploying machine learning models. It provides a user-friendly interface that allows users to build, train, and evaluate neural networks without requiring extensive programming knowledge. With a wide range of features and algorithms, Neural Designer simplifies the entire machine learning workflow, from data preprocessing to model optimization. In addition, it supports various data types, including numerical, categorical, and text, making it versatile for domains. Additionally, Neural Designer offers automatic model selection and hyperparameter optimization, enabling users to find the best model for their data with minimal effort. Finally, its intuitive visualizations and comprehensive reports facilitate interpreting and understanding the model's performance.Starting Price: $2495/year (per user) -
5
Neuralhub
Neuralhub
Neuralhub is a system that makes working with neural networks easier, helping AI enthusiasts, researchers, and engineers to create, experiment, and innovate in the AI space. Our mission extends beyond providing tools; we're also creating a community, a place to share and work together. We aim to simplify the way we do deep learning today by bringing all the tools, research, and models into a single collaborative space, making AI research, learning, and development more accessible. Build a neural network from scratch or use our library of common network components, layers, architectures, novel research, and pre-trained models to experiment and build something of your own. Construct your neural network with one click. Visually see and interact with every component in the network. Easily tune hyperparameters such as epochs, features, labels and much more. -
6
NVIDIA DIGITS
NVIDIA DIGITS
The NVIDIA Deep Learning GPU Training System (DIGITS) puts the power of deep learning into the hands of engineers and data scientists. DIGITS can be used to rapidly train the highly accurate deep neural network (DNNs) for image classification, segmentation and object detection tasks. DIGITS simplifies common deep learning tasks such as managing data, designing and training neural networks on multi-GPU systems, monitoring performance in real-time with advanced visualizations, and selecting the best performing model from the results browser for deployment. DIGITS is completely interactive so that data scientists can focus on designing and training networks rather than programming and debugging. Interactively train models using TensorFlow and visualize model architecture using TensorBoard. Integrate custom plug-ins for importing special data formats such as DICOM used in medical imaging. -
7
DeePhi Quantization Tool
DeePhi Quantization Tool
This is a model quantization tool for convolution neural networks(CNN). This tool could quantize both weights/biases and activations from 32-bit floating-point (FP32) format to 8-bit integer(INT8) format or any other bit depths. With this tool, you can boost the inference performance and efficiency significantly, while maintaining the accuracy. This tool supports common layer types in neural networks, including convolution, pooling, fully-connected, batch normalization and so on. The quantization tool does not need the retraining of the network or labeled datasets, only one batch of pictures are needed. The process time ranges from a few seconds to several minutes depending on the size of neural network, which makes rapid model update possible. This tool is collaborative optimized for DeePhi DPU and could generate INT8 format model files required by DNNC.Starting Price: $0.90 per hour -
8
ConvNetJS
ConvNetJS
ConvNetJS is a Javascript library for training deep learning models (neural networks) entirely in your browser. Open a tab and you're training. No software requirements, no compilers, no installations, no GPUs, no sweat. The library allows you to formulate and solve neural networks in Javascript, and was originally written by @karpathy. However, the library has since been extended by contributions from the community and more are warmly welcome. The fastest way to obtain the library in a plug-and-play way if you don't care about developing is through this link to convnet-min.js, which contains the minified library. Alternatively, you can also choose to download the latest release of the library from Github. The file you are probably most interested in is build/convnet-min.js, which contains the entire library. To use it, create a bare-bones index.html file in some folder and copy build/convnet-min.js to the same folder. -
9
NeuroIntelligence
ALYUDA
NeuroIntelligence is a neural networks software application designed to assist neural network, data mining, pattern recognition, and predictive modeling experts in solving real-world problems. NeuroIntelligence features only proven neural network modeling algorithms and neural net techniques; software is fast and easy-to-use. Visualized architecture search, neural network training and testing. Neural network architecture search, fitness bars, network training graphs comparison. Training graphs, dataset error, network error, weights and errors distribution, neural network input importance. Testing, actual vs. output graph, scatter plot, response graph, ROC curve, confusion matrix. The interface of NeuroIntelligence is optimized to solve data mining, forecasting, classification and pattern recognition problems. You can create a better solution much faster using the tool's easy-to-use GUI and unique time-saving capabilities.Starting Price: $497 per user -
10
TFLearn
TFLearn
TFlearn is a modular and transparent deep learning library built on top of Tensorflow. It was designed to provide a higher-level API to TensorFlow in order to facilitate and speed up experimentations while remaining fully transparent and compatible with it. Easy-to-use and understand high-level API for implementing deep neural networks, with tutorial and examples. Fast prototyping through highly modular built-in neural network layers, regularizers, optimizers, metrics. Full transparency over Tensorflow. All functions are built over tensors and can be used independently of TFLearn. Powerful helper functions to train any TensorFlow graph, with support of multiple inputs, outputs, and optimizers. Easy and beautiful graph visualization, with details about weights, gradients, activations and more. The high-level API currently supports most of the recent deep learning models, such as Convolutions, LSTM, BiRNN, BatchNorm, PReLU, Residual networks, Generative networks. -
11
Zebra Savanna
Zebra Technologies
The Zebra Savanna cloud data platform delivers actionable workflow insights, powering next-gen applications by aggregating and analyzing real-time edge data and creating systems of reality that deliver best-action guidance to workers in real-time. Zebra Savanna seamlessly connects your existing hardware, software and data ecosystems fueling business digitization and automation. Additionally, you can leverage Zebra Savanna's public, unified APIs and developer tools to build secure, scalable digital services with ease and speed. Using a value-added API layer on Zebra Savanna, Zebra Data Services provides partners and developers the ability to innovate, design and quickly deploy applications helping your customers transform their businesses, creating an ecosystem extending far beyond Zebra. Zebra Savanna serves as the foundation of a new series of enterprise applications and solutions from Zebra that will digitally transform the way companies drive performance. -
12
Zebralette
u-he
Zebralette is our version of a Trojan horse. A free synthesizer and an introduction to Zebra2's fantastic oscillators. Perhaps it will persuade you to try Zebra2 and upgrade. If one oscillator is this powerful, imagine what you can achieve with four, and all the other great features available in Zebra2. Zebralette is an introduction to Zebra2's powerful oscillators. Zebra2 can seem overwhelming at first glance, so we stripped it down to a single oscillator plus a few other features and created Zebralette, the little Zebra. Once you master Zebralette you can move up to Zebra2 with confidence. Your presets can come with you, as Zebralette presets can be opened in Zebra2. But more than a teaching tool, Zebralette is an incredible-sounding synth in its own right. Surrounding Zebra's spectral oscillator with a few core modulation options and effects makes Zebralette highly capable.Starting Price: Free -
13
Zebra Legacy
u-he
Zebra Legacy is a comprehensive synthesizer suite developed by u-he, encompassing the renowned Zebra2 synthesizer, the ZebraHZ variant, and all associated sound sets, including The Dark Zebra, totaling over 4,300 presets. Zebra2 is celebrated for its versatility, featuring four wavetable oscillators, four FM oscillators, and an array of filters and modulation options, making it a favorite among sound designers and composers, particularly in Hollywood. The ZebraHZ version, initially created in collaboration with composer Hans Zimmer, offers additional features such as Diva filters and polyphonic compressors, enhancing its sonic capabilities. Zebra Legacy supports various formats, including VST2, VST3, AU, AAX, and CLAP, and is compatible with macOS, Windows, and Linux platforms. The suite also includes NKS-ready presets for integration with Native Instruments hardware. Existing Zebra2 owners can access Zebra Legacy and its content at no extra cost.Starting Price: €99 one-time payment -
14
Accelerate your deep learning workload. Speed your time to value with AI model training and inference. With advancements in compute, algorithm and data access, enterprises are adopting deep learning more widely to extract and scale insight through speech recognition, natural language processing and image classification. Deep learning can interpret text, images, audio and video at scale, generating patterns for recommendation engines, sentiment analysis, financial risk modeling and anomaly detection. High computational power has been required to process neural networks due to the number of layers and the volumes of data to train the networks. Furthermore, businesses are struggling to show results from deep learning experiments implemented in silos.
-
15
Torch
Torch
Torch is a scientific computing framework with wide support for machine learning algorithms that puts GPUs first. It is easy to use and efficient, thanks to an easy and fast scripting language, LuaJIT, and an underlying C/CUDA implementation. The goal of Torch is to have maximum flexibility and speed in building your scientific algorithms while making the process extremely simple. Torch comes with a large ecosystem of community-driven packages in machine learning, computer vision, signal processing, parallel processing, image, video, audio and networking among others, and builds on top of the Lua community. At the heart of Torch are the popular neural network and optimization libraries which are simple to use, while having maximum flexibility in implementing complex neural network topologies. You can build arbitrary graphs of neural networks, and parallelize them over CPUs and GPUs in an efficient manner. -
16
ZebraCM
u-he
ZebraCM is a stripped-down version of Zebra2 with a selection of modules organized in a simple layout. Though smaller, ZebraCM is still an adept synthesizer with enough features to keep you busy before stepping up to the full experience of Zebra2. ZebraCM was commissioned by Computer Music magazine for their readers. Two wavetable oscillators with 16 waves each, featuring integrated sync and spectral filtering. Supports up to 16 voices, with options for duophonic, monophonic, and legato modes. Includes white, pink, digital, and crackles noise types. Equipped with 20 modes, encompassing various lowpass, bandpass, notch, shelf, and all-pass filters. Offers three LFOs and two ADSR envelopes with fall/rise sustain. Features chorus, delay, and reverb effects. Provides a resizable and skinnable UI, adjustable from 70% to 200%. Comes with 221 factory presets.Starting Price: Free -
17
Zebra Enterprise Browser
Zebra Technologies
Zebra's Enterprise Browser is an Android-based industrial browser that enables the development of web-based applications tailored to leverage the full capabilities of Zebra devices. It allows developers to create feature-rich applications using standard web technologies such as HTML5, CSS, and JavaScript, ensuring compatibility across various Zebra devices, including mobile computers, tablets, kiosks, wearables, and vehicle-mounted devices. The browser provides access to Zebra's extensive API library, facilitating seamless integration with device features like barcode scanning, RFID, and cameras. Additionally, Enterprise Browser supports integration with leading Enterprise Resource Planning (ERP) systems, such as SAP, through the Zebra Picking Plus API, enabling real-time updates to backend databases and streamlining operational workflows. By offering a consistent and intuitive user interface, Enterprise Browser enhances worker productivity and simplifies the development process.Starting Price: Free -
18
Workforce Connect PTT Pro
Zebra Technologies
Give workers robust one-to-one, site-to-site and group push-to-talk services over cellular and Wi-Fi networks, removing boundaries — your workforce is always connected, regardless of worker location. Workforce Connect PTT Pro is compatible with select Zebra, consumer Android and Apple iOS devices. For high uptime and availability, we can help your business ensure its Zebra mobile computers, bar code scanners, RFID devices and wireless LAN (WLAN) infrastructure are online and ready for business. Zebra PTT Pro is a VoIP application that, for cellular network connections, requires a data plan. As compared with other video and image communication applications, PTT Pro requires minimal data. It uses a variable rate Voice CODEC technology so improved voice quality is delivered to users with better data service. -
19
Zebra Imaging Analytics Engine
Zebra Medical Vision
Zebra’s Imaging Analytics Engine receives imaging scans from various modalities and automatically analyzes them for a number of different clinical findings, in a timely manner and full synergy with radiology workflow. Providers use Zebra-Med to alert them of patients at high risk of cardiovascular, lung, bone and other diseases. This facilitates preventative care programs, proper risk adjustments and allocation, as well as conformance with quality standards such as MACRA. With Zebra-Med – focus can be provided to the right patients, at the right time – saving overall costs while improving care. -
20
Chainer
Chainer
A powerful, flexible, and intuitive framework for neural networks. Chainer supports CUDA computation. It only requires a few lines of code to leverage a GPU. It also runs on multiple GPUs with little effort. Chainer supports various network architectures including feed-forward nets, convnets, recurrent nets and recursive nets. It also supports per-batch architectures. Forward computation can include any control flow statements of Python without lacking the ability of backpropagation. It makes code intuitive and easy to debug. Comes with ChainerRLA, a library that implements various state-of-the-art deep reinforcement algorithms. Also, with ChainerCVA, a collection of tools to train and run neural networks for computer vision tasks. Chainer supports CUDA computation. It only requires a few lines of code to leverage a GPU. It also runs on multiple GPUs with little effort. -
21
Tenstorrent DevCloud
Tenstorrent
We developed Tenstorrent DevCloud to give people the opportunity to try their models on our servers without purchasing our hardware. We are building Tenstorrent AI in the cloud so programmers can try our AI solutions. The first log-in is free, after that, you get connected with our team who can help better assess your needs. Tenstorrent is a team of competent and motivated people that came together to build the best computing platform for AI and software 2.0. Tenstorrent is a next-generation computing company with the mission of addressing the rapidly growing computing demands for software 2.0. Headquartered in Toronto, Canada, Tenstorrent brings together experts in the field of computer architecture, basic design, advanced systems, and neural network compilers. ur processors are optimized for neural network inference and training. They can also execute other types of parallel computation. Tenstorrent processors comprise a grid of cores known as Tensix cores. -
22
Luminal
Luminal
Luminal is a machine-learning framework built for speed, simplicity, and composability, focusing on static graphs and compiler-based optimization to deliver high performance even for complex neural networks. It compiles models into minimal “primops” (only 12 primitive operations) and then applies compiler passes to replace those with device-specific optimized kernels, enabling efficient execution on GPU or other backends. It supports modules (building blocks of networks with a standard forward API) and the GraphTensor interface (typed tensors and graphs at compile time) for model definition and execution. Luminal’s core remains intentionally small and hackable, with extensibility via external compilers for datatypes, devices, training, quantization, and more. Quick-start guidance shows how to clone the repo, build a “Hello World” example, or run a larger model like LLaMA 3 using GPU features. -
23
YandexART
Yandex
YandexART is a diffusion neural network by Yandex designed for image and video creation. This new neural network ranks as a global leader among generative models in terms of image generation quality. Integrated into Yandex services like Yandex Business and Shedevrum, it generates images and videos using the cascade diffusion method—initially creating images based on requests and progressively enhancing their resolution while infusing them with intricate details. The updated version of this neural network is already operational within the Shedevrum application, enhancing user experiences. YandexART fueling Shedevrum boasts an immense scale, with 5 billion parameters, and underwent training on an extensive dataset comprising 330 million pairs of images and corresponding text descriptions. Through the fusion of a refined dataset, a proprietary text encoder, and reinforcement learning, Shedevrum consistently delivers high-calibre content. -
24
Deci
Deci AI
Easily build, optimize, and deploy fast & accurate models with Deci’s deep learning development platform powered by Neural Architecture Search. Instantly achieve accuracy & runtime performance that outperform SoTA models for any use case and inference hardware. Reach production faster with automated tools. No more endless iterations and dozens of different libraries. Enable new use cases on resource-constrained devices or cut up to 80% of your cloud compute costs. Automatically find accurate & fast architectures tailored for your application, hardware and performance targets with Deci’s NAS based AutoNAC engine. Automatically compile and quantize your models using best-of-breed compilers and quickly evaluate different production settings. Automatically compile and quantize your models using best-of-breed compilers and quickly evaluate different production settings. -
25
Sharky Neural Network
SharkTime Software
Sharky Neural Network is a Windows application providing a visual, interactive introduction to machine learning. This free software serves as a playground for experimenting with neural network classification in real-time. Instead of relying on static charts, Sharky offers a "live view" of the learning process. You can watch the network adjust its classification boundaries like a movie unfolding on your screen. Users can swap architectures and data shapes to see how topology affects results. The app uses the backpropagation algorithm with optional momentum to give you direct control over learning dynamics. Perfect for students and hobbyists, Sharky Neural Network makes hidden layers and data clustering intuitive. It is a lightweight tool that effectively bridges the gap between theory and practice.Starting Price: $0 -
26
Supervisely
Supervisely
The leading platform for entire computer vision lifecycle. Iterate from image annotation to accurate neural networks 10x faster. With our best-in-class data labeling tools transform your images / videos / 3d point cloud into high-quality training data. Train your models, track experiments, visualize and continuously improve model predictions, build custom solution within the single environment. Our self-hosted solution guaranties data privacy, powerful customization capabilities, and easy integration into your technology stack. A turnkey solution for Computer Vision: multi-format data annotation & management, quality control at scale and neural networks training in end-to-end platform. Inspired by professional video editing software, created by data scientists for data scientists — the most powerful video labeling tool for machine learning and more. -
27
DataMelt
jWork.ORG
DataMelt (or "DMelt") is an environment for numeric computation, data analysis, data mining, computational statistics, and data visualization. DataMelt can be used to plot functions and data in 2D and 3D, perform statistical tests, data mining, numeric computations, function minimization, linear algebra, solving systems of linear and differential equations. Linear, non-linear and symbolic regression are also available. Neural networks and various data-manipulation methods are integrated using Java API. Elements of symbolic computations using Octave/Matlab scripting are supported. DataMelt is a computational environment for Java platform. It can be used with different programming languages on different operating systems. Unlike other statistical programs, it is not limited to a single programming language. This software combines the world's most-popular enterprise language, Java, with the most popular scripting language used in data science, such as Jython (Python), Groovy, JRuby.Starting Price: $0 -
28
PTT Express
Zebra Technologies
Now you can easily connect different workers in different departments with different types of Zebra mobile computers, from compact handhelds to full size rugged mobile computers, vehicle mounts and more. This PTT solution is extraordinarily easy to implement—no server or PBX integration is required. Once the PTT Express voice client has been enabled on compatible Zebra devices, workers will enjoy the instant accessibility that PTT communications deliver. And the voice client is easy to deploy—your customers can use either ActiveSync or Zebra's mobile device management solutions. Secures your voice communications secure and allows you to choose the right level of security for different types of communications through support for open, WEP and WPA-TKIP-PSK modes. -
29
NVIDIA Modulus
NVIDIA
NVIDIA Modulus is a neural network framework that blends the power of physics in the form of governing partial differential equations (PDEs) with data to build high-fidelity, parameterized surrogate models with near-real-time latency. Whether you’re looking to get started with AI-driven physics problems or designing digital twin models for complex non-linear, multi-physics systems, NVIDIA Modulus can support your work. Offers building blocks for developing physics machine learning surrogate models that combine both physics and data. The framework is generalizable to different domains and use cases—from engineering simulations to life sciences and from forward simulations to inverse/data assimilation problems. Provides parameterized system representation that solves for multiple scenarios in near real time, letting you train once offline to infer in real time repeatedly. -
30
ZebraZapps
Allen Interactions
Discover the power of ZebraZapps' unique, visual editor and now create and publish mobile apps with real interactivity. No browser. No player. It’s a real app! ZebraZapps is the latest breakthrough in e-learning from Michael Allen and Allen Interactions. This authoring and publishing system empowers authors to collaborate, create, publish, and share powerful learning experiences—all via a professional-grade, visual editor. The creative design begins with brainstorming. In ZebraZapps, sketches become fully functional and interactive instantly! Make your sketched objects interact with other objects and replace them with polished final media later. With its unique visual editor, ZebraZapps lets you go wild! Engage users, grab their attention and keep them involved. Don't be held captive by anything more than your imagination, create your own interactions, exactly as you want them. -
31
Zebra BI
Zebra BI
Zebra BI is the most powerful and intuitive way to create jaw-dropping reports and dashboards with powerful visualization tools in Power BI or Office. Our out-of-the-box tools for meaningful, actionable, and user-friendly reports make it easy to deliver real insights from their data in record time. Have your reports set up in minutes by importing Zebra BI into Power BI, Excel, or PowerPoint. Create understandable and actionable business reports and dashboards. Zebra BI visuals will not just show whether something is good or bad but will also put your data into the right perspective. By using advanced functionalities like dynamic comments, focus mode, scaling groups, or drill-through you will better understand the context behind your company’s performance. Get immediate visualization of your data with out-of-the-box YoY growth rates and comparisons to PL, PY, or FC together with variances. Zebra BI will simplify your data models and shorten your report devStarting Price: $62/month -
32
Zebra MotionWorks Warehouse
Zebra Technologies
Warehouses are busier than ever. How can warehouses keep up with exponential demands, rising logistics costs and labor challenges, all while satisfying customer expectations? Zebra MotionWorks Warehouse. Zebra MotionWorks Warehouse is a near real-time warehouse asset tracking system optimized for handling large volumes of assets at the rapid pace required by today’s warehouse operations. Improve asset visibility, automate manual processes and go beyond RFID and RTLS tracking and management to gain insights for better operational decisions. With Zebra MotionWorks Warehouse, you’ll be equipped to do more than meet today’s demands on warehouses — you can exceed them for a greater competitive edge. Delivering an immediate ROI, Zebra MotionWorks Warehouse asset tracking allows you to see exactly where your critical assets are, stationary or in motion, to provide unmatched visibility. It gives you a complete picture of your operations to streamline workflows & increase worker productivity. -
33
Zebra SmartCount
Zebra
Zebra SmartCount is an innovative and comprehensive self-scan, physical inventory management solutions available. With simple out-of-the-box deployment, Zebra SmartCount delivers real-time inventory visibility with significant savings to better manage shrink, increase sales, and ensure retailers have the right products in the right stores at the right time. As the industry leader in self-directed inventory management solutions, Zebra has supported inventory events globally in more than 55,000 retail stores in 2018—and counting—with retailers achieving cost reductions of 25% to 50%, with exceptional accuracy in their physical inventory management. Retail is changing fast, and so are methods to manage physical inventory. As e-commerce and buy-online-pickup-instore services expand rapidly, customer satisfaction depends on store inventories being as accurate as possible. From hardware and software, to training and 24/7 real-time support, SmartCount excels in these aspects. -
34
Neuri
Neuri
We conduct and implement cutting-edge research on artificial intelligence to create real advantage in financial investment. Illuminating the financial market with ground-breaking neuro-prediction. We combine novel deep reinforcement learning algorithms and graph-based learning with artificial neural networks for modeling and predicting time series. Neuri strives to generate synthetic data emulating the global financial markets, testing it with complex simulations of trading behavior. We bet on the future of quantum optimization in enabling our simulations to surpass the limits of classical supercomputing. Financial markets are highly fluid, with dynamics evolving over time. As such we build AI algorithms that adapt and learn continuously, in order to uncover the connections between different financial assets, classes and markets. The application of neuroscience-inspired models, quantum algorithms and machine learning to systematic trading at this point is underexplored. -
35
NVIDIA TensorRT
NVIDIA
NVIDIA TensorRT is an ecosystem of APIs for high-performance deep learning inference, encompassing an inference runtime and model optimizations that deliver low latency and high throughput for production applications. Built on the CUDA parallel programming model, TensorRT optimizes neural network models trained on all major frameworks, calibrating them for lower precision with high accuracy, and deploying them across hyperscale data centers, workstations, laptops, and edge devices. It employs techniques such as quantization, layer and tensor fusion, and kernel tuning on all types of NVIDIA GPUs, from edge devices to PCs to data centers. The ecosystem includes TensorRT-LLM, an open source library that accelerates and optimizes inference performance of recent large language models on the NVIDIA AI platform, enabling developers to experiment with new LLMs for high performance and quick customization through a simplified Python API.Starting Price: Free -
36
ZebraSign
ZebraSign
ZebraSign is a secure electronic document management system built for small and medium-sized businesses. It centralizes all documents – contracts, forms, approvals, and signed records – in one workspace with full access control and audit history. The platform’s simple interface makes it easy to manage and track documents at every stage. By moving to digital workflows, ZebraSign helps reduce paper use and storage costs while ensuring secure access to critical files. Key Features - Electronic logbooks for record keeping; - Signing on a tablet for easy, on-the-go document approval and confirmation; - Workflow automation and reusable templates for recurring business forms and contracts; - Virtual printer for instant document conversion and signing. ZebraSign brings all your contracts, forms, and approvals into one workspace where you can sign on the go, track every change, and automate routine tasks.Starting Price: $4.99 -
37
Darknet
Darknet
Darknet is an open-source neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation. You can find the source on GitHub or you can read more about what Darknet can do. Darknet is easy to install with only two optional dependencies, OpenCV if you want a wider variety of supported image types, and CUDA if you want GPU computation. Darknet on the CPU is fast but it's like 500 times faster on GPU! You'll have to have an Nvidia GPU and you'll have to install CUDA. By default, Darknet uses stb_image.h for image loading. If you want more support for weird formats (like CMYK jpegs, thanks Obama) you can use OpenCV instead! OpenCV also allows you to view images and detections without having to save them to disk. Classify images with popular models like ResNet and ResNeXt. Recurrent neural networks are all the rage for time-series data and NLP. -
38
Zebrafi
Zebrafi
Give your sales team and prospects the benefit of a guided selling journey. Each Zebra module is part of an overall strategy to guide your team to the prospects and customers where your solution delivers the most value. Zebra Scoring is a unique way to qualify opportunities upfront and throughout the sales cycle. Are requests for resources such as solution and demonstration experts, access to R&D, sales and executive management based on a measurable prioritization process? Do your VoC's organize and quantify all the ways your solution creates value? Guided selling helps every rep understand and talk to strategic deals as if they had closed them. How often are you using a business case? Does it include total cost of ownership and ROI based on your VOC's? Build a collaborative business case directly with prospects in Zebra. Sellers and buyers are guided through the production of a mutually agreed upon business case.Starting Price: $2500/month -
39
NeuroShell Trader
NeuroShell Trader
If you have a set of favorite indicators but don't have a set of profitable trading rules, the pattern recognition of an artificial neural network may be the solution. Neural networks analyze your favorite indicators, recognize multi-dimensional patterns too complex to visualize, predict, and forecast market movements, and then generate trading rules based on those patterns, predictions, and forecasts. With NeuroShell Trader's proprietary fast training 'Turboprop 2' neural network you no longer need to be a neural network expert. Inserting neural network trading is as easy as inserting an indicator. NeuroShell Trader's point-and-click interface allows you to easily create automated trading systems based on technical analysis indicators and neural network market forecasts without any code or programming.Starting Price: $1,495 one-time payment -
40
Zebra AI
Zebra BI
AI-powered Business Intelligence. Cut through the data modeling hassle. Create sales dashboards, get insights, & collaborate instantly. Build sales dashboards in less than 15 seconds. Whether you’re a business analyst, a BI consultant, or a CEO, anyone can work with Zebra AI: just upload your data and let our AI work the data & generate your dashboard instantly. We’ve made Zebra AI secure – because your business data should be yours alone, and not part of a massive machine learning project. You don’t need another chart maker. Zebra AI is your trusty consultant to help you spot trends, retrieve information, and make compelling presentations. Share your dashboards and AI chats. Enable your entire team to work with the same source of truth – and all of this, in just a couple of clicks. This is more than just a powerful chatbot: it’s a tool experienced data analysts can wield to be more effective – no matter how complex your question or analysis is.Starting Price: $16/month -
41
Options for every business to train deep learning and machine learning models cost-effectively. AI accelerators for every use case, from low-cost inference to high-performance training. Simple to get started with a range of services for development and deployment. Tensor Processing Units (TPUs) are custom-built ASIC to train and execute deep neural networks. Train and run more powerful and accurate models cost-effectively with faster speed and scale. A range of NVIDIA GPUs to help with cost-effective inference or scale-up or scale-out training. Leverage RAPID and Spark with GPUs to execute deep learning. Run GPU workloads on Google Cloud where you have access to industry-leading storage, networking, and data analytics technologies. Access CPU platforms when you start a VM instance on Compute Engine. Compute Engine offers a range of both Intel and AMD processors for your VMs.
-
42
Zebra MotionWorks Sport
Zebra Technologies
Building on the company’s rich foundation, Zebra has boldly challenged the status quo in sports by introducing patented RFID technology to deliver a paradigm-shifting, player tracking system in professional sports. Zebra MotionWorks™ Sport enables a trove of data for real-time insight. As its full spectrum of capabilities continues to be leveraged across multiple sports properties, its impact will be significant. New player-tracking insights will change how fans relate to sports through cross-channel engagement and forever transform coaching and player personnel evaluations. MotionWorks Sport is revolutionizing how scouts, coaches and trainers evaluate players. This solution allows trainers to keep athletes at peak performance by developing bespoke training plans based on individual metrics and fatigue thresholds. The proprietary software further enables NFL coaches to sync with official Game Day data and integrate it to quickly optimize training. -
43
GigaChat
Sberbank
GigaChat knows how to answer user questions, maintain a dialogue, write program code, create texts and pictures based on descriptions within a single context. Unlike a foreign neural network, the GigaChat service initially already supports multimodal interaction and communicates more competently in Russian. The architecture of the GigaChat service is based on the neural network ensemble of the NeONKA (NEural Omnimodal Network with Knowledge-Awareness) model, which includes various neural network models and the method of supervised fine-tuning, reinforcement learning with human feedback. Thanks to this, Sber's new neural network can solve many intellectual tasks: keep up a conversation, write texts, answer factual questions. And the inclusion of the Kandinsky 2.1 model in the ensemble gives the neural network the skill of creating images. -
44
Zebra MedNex
Zebra MedNex
Zebra MedNex is an AI-powered patient case management SaaS solution designed to optimize healthcare workflows, improve patient care information management, and enhance drug safety. The platform offers advanced features such as predictive analytics, pattern recognition, and medical research analysis to support healthcare professionals in delivering proactive and personalized care. With a focus on patient safety, Zebra MedNex includes alert systems to notify providers about potential medication interactions and side effects, ensuring treatments are both safe and effective. Accessible via web and mobile devices, it streamlines appointment scheduling and data management, reducing administrative burdens and allowing healthcare providers to focus more on patient care.Starting Price: $250 -
45
Blue Hexagon
Blue Hexagon
We’ve designed our real-time deep learning platform to deliver speed of detection, efficacy and coverage that sets a new standard for cyber defense. We train our neural networks with global threat data that we’ve curated carefully via threat repositories, dark web, our deployments and from partners. Just like layers of neural networks can recognize your image in photos, our proprietary architecture of neural networks can identify threats in both payloads and headers. Every day, Blue Hexagon Labs validates the accuracy of our models with new threats in the wild. Our neural networks can identify a wide range of threats — file and fileless malware, exploits, C2 communications, malicious domains across Windows, Android, Linux platforms. Deep learning is a subset of machine learning that uses multi-layered artificial neural networks to learn data representation. -
46
EdgeCortix
EdgeCortix
Breaking the limits in AI processors and edge AI inference acceleration. Where AI inference acceleration needs it all, more TOPS, lower latency, better area and power efficiency, and scalability, EdgeCortix AI processor cores make it happen. General-purpose processing cores, CPUs, and GPUs, provide developers with flexibility for most applications. However, these general-purpose cores don’t match up well with workloads found in deep neural networks. EdgeCortix began with a mission in mind: redefining edge AI processing from the ground up. With EdgeCortix technology including a full-stack AI inference software development environment, run-time reconfigurable edge AI inference IP, and edge AI chips for boards and systems, designers can deploy near-cloud-level AI performance at the edge. Think about what that can do for these and other applications. Finding threats, raising situational awareness, and making vehicles smarter. -
47
NVIDIA PhysicsNeMo
NVIDIA
NVIDIA PhysicsNeMo is an open source Python deep-learning framework for building, training, fine-tuning, and inferring physics-AI models that combine physics knowledge with data to accelerate simulations, create high-fidelity surrogate models, and enable near-real-time predictions across domains such as computational fluid dynamics, structural mechanics, electromagnetics, weather and climate, and digital twin applications. It provides scalable, GPU-accelerated tools and Python APIs built on PyTorch and released under the Apache 2.0 license, offering curated model architectures including physics-informed neural networks, neural operators, graph neural networks, and generative AI–based approaches so developers can harness physics-driven causality alongside observed data for engineering-grade modeling. PhysicsNeMo includes end-to-end training pipelines from geometry ingestion to differential equations, reference application recipes to jump-start workflows.Starting Price: Free -
48
Fido
Fido
Fido is a light-weight, open-source, and highly modular C++ machine learning library. The library is targeted towards embedded electronics and robotics. Fido includes implementations of trainable neural networks, reinforcement learning methods, genetic algorithms, and a full-fledged robotic simulator. Fido also comes packaged with a human-trainable robot control system as described in Truell and Gruenstein. While the simulator is not in the most recent release, it can be found for experimentation on the simulator branch. -
49
LabelVision
Flexible Information Systems
The next generation of labeling software. LabelVision 20/20 makes bar code labeling easier than ever. To familiarize yourself with LabelVision 20/20, use the navigation bar on the left. QR Code bar code for DATAMAX DPL: LabelVision now supports the QR Code 2D bar code symbology using native DATAMAX Programming Language. New Zebra Printer Drivers: The following new Zebra printer drivers were added: ZD220, ZT411& ZT421. Expanded range for bar codes and fonts for DATAMAX printers. Improved data validation with multiple prompt screens. Improved QR Code bar with Field Output Format. The following new Zebra printer drivers were added in a pre-Version 4.6 build of version 4.5: GC420d, GC420t, Z-105SLPLUS, ZE500, ZD500, ZT410 & ZT420. Single record selection in Data Source Point & Shoot: You can now limit end users to select only one record in LabelVision’s Point & Shoot operation at print time. Until now, users could use the Shift and CTRL keys to select multiple records.Starting Price: $399 per month -
50
AForge.NET
AForge.NET
AForge.NET is an open source C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, fuzzy logic, machine learning, robotics, etc. The work on the framework's improvement is in constants progress, what means that new feature and namespaces are coming constantly. To get knowledge about its progress you may track source repository's log or visit project discussion group to get the latest information about it. The framework is provided not only with different libraries and their sources, but with many sample applications, which demonstrate the use of this framework, and with documentation help files, which are provided in HTML Help format.