Showing 22 open source projects for "grad"

View related business solutions
  • 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
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 1
    Advanced AI explainability for PyTorch

    Advanced AI explainability for PyTorch

    Advanced AI Explainability for computer vision

    pytorch-grad-cam is an open-source library that provides advanced explainable AI techniques for interpreting the predictions of deep learning models used in computer vision. The project implements Grad-CAM and several related visualization methods that highlight the regions of an image that most strongly influence a neural network’s decision.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    JAX

    JAX

    Composable transformations of Python+NumPy programs

    ...It can differentiate through loops, branches, recursion, and closures, and it can take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation) via grad as well as forward-mode differentiation, and the two can be composed arbitrarily to any order. What’s new is that JAX uses XLA to compile and run your NumPy programs on GPUs and TPUs. Compilation happens under the hood by default, with library calls getting just-in-time compiled and executed. But JAX also lets you just-in-time compile your own Python functions into XLA-optimized kernels using a one-function API, jit. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    FairScale

    FairScale

    PyTorch extensions for high performance and large scale training

    FairScale is a collection of PyTorch performance and scaling primitives that pioneered many of the ideas now used for large-model training. It introduced Fully Sharded Data Parallel (FSDP) style techniques that shard model parameters, gradients, and optimizer states across ranks to fit bigger models into the same memory budget. The library also provides pipeline parallelism, activation checkpointing, mixed precision, optimizer state sharding (OSS), and auto-wrapping policies that reduce...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    ELI5

    ELI5

    A library for debugging/inspecting machine learning classifiers

    ELI5 is a Python library designed to help developers interpret, debug, and explain the predictions of machine learning models. The project focuses on improving model transparency by providing tools that visualize feature importance and prediction reasoning. It supports several popular machine learning frameworks including scikit-learn, XGBoost, LightGBM, CatBoost, and Keras. The library allows users to inspect model weights, analyze decision trees, and compute permutation feature importance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    backup of grad school software/references for use in other projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Math AI Mockup Expression Parser

    Math AI Mockup Expression Parser

    Small but powerful, learns formulas and parses expressions swiftly

    I spent 8 months from late September to about the end of May working on an expression parser in C# that be taught formulas and learn them sort of like an AI system, also lets you add variables at will. Has full access to all math functions with endless additional variables to solve with or for. Also has memory like a calculator, a converter for DEG/RAD/GRAD, a programming calculator, and a built in console to load a formula by its name rather than searching for it in the list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GKK - GPX KurvenKoeffizientenBerechner. Berechnet aus einer vorliegenden GPX-Datei die Summe der Kurven pro km. Kommandozeilenbasierte Anwendung.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9

    Resume

    A resume for Monte Cruz Gregory, Computer Science grad at Manchester C

    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
  • 10

    galculator

    galculator is a scientific calculator in algebraic mode and RPN

    galculator is a GTK 2 / GTK 3 based scientific calculator supporting algebraic mode as well as RPN. Features include arithmetic precedence handling, mathematical functions, different number bases (DEC, HEX, BIN, OCT) and angle bases (radiant, degree, and grad). Please note: This project page at sf.net reflects the state of the project up to August 2015. Beginning in September 2015, the project homepage was moved to http://galculator.mnim.org, with the source code repositories and issue trackers hosted at https://github.com/galculator/galculator.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11

    Evola

    A videogame about the wonders of operating system concepts.

    ...Operating system constructs like signals, files and network ports are represented by objects in this world, and their usage is exposed to running programs by their presence. STORY: EvulOS was invented by a grad student for his thesis, and later gained government research funding. But its inventor is not the only one working on it. A secret organization has copied his operating system, launching a plot to destroy the digital infrastructure of modern society. A committee organized to coordinate the handling of this crisis has hired an expert videogamer (the player) to prevent that evil plan from coming to fruition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    UM Grad Admit

    UM Admissions Website - MIS 419 Semester Project

    A working version is here: http://umgradadmit.sourceforge.net/ A short video describing features is at: http://youtu.be/ZU5NBDq2RjI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RPNcalculator
    Nice looking calculator using Reverse Polish Notation (RPN) written for Windows. It supports DEC, HEX, BIN, OCT numbers, GRAD, RAD and DEG.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14

    Registration

    Registers students for classes

    Reads in students from the StudentNames.txt and courses from the CourseNames.txt. You can edit the two text files but they must be written a specific way StudentNames student id studentname int grad true(1)/false(0) CourseNames Short Course Name (1302 RHET) Full Course Name (Composition II) int grad true(1)/false(0) int min amt of students to make int max amt of students allowed It allows the user to register students for classes. Where grad students can only register for 6 hours and undergrad for 12 hours. You can see the students information (i.e name, grad/undergrad, courses in, hours). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jNetStream is a sniffer and a protocol analyzer. Includes applications and library. 100s of protocols are defined. Includes scripting. It is appropriate for custom protocol development, grad students, and network teachers/professors. Full SDK included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GRad is a standalone solar radiation model, programmed in Java. It is capable of the calculation of potential (clear sky) and actual (real sky) irradiance and total irradiation for single and multiple geographical locations. Note that, while fully functional, this application is currently not developed any further.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Rover built by UTA grad students as part of 6314 class project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GWUS stands for grad write up system and is web based software that is designed to allow easy collection of grad write up's and quotes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a community project, written in php based on MYSQL. Features will be: Blogging, OnlineNewspaper, Private Sites, Messaging, Chatting etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Undecided project which will use webservices to either track flight information and plot on a globe or track weather information and plot on a globe. This might be combined. This project is for PSU grad school.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    grad-api

    Summer 2024 internship (mentor: S. Mishurov)

    Flask MVP API predicting number of failing grades on the exam
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    GradGfxProjects

    For our grad graphics class...

    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB