Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
$300 Free Credits to Build on Google Cloud
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Quaternions are numbers with 4 parts: one for time, three for space.This project creates command line functions that generate thousands of points of quaternions, for the animation software. Think: analytical animation! See VisualPhysics.org examples.
The Tensor Voting Framework is a powerful technique for perceptual grouping, manifold learning, etc. It has proved to be a useful tool in the Computer Vision community. OpenTVF is an open source implementation of TVF.
*** There is now an active effort to include a QT-only (no KDE) based IDE for Octave that is part of the main Octave sourcecode. I recommend that you build and test that version of an IDE, as it will be the most supported option going forward. ***
The octavede is a development environment for the Octave mathematical software package. Octave normally is run in a terminal. Octavede provides an GTK/X11 application that provides functionality similar to other mathematical software packages.
Foma is a compiler, programming language, and C library for constructing finite-state automata and transducers for various uses. It has specific support for many natural language processing applications such as producing morphological analyzers.
Implementation of the PowerWatershed algorithm (q=2) described in the following paper (ICCV 2009)
http://www.esiee.fr/~najmanl/papers/couprie2009iccv.pdf
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
A simple CUDA accelerated solver for general dimensional n-body problems. Currently only the conjugate gradient method has been implemented, but more will soon follow.
Computes the characters of some Demazure modules of sl2^. Namely, consider the Weyl group element w_N = ... s_0 s_1 s_0 with a total of N factors. Then we can compute the character of the Demazure module V_{w_N}(m Lambda_0).
A branch-and-prune method to find all solutions to systems of nonlinear equations. The number of variables must equal the number of equations. The variables must have proper lower and upper bounds. The solver has an interface to the AMPL environment.
Maximum entropy is a powerful method for constructing statistical models of classification tasks, such as part of speech tagging in Natural Language Processing. Several example applications using maxent can be found in the OpenNLP Tools Library.
A basic calculator designed for the visually impaired that recites the operations being performed as it does them. Future development to include voice recognition of calculator functions and more advanced engineering calculations. Pre-Alpha phase.
EngLab is a cross-compile mathematical platform with a C like syntax to be used by both engineers and users with small programming knowledge. It also enables the user and community to easily compile their own functions as shared objects.
Collection of routines useful for computational analytical geometry. Not the simple part (like definition of a point, line, plane...) but more of the meat part (distance between a plane and a line, cut between 2 planes...)
PyCV is a Python package of modules useful for computer vision tasks. Its current focus is on boosting techniques, Haar-like features, and face detection. PyCV provides the world's fastest method for training a face detector, in a few hours.