Showing 22 open source projects for "data collection algorithm"

View related business solutions
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    ... the source files are in C#), and an additional description of many used classes. Book uses the examples from the demo project to explain everything in details. The examples are from many different areas. Examples from the first part of the book are aimed at the details of algorithm and its use with different objects; examples from the second part are mostly the real and very useful applications.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Electronic Circuit Optimization

    Electronic Circuit Optimization

    Optimer: a SPICE base electrical/ electronic circuit optimization tool

    This project is dedicated to the optimization of (any) electrical and electronic circuits and components using evolutionary and heuristic algorithms incorporated with SPICE simulators (such as HSPICE, ngSPICE, etc.). We provide Optimer, which is a user graphical interface for circuit design and optimization. Website: https://www.circuitoptimization.com/ E-mail: contact@circuitoptimization.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Object Oriented Streetmap

    C# class library for processing OpenStreetMap data

    This is a class library written in C# for processing OpenStreetMap XML file extracts into a SQLite database for routing with different vehicle types and restrictions. Before rating or contributing please see the README file for a more complete summary and a list of todos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Designed to help you with nonlinear, multidimensional, multi-parameter regression, using the Levenberg-Marquardt algorithm. The regression model can be set up using the input syntax of most modern cas. Full featured visualization and data edit mask. Regression Easy needs help. Especially need to catch exceptions and give reasonable error messages. (In the moment, the standard error handler is invoked. Simply click "resume" on any error.) For newest binary builds, look in the "/bin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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.
    Try free now
  • 5
    Morpheus search algorithm

    Morpheus search algorithm

    a mass spectrometry–based proteomics database search algorithm

    Morpheus is a mass spectrometry–based proteomics database search algorithm designed from the ground up for high-resolution tandem mass spectra. We have discovered that for high-resolution MS/MS, simple spectrum preprocessing and scoring performs superior to more complex algorithms originally developed for low-resolution MS/MS, such as Sequest, Mascot, and OMSSA. Morpheus is also very fast—up to nearly 5 times faster than OMSSA for large human datasets. It is written in C# and is available open...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    DenseBlocks

    DenseBlocks

    Unsupervised Classification Algorithm

    DenseBlocks is an unsupervised classification method for n-dimensional numerical data. It creates a multi-dimensional density representation of given training samples, defines clusters accordingly and returns this representation which can further be used to classify related data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This is open source SCADA system for MS Windows (2000/XP/Vista). Free SCADA provides for end-users flexible tools for visualization and interactive control of any industrial process. The system uses OPC servers for data collection.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    MQ Dataset Generator

    MQ Dataset Generator

    Dataset Generator

    Evaluation of methods/software is considered as a very important procedure for any user who wants to know the actual performance of a scientific tool. For the implementation of such evaluation procedure several test cases - scenarios shall be run. Obtaining the necessary test data sets can be an obstacle due to both privacy issues and also the time and cost associated with collecting multiple instances of a diverse set of data sources. An efficient alternative is the design and use of synthetic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    TSPLib.Net

    TSPLib wrapper for .Net

    TSPLib is a set of Traveler Salesman and related graph problems gathered by the Heidelberg university. This project provides .Net library wrapping up library files loading code, implements distance functions and all the TSPLib features. If you'd like to test your graph tour searching algorithm on a TSP lib will save you hours of reading in a data and adjusting your code to ensure that result are comparable. Delivering as a dll with .Net wrapper and a zip archive with all the original...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    A collection of pure Python algorithms and data structures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SkyTracer is a desktop software intended for data collection in radioastronomical observations, as well as data collection for other uses. It's interface aims to be rich and easy to use. Data collection can be achieved by one of these devices: PICADC (free Microchip PIC solution developed by me [will make publicly available soon]), MC Measurement Computing (MCC) board or any Sound Card with Line In or Mic input (used for spectral analysis).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    KineticaRT .Net Components

    KineticaRT .Net Components

    KineticaRT .Net Components - for fast control & monitoring systems

    KineticaRT .Net Components are a unique collection of software components for building high speed systems for control, monitoring, test and data acquisition. KineticaRT .Net Components have a proven track record for reliability and speed of implementation in automotive and aerospace markets. KineticaRT .Net Components are used in applications as diverse as greenhouse automation, financial data displays, retail security, F1 wind tunnels and engine test cells. KineticaRT .Net Components...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CRFSharp

    CRFSharp

    CRFSharp is a .NET(C#) implementation of Conditional Random Field

    CRFSharp(aka CRF#) is a .NET(C#) implementation of Conditional Random Fields, an machine learning algorithm for learning from labeled sequences of examples. It is widely used in Natural Language Process (NLP) tasks, for example: word breaker, postagging, named entity recognized, query chunking and so on. CRF#'s mainly algorithm is the same as CRF++ written by Taku Kudo. It encodes model parameters by L-BFGS. Moreover, it has many significant improvement than CRF++, such as totally parallel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OSM Explorer

    OSM Explorer

    Basic routing and spatial functions using OpenStreetMap data

    A mapping application for OpenStreetMap that renders OSM or MapQuest tiles and does basic routing from a built-in database. The main focus of this project is the development of a high-performance routing engine that can handle a variety of routing and vehicle constraints on demand without additional pre-processing of the road network. An additional goal is the development of a class library centered around a built-in, object-oriented database used for processing and storing OSM map data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CPC Tools is a collection of open-source proteomics tools for use with mass spectrometry-based proteomics data sets. These tools were created by the Cardiovascular Proteomics Center of Boston University School of Medicine (Boston, MA). STRAP (Software Tool for Rapid Annotation of Proteins) automatically annotates a protein list with information that helps to interpret mass spectrometry data. For more information about STRAP or to download the program, please visit http://www.bumc.bu.edu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DCAS Integration (NCS)
    Integration engine for Data Collection Application Suite (DCAS). Provides integration code between DCAS and Study Management System (such as SugarCRM)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Logbus-ng consists in a set of tools to aid developers perform Log Analysis in all the stages: log generation, collection, distribution, storage and analysis. It is designed specifically for Field Failure Data Analysis in critical distributed systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A set of services to allow for polling remote sites for data, displaying it on the local machine requesting said data, and moving that data anywhere else it needs to go.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The aim of the project is to provide open source collection of algorithms in the field of spectroscopy: data handling and processing, modeling and artificial intelligence tools.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    This is a DataMining Tool developed by C# Just use Apirori Method to find the relation rules of data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    iBookshelf is an application for cataloging your book collection and designing bookshelves based on this data.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    This is a collection of different little tools written in MATLAB, JAVA, Python. They all have to to do with Imaging & Microscopy for life science research and related topics or problems. Some of them are meant to be used with ImageJ and MicroManager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next