Showing 17 open source projects for "self"

View related business solutions
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • 1
    MATLAB Simulink Challenge Project Hub

    MATLAB Simulink Challenge Project Hub

    Lst of research and design project ideas

    ...The aim is to help students or educators find inspiration and guidance for projects aligning with industry trends or technical challenges. It includes encouragement of industry-relevant topics. As well as categorization by technology or domain. The content does not itself include a self-contained product or pipeline; instead it is a repository of ideas, descriptions, and links. References or links to supporting materials. Encouragement of industry-relevant topics. Maintained/endorsed by MathWorks (educational use).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    CFDTool - CFD & OpenFOAM GUI Toolbox

    CFDTool - CFD & OpenFOAM GUI Toolbox

    CFDTool - Easy to Use Computational Fluid Dynamics (CFD) Toolbox

    ...Based on FEATool Multiphysics (https://www.featool.com), CFDTool is specifically designed to make advanced fluid mechanics and heat transfer simulations both easy and enjoyable. - Completely stand-alone and cross-platform self-contained toolbox - Optionally use as MATLAB Add-On toolbox - Fully integrated and easy to use MATLAB GUI - Modeling and simulation in 1D, 2D, 3D, and axisymmetric/swirl/cylindrical coordinate systems - Seamless OpenFOAM GUI and SU2 CFD solver integrations (https://www.featool.com/Easy-to-Use-OpenFOAM-GUI) - Built-in geometry and CAD tools - Automatic mesh and grid generation - Pre-defined equations and boundary conditions for: + Incompressible viscous fluid flows (Navier-Stokes equations) + Compressible, supersonic, trans-sonic, and turbulent flows + Heat conduction with conjugate heat transfer
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    mksqlite

    mksqlite

    A MATLAB(R) Mex-DLL to SQLite Databases

    Did you ever want to store your MATLAB(R) data in a SQL database? Nothing large, simply a few array or strutures in a few tables. Maybe a few indicies and everything manageable with SQL commands? Then msqlite will be the right choice for you! mksqlite connects the power of MATLAB(R) with the efficiency of the SQLite database engine. (See also https://github.com/AndreasMartin72/mksqlite)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Mathematics

    Mathematics

    Accumulation of mathematical knowledge, matrix numerical optimization

    Mathematics is a comprehensive collection of notes, resources, and references spanning a wide range of mathematical topics. The repository organizes material across pure and applied mathematics, including calculus, linear algebra, probability, statistics, and optimization. It also extends into computational and algorithmic applications of mathematics, making it a useful reference for both academic study and practical problem-solving. The goal is to provide learners, researchers, and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 5
    PRMLT

    PRMLT

    Matlab code of machine learning algorithms in book PRML

    This Matlab package implements machine learning algorithms described in the great textbook: Pattern Recognition and Machine Learning by C. Bishop (PRML). It is written purely in Matlab language. It is self-contained. There is no external dependency. This package requires Matlab R2016b or latter, since it utilizes a new Matlab syntax called Implicit expansion (a.k.a. broadcasting). It also requires Statistics Toolbox (for some simple random number generator) and Image Processing Toolbox (for reading image data). The code is extremely compact. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Coursera Machine Learning

    Coursera Machine Learning

    Coursera Machine Learning By Prof. Andrew Ng

    CourseraMachineLearning is a personal collection of resources, notes, and programming exercises from Andrew Ng’s popular Machine Learning course on Coursera. It consolidates lecture references, programming tutorials, test cases, and supporting materials into one repository for easier review and practice. The project highlights fundamental machine learning concepts such as hypothesis functions, cost functions, gradient descent, bias-variance tradeoffs, and regression models. It also organizes...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 7
    TraceX

    TraceX

    MatLab App for calculating fitting isotopic exchange profile data

    MatLab App for calculating fitting isotopic exchange profile data. Developed for measuring self-diffusivity and effective surface exchange coefficient of ion conducting materials. Requires MatLab image processing toolbox If you use this tool for you research, please cite my PhD thesis: Cooper, S. J. Quantifying the Transport Properties of Solid Oxide Fuel Cell Electrodes. (Imperial College London, 2015). @phdthesis{SJCooper2015, author = {Cooper, S.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    nn22 Basic Neural Networks for Octave

    nn22 Basic Neural Networks for Octave

    Simple .m files, Basic Neural Networks study for Octave (or Matlab)

    ...The code is completely open to be modified and may suit several scenarios. The code commenting is verbose, and variables and functions do respect English formatting, so that code may be self explanatory. Messages to the screen are localized, both in English and Spanish, and it is really easy to add another language to the localization. If any further explanation is needed, the forum/discussion page may be of help :) Comments and suggestions are very welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    nail_systems_biology

    NAIL is a toolset for network analysis in the life sciences

    The NAIL (Network Analysis and Inference Library) project is a set of tools for solving problems in the life sciences using network (graph) approaches. NAIL includes methods for creating networks, analysing and comparing networks, and for visualising or presenting the results. These methods are designed as self-contained platform-independent components which can be called either from another program, or from a command line. Modelling biological systems as networks (graphs) is becoming a common approach in the life sciences. However, different algorithms typically use different input and output data types, are implemented using different technologies, and are demonstrated by application to different biological problems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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.
    Start Free
  • 10
    WM Hyperintensities Segmentation Toolbox

    WM Hyperintensities Segmentation Toolbox

    Open Source White Matter Hyperintensities Segmentation Toolbox

    ...They reflect comorbid neural injury or cerebral vascular disease burden. Their precise detection is of interest in Alzheimer’s disease (AD) with regard to its prognosis. Our toolbox provides a self-sufficient set of tools for segmenting these WMHs reliably and further quantifying their burden for down-processing studies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PAMELA Schrodinger-Poisson Code

    self-consistent schrodinger-poisson code for core-shell nanowires

    PAMELA (Pseudospectral Analysis Method with Exchange & Local Approximations) is a self-contained suite of MATLAB codes that can calculate electronic energies, densities, wavefunctions, and band-bending diagrams within a self-consistent Schrödinger-Poisson formalism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    DEC routing protocol for WSN

    A Deterministic Energy-efficient Clustering protocol for WSN

    ...In this paper, we have developed a purely deterministic model that utilizes clustering to organize the WSN. We propose a deterministic energy-efficient clustering protocol that is dynamic, distributive, self-organizing and more energy efficient than the existing protocols. It utilizes a simplified approach which minimizes computational overhead-cost to self-organize the sensor network. Our simulation result shows a better performance with respect to energy consumption, which is reflected in the network lifetime in both homogeneous and heterogeneous settings when compared with the existing protocols. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ACADO Toolkit

    ACADO Toolkit

    Toolkit for Automatic Control and Dynamic Optimization

    ...It provides a general framework for using a great variety of algorithms for direct optimal control, including model predictive control, state and parameter estimation and robust optimization. ACADO Toolkit is implemented as self-contained C++ code and comes along with user-friendly MATLAB interface. The object-oriented design allows for convenient coupling of existing optimization packages and for extending it with user-written optimization routines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Octave program which trains artificial neural networks to play backgammon through self-play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Databionics ESOM Tools offer many data mining tasks using Emergent Self-Organizing Maps. Visualization, clustering, and classification of high-dimensional data using databionics principles can be performed interactively or automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MatForce is a compiler that translates MatLab scripts into self-contained C++ code, producing human-readable, extensible C++ sources that can be fitted to the needs of the encapsulating application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    EveAI processes the data assuming that it has already been read by a sensor. Theoretically this should give it reflex behavior. Now the end product should be a self conscious machine future plans are to include the field of robotics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →