Showing 34 open source projects for "epoch"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 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
  • 1
    EEGLAB

    EEGLAB

    EEGLAB is an open source signal processing environment

    EEGLAB is an open source, MATLAB-based interactive environment for analyzing electrophysiological signals such as EEG and MEG. It incorporates powerful tools for data import, preprocessing, independent component analysis (ICA), time-frequency analysis, artifact rejection, and visualization—all within a GUI framework that also supports scripting and plugin extensions. EEGLAB is an open source signal processing environment for electrophysiological signals running on Matlab and Octave (command...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    ADAMANT JavaScript API library

    ADAMANT JavaScript API library

    ADAMANT Javascript API library

    ADAMANT JavaScript API is a library intended to interact with ADAMANT blockchain for JavaScript developers. Also ADAMANT Console and ADAMANT node Direct API are available. JS API shows decentralization in action, if a network node cannot fulfill your request, the library will redirect it to another node, and so on several times. You will get the result and you do not need to think about processing the request. Health Check system pings all nodes in the list using /status endpoint, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FASTER

    FASTER

    Fast persistent recoverable log and key-value store + cache

    Managing large application state easily, resiliently, and with high performance is one of the hardest problems in the cloud today. The FASTER project offers two artifacts to help tackle this problem. FASTER Log is a high-performance concurrent persistent recoverable log, iterator, and random reader library in C#. It supports very frequent commit operations at low latency, and can quickly saturate disk bandwidth. It supports both sync and async interfaces, handles disk errors, and supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    wwiig

    turn-based wargame/simulator

    High-realistic war similator tuned for WWII epoch and around. Over 9000 historical weapons, full world gridded geodata, including climate and population {project abandoned in 2020 due to persistent stack smashing bug)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Epoch Time

    Epoch Time

    Setting virtual machines date and time using barcode reader offline

    Written in c++ using qt4 libraries. For linux hosts and linux guests machines. Require installed package zint and qt4 libraries. - After save state, restore virtual machine. - Login as root. - Activate qr code displying function with countdown pressing 'qr' button. - With keyboard captured, click without releasing barcode reader button pointed over screen image during countdown. Can see PLAYME.mkv demo dowloadable as separate file in this project at sourceforge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ML++

    ML++

    A library created to revitalize C++ as a machine learning front end

    ...Here are a couple of things currently being developed for ML++. Call the optimizer that you would like to use. For iterative optimizers such as gradient descent, include the learning rate, epoch number, and whether or not to utilize the UI panel.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Celestial Precomputation

    Celestial Precomputation

    Sight Reduction for Air Navigation with Python

    ...This Python TK application calculates a good set of stars for a 3 star fix, makes all calculations similar to the FAAs Celestial Computation Sheet (see FAA doc FAA-H-8083-18). Also, you can create a PDF file that generates Pub 249 Vol 1 for any epoch you specify. The PUB249 as PDF is found under "Files". I wrote this for my aircraft bubble octant :-) It is mainly useful for air navigation as it assumes a bubble sextant but may be used for normal sextants as well. Requires Ephem and ReportLab (optional for PDF output) Not to be used for real-world navigation!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Query string variables

    Get, put and update variables via the URL query string

    ...variable=action&value=foo Request value of a variable http://wwww.yourdomain.tld/path/variables.php?variable=action Request last update of a variable using Unix epoch http://wwww.yourdomain.tld/path/variables.php?variable=action&timestamp=true
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DeepCluster

    DeepCluster

    Deep Clustering for Unsupervised Learning of Visual Features

    DeepCluster is a classic self-supervised clustering-based representation learning algorithm that iteratively groups image features and uses the cluster assignments as pseudo-labels to train the network. In each round, features produced by the network are clustered (e.g. k-means), and the cluster IDs become supervision targets in the next epoch, encouraging the model to refine its representation to better separate semantic groups. This alternating “cluster & train” scheme helps the model gradually discover meaningful structure without labels. DeepCluster was one of the early successes in unsupervised visual feature learning, demonstrating that clustering-based reformulation can rival supervised baselines for many downstream tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 10
    Super-résolution via CNN

    Super-résolution via CNN

    Super resolution using a CNN, based on the work of the DGtal team

    ...First of all, an Nvidia graphics card (neither AMD nor Intel integrated) is highly recommended to parallelize the CNN. You will then need to install CUDA. No CUDA = dozens of times slower. This program will generate "model_epoch_ .pth" files corresponding to the model at epoch n, in a folder saved_model_u t_bs bs_tbs tbs_lr lr, where corresponds to the scale factor, bsthe size of the training batch, tbsthe size of the test batch and lrto the learning rate. Low res images should be located in a "dataset/input" folder, and high res targets in a "dataset/target" folder, where each different quality image has the same name in both folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    snowflake for Go

    snowflake for Go

    A simple to use Go (golang) package to generate or parse snowflake IDs

    ...Remember that There is a maximum of 22 bits available that can be shared between these two values. You do not have to use all 22 bits. By default this package uses the Twitter Epoch of 1288834974657 or Nov 04 2010 01:42:54. You can set your own epoch value by setting snowflake. Epoch to a time in milliseconds to use as the epoch. When setting custom epoch or bit values you need to set them prior to calling any functions on the snowflake package, including NewNode(). Otherwise, the custom values you set will not be applied correctly. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SpacePy
    Now maintained at github.com/spacepy/spacepy Space Science library for Python - contains superposed epoch classes, drift shell tracing, access to magnetic field models, streamline tracing, bootstrap confidence limits, time and coordinate conversions, etc.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    git-fire

    git-fire

    Save Your Code in an Emergency

    git-fire is a Git plugin that helps in the event of an emergency by switching to the repository's root directory, adding all current files, committing, and pushing commits and all stashes to a new branch (to prevent merge conflicts). Alias it to git out or git going for comedic effect. <message> is optional. If not specified, "Fire! Branch fire-current branch-user email-seconds since epoch" will be used. Just copy git-fire to your $PATH and ensure it is an executable (chmod +x git-fire) and you're good to go.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    NexStarCtl

    Cross platform Perl API to control NexStar compatible telescopes

    This module implements the serial commands supported by the Celestron NexStar hand control (HC) and SkyWatcher/Orion SynScan HC. This applies to the Celestron: NexStar GPS, NexStar GPS-SA, NexStar iSeries, NexStar SE Series, NexStar GT, CPC, SLT, Advanced-VX, Advanced-GT, CGE, CGEM etc. SkyWatcher: EQ5, HEQ5, EQ6 (Pro), AZ-EQ5 GT, AZ-EQ6 GT, EQ8 etc. and the corresponding Orion mounts. Communication to the hand control is 9600 bits/sec, no parity and one stop bit via the RS-232 port...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Months4Mathematica

    Months4Mathematica

    more calendar conversions, epochs, JDN, moon, +

    extra astronomical / calendar / epoch features that mathematica does not have. has many new functions. supports multiple calendars (julian, gregorian, synodic, anomalistic). supports JDN conveniently, shows moon phase est. NEW: supports day number from 0 of any calendar conversion all-way between supported calendars supports multiple epochs and epoch generation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    PSGMiner a novel software which has been developed to carry out feature extraction in order that robust analysis and classification of various sleep diseases can be performed using polysomnographic data.The software is composed of different modules: The database, feature extraction, annotation,artifact and machine learning modules. for cite İlhan Umut, PSGMiner: A modular software for polysomnographic analysis, Computers in Biology and Medicine, Volume 73, 1 June 2016, Pages 1-9, ISSN...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ZSWI_EEG_2015

    Vytvoření knihovny pro detekci epoch v EEG signálu

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A simple Admin Menu for A3Epoch Server :) Its based on Arma3 Wiki and fusion13 and AltisLife
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    CURRENNT

    CUDA-enabled machine learning library for recurrent neural networks

    CURRENNT is a machine learning library for Recurrent Neural Networks (RNNs) which uses NVIDIA graphics cards to accelerate the computations. The library implements uni- and bidirectional Long Short-Term Memory (LSTM) architectures and supports deep networks as well as very large data sets that do not fit into main memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TIE_ZSWI_EEG

    TIE_ZSWI_EEG

    Vytvoření knihovny pro detekci epoch v EEG signálu

    Předmětem projektu, je vytvoření knihovny pro detekci epoch v EEG signálu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DateTimeConverter is a GUI utility. You can get an epoch value of a specified date time. Also you can get a human readable format of an epoch value. It currently supports C# DateTime Ticks, unixepoch, NTP time, Excel time serial (OATime).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A code that allows you to predict the ionospheric Faraday rotation for a specific line-of-sight, geographic location, and epoch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    Epoch Converter

    A pocket-sized utility to perform date-time conversions.

    A pocket-sized utility to perform date-time conversions like Epoch to MJD and vice-versa written in VB.net.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Actigraph analysis software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    print out the date in any format(including epoch) for any time in the past or future. I have found this very useful for date math in shell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB