Showing 50 open source projects for "train"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • 1
    ktrain

    ktrain

    ktrain is a Python library that makes deep learning AI more accessible

    ktrain is a Python library that makes deep learning and AI more accessible and easier to apply. ktrain is a lightweight wrapper for the deep learning library TensorFlow Keras (and other libraries) to help build, train, and deploy neural networks and other machine learning models. Inspired by ML framework extensions like fastai and ludwig, ktrain is designed to make deep learning and AI more accessible and easier to apply for both newcomers and experienced practitioners. With only a few lines...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Hello AI World

    Hello AI World

    Guide to deploying deep-learning inference networks

    Hello AI World is a great way to start using Jetson and experiencing the power of AI. In just a couple of hours, you can have a set of deep learning inference demos up and running for realtime image classification and object detection on your Jetson Developer Kit with JetPack SDK and NVIDIA TensorRT. The tutorial focuses on networks related to computer vision, and includes the use of live cameras. You’ll also get to code your own easy-to-follow recognition program in Python or C++, and train...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Tux Paint

    Tux Paint

    An award-winning drawing program for children of all ages

    ... of "magic tools" that provide filter effects (like blur, tint and waves) and interesting drawing tools (like train tracks, bubbles and grass). Tux Paint includes a collection of "starter" images, both coloring-book style and photo-realistic, and a large collections of stamps are available as a separate download. Additional content can be added by parents & teachers, or downloaded from 3rd parties. Tux Paint is available for Windows, macOS, Android, Linux, & Haiku operating systems, among others.
    Leader badge
    Downloads: 19,174 This Week
    Last Update:
    See Project
  • 4
    Catalyst

    Catalyst

    Accelerated deep learning R&D

    Catalyst is a PyTorch framework for accelerated Deep Learning research and development. It allows you to write compact but full-featured Deep Learning pipelines with just a few lines of code. With Catalyst you get a full set of features including a training loop with metrics, model checkpointing and more, all without the boilerplate. Catalyst is focused on reproducibility, rapid experimentation, and codebase reuse so you can break the cycle of writing another regular train loop and make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5
    Machine Learning PyTorch Scikit-Learn

    Machine Learning PyTorch Scikit-Learn

    Code Repository for Machine Learning with PyTorch and Scikit-Learn

    Initially, this project started as the 4th edition of Python Machine Learning. However, after putting so much passion and hard work into the changes and new topics, we thought it deserved a new title. So, what’s new? There are many contents and additions, including the switch from TensorFlow to PyTorch, new chapters on graph neural networks and transformers, a new section on gradient boosting, and many more that I will detail in a separate blog post. For those who are interested in knowing...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    Alfi Face

    Alfi Face

    Face Recognition based Attendance System for school, college...

    ALFI FACE uses facial recognition technology to record the attendance through a digital camera that detects and recognizes faces and compare the faces with students’ faces images stored in faces database. Once the recognized face matches a stored image, attendance is marked in attendance database for that person. Note: While adding a new student you have to click on" Train the Recognizer" button . In excel sheet dates are "#" so that no one can change the dates.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    EduData

    EduData

    Datasets in Education and convenient interface for dataset

    ... divided into train/valid/test or using kfold method. Each item in the sequence represents one interaction. The first element of the item is the exercise id (in some works, the exercise id is not one-to-one mapped to one knowledge unit(ku)/concept, but in junyi, one exercise contains one ku) and the second one indicates whether the learner correctly answers the exercise, 0 for wrongly while 1 for correctly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LeetCode

    LeetCode

    Solutions to LeetCode by Go, 100% test coverage

    Aimed towards programming enthusiasts who want to improve algorithm capabilities through LeetCode, containing many algorithm questions. Most of them are real interview questions of Google, Facebook, LinkedIn, Apple, etc. and it always help to sharp our algorithm Skills. Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. This repo shows the solutions in Go with the code style strictly following the...
    Downloads: 264 This Week
    Last Update:
    See Project
  • 9
    wav2letter++

    wav2letter++

    Facebook AI research's automatic speech recognition toolkit

    ... export KENLM_ROOT_DIR=... so that wav2letter++ can find it. This is needed because KenLM doesn't support a make install step.wav2letter++ expects audio and transcription data to be prepared in a specific format so that they can be read from the pipelines. Each dataset (test/valid/train) needs to be in a separate file with one sample per line. A sample is specified using 4 columns separated by space (or tabs).
    Downloads: 3 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 10
    jieba

    jieba

    Stuttering Chinese word segmentation

    ... for word segmentation in search engines. The paddle mode uses the PaddlePaddle deep learning framework to train the sequence labeling (bidirectional GRU) network model to achieve word segmentation. Also supports part-of-speech tagging. To use paddle mode, you need to install paddlepaddle-tiny, pip install paddlepaddle-tiny==1.6.1. Currently paddle mode supports jieba v0.40 and above. For versions below jieba v0.40, please upgrade jieba, pip install jieba --upgrade.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    open-fcl-exam

    open-fcl-exam

    Practice and train for the theoretical examination of the ECQB-PPL

    Open FCL Exam is a program to practice and train for the theoretical examination of the European PPL(ECQB-PPL). You can add or create other or new Exam-Files, using the provided file-format. Exams-Files with the published content of the ECQB-PPL, provided as Sample ,are protected by copyright. For more Information about the ECQB-PPL got to: http://ecqb-ppl.aircademy.com/ Open FCL Exam ist ein Programm um für die theoretische Prüfung zur Erlangung einer PPL zu Trainieren und zu Üben(ECQB...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DaNNet

    DaNNet

    Deep Artificial Neural Network framework using Armadillo

    DaNNet is a C++ deep neural network library using the Armadillo library as a base. It is intended to be a small and easy to use framework with no other dependencies than Armadillo. It uses independent layer-wise optimization giving you full flexibility to train your network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Keyboard Trainer

    Keyboard Trainer

    Keyboard Trainer, Клавиатурный тренажер

    Keyboard trainer for Russian and English. The Standart keyboard use 101 keys. For best practicles you must train the first group in english example : ASDFG, HJK (Enter one or more group in text field); When this group a finished, you can go to next group; You can shufle with numbers or special characters; FIRST GROUP : ASDFGHJKL *** Стандартная клавиатура использует 101 клавишу. Для лучшей практики вы должны тренировать первую группу на русском языке: ФЫВА, ПРОЛДЖЭ (введите одну или...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    kcws

    kcws

    Deep Learning Chinese Word Segment

    Deep learning chinese word segment. Install the bazel code construction tool and install tensorflow (currently this project requires tf 1.0.0alpha version or above) Switch to the code directory of this project and run ./configure. Compile background service. Pay attention to the public account of waiting for words and reply to kcws to get the corpus download address. Extract the corpus to a directory. Change to the code directory.After installing tensorflow, switch to the kcws code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MyWords

    MyWords

    Personal dictionary for word lovers

    My Words is a personal word collection for people who like words. Add, delete, and update words as you collect them. Search through both definitions and spelling. Add your audio comments and train your understanding Written in C++ with QT, should compile on Windows, Linux and Mac. Only Linux has been tested. See wiki for further details
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    IRCTC Login

    IRCTC Login

    IRCTC Login is an android mobile for checking the irctc services

    IRCTC Login mobile app is very useful for the passengers of indian railways. It is developed by http://irctcweb.in for helping the passengers. One can check for the pnr status, train running status and train schedule without signing into the app. This app also offers guide on booking the tatkal tickets very fast. PNR Status checking: Enter the 10 digit pnr number and then click on the get status button. Train schedule: Enter the 5 digit train number for retrieving the train time table...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TimerMusic
    Alarm Clock for musicians. Train Music in morning! Learn to identify intervals, chords and scales.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    C/C++ Perceptron

    A Perceptron library for C/C++

    The library enables to create perceptrons with desired number of inputs and customized train rate. It enables to train the perceptrons according to the user input. Check the Wiki page for usage examples and API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    HiddenWords

    Find as much words you can in a schema (game console based).

    Train your brain and your sight with this searching words game. You need to find as much words as possible in a NxN schema filled with random letters in the shortest time as possible. Only words that are longer then a minimum size can be selected. Words needs to be composed of connected cells. - You can't jump a cell. - You can't use twice a cell. Cells can be connected to each other in horizontal, vertical and diagonal. Dimension of the board, duration of a game and minum...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Quizz Master Studio v3

    Quizz Master Studio v3

    A generic quiz engine that helps users stay mentally sharp.

    Quizz Master Studio is a learning program that helps users stay mentally sharp. Whether it is to absorb information rapidly, maintain a large amount of information, or practice a core fundamental skill. It is a generalized engine that provides users with a host of features to help train their minds'. The program intelligently detects the weakness over time and works with with the users to improve.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The BrainTraineR is a nice eLearning software for Windows that helps users to train and test their vocabulary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Jalmus is a free, open source music education software helping the musicians, especially pianists, to improve their sight-reading. You can train to read music with both exercises on notes or rhythms.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 23

    Japanese Kana - The Games

    Learn kana by playing games

    This game contains 4 mini-games. They can be used to train both your Katakana & Hiragana. It also has a mode for training your vocabulary in both Romaji and Kana. By default it comes preloaded with a few hundred words but you can add/modify your own words and images. SVN Browse: http://japanesekana.svn.sourceforge.net/ VS2010 SVN: https://japanesekana.svn.sourceforge.net/svnroot/japanesekana
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    With this application you can train your arithmetic! Addition, subtraction, multiplication and division! Try this application!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Several language quizzes for fun that could help train users memory and improve their language skills. It will target low-cost, high-penetration mobile devices (e.g MIDP 2.x).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next