One platform to build, fine-tune, and deploy ML models. No MLOps team required.
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Try Free
Earn up to 16% annual interest with Nexo.
Access competitive interest rates on your digital assets.
Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform.
Geographic restrictions, eligibility, and terms apply.
The code in this project is incomplete and buggy in parts. It has been superseded by the math packages I wrote for PEAR (pear.php.net). Use those instead (see the Math section of the packages list). -- Jesus M. Castagnetto
Dasema is a compact C++ library for interpreting mathematical formula and applying them to data points/sets. It supports multiple variables and comes with a tool for benchmarking, a C++ GNU-like frontend as proof-of-consept and SWIG interface to Python.
JCharacterMatcher is an application for matching characters represented as graphs. It computes the distance between two characters. The smaller it is, the bigger is the probability that both graphs represent the same character.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Java numerical analysis codes based on Didier Besset's "Object-Oriented Implementation of Numerical Methods: An Introduction with Java & Smalltalk", 2000, Morgan Kaufmann Publishers.
A java command-line application where the main goal is to solve any simplex problem. It's a team-work school project. It can be usefull for other students who needs to understand the simplex algorithm.
This library provides expression parsing functionality to Java applications, and includes support for all standard mathematical constants and functions, as well as providing functionality for user defined variables and functions.
Fast-Fourier-Transform-based number theory code to test Mersenne numbers for primality using the Lucas-Lehmer test and the Crandall-Fagin irrational-base discrete weighted transform (IBDWT) algorithm (Math. Computation 62 (205), pp.305-324, January 1994)
OPALS (OPen ALgebra Solver) is an open source program designed to make solving algebraic problems much easier. It aims to eventually provide an easy way to integrate, differentiate, and perform other complicated mathematical operations on expressions.
This is an ocaml binding for LevMar Minimization library.
The library offers minimization from IR^n to IR^d finding the point which minimizes the distance ||f(p)-x0|| where x0 is the solution in the image space.
The binding enables to use ocaml functions
Mit NMaze kann man Zahlenrätsel erstellen und lösen lassen.
Man beginnt mit einem Quadrat und formt dann Abhängigkeiten in Form von Operationen und Zugehörigkeiten bezüglich Mengen.
Given a String , returns the next logically sequential string defined by a rule. The basic rule is, given a sequence of alphabets, it checks the string and returns a new string with one or more alteration. javadocs and source codes available inside.
This STL-like C++ library contains classes for long integer numbers processing with using of assembler functions as a backend. Lazy evaluation is also used for optimization. It also contains generic implementation of classical number-theory algorithms.