Search Results for "java implementation of perceptron" - Page 28

Showing 2193 open source projects for "java implementation of perceptron"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 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
  • 1

    cognity

    A neural network library for Java.

    Cognity is an object-oriented neural network library for Java. It's goal is to provide easy-to-use, high level architecture for neural network computations along with reasonable performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    RJE FlexCubizer

    Convert Alliance Access RJE files to FlexCube compatible format

    ... interface. Unfortunately the implementation of this interface is lacking in some versions: 1. It cannot handle batch files containing multiple messages. 2. It does not correctly handle a FIN ACK message paired with a FIN Output message (it treats the pair as single FIN ACK messages, basically ignoring the FIN Output message). This utility aims to solve the above problems by acting as a converter/preprocessor for FlexCube. Other back-office applications might also find this useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This project aims to provide an extensible Tree interface to supplement the Java Collections framework, making full use of Java 5 generics. At least one reference implementation will be provided as part of the scope of this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Exact Subgraph Matching Algorithm

    Exact Subgraph Matching Algorithm for Dependency Graphs

    ... association detection and Protein-Protein interaction identification. This Java implementation implements our ESM algorithm. See README file: https://sourceforge.net/projects/esmalgorithm/files/ If you use our ESM implementation to support academic research, please cite the following paper: Haibin Liu, Vlado Keselj, and Christian Blouin. Exploring a Subgraph Matching Approach for Extracting Biological Events from Literature. Computational Intelligence, 2013.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5

    Hokum

    Hokum is a framework designed to boost the application development.

    Hokum is a simple and lightweight framework, designed to simplifies and boost the development of software that handle many different data formats, for the Java platform, right now(in the future, the goal is to work in many platforms). It uses JSON for the data definitions and manipulation. The Hokum Framework exposes several interfaces and abstract classes, allowing you to change the type of implementation of an component with very little impact. Hokum framework is designed to work with many...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    IWIR Tool

    IWIRtool creates, parses and manipulates IWIR workflows

    IWIRtool is Java-based implementation of an IWIR toolset for workflow system developers. IWIRtool is able to parse IWIR XML files and provides a Java Object representation enabling traversal and manipulation of the workflow. Additionally, it provides a simple Java API to enable the construc- tion of IWIR workflows and the serialisation of IWIR Workflows as XML documents compliant to the IWIR XML Schema. The tool is able to parse and evaluate the IWIR condition expressions and will validate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jython is a Java implementation of the Python language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is the successor to JPython.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 8
    Agile2D is a framework that provides a nearly complete implementation of Java2D built using the industry standard OpenGL API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This project (osgi4ami-tecnodiscap) comes from the branch revision-3 of the osgi4ami project as a name standardization process, following osgi4ami-monami project creation. This project becomes the Universidad de Zaragoza (Tecnodiscap) Implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10

    iOSUI

    iOS like UI in Swing

    Swing based component suite for creating iOS (iPhone, iPad) like UI. Smooth animations, list views, switches, animated scroll controls, etc. Please NOTE: this project is not for developing iOS application in Java, it is for developing applications for desktop systems, which looks similar to iOS apps. Implemented in pure Java (however it requires Oracle (Sun) JRE, Open JDK has poor implementation of transparent frames) and tested on Windows, OSX and Linux (Ubuntu with GNOME...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Blocking Map for Java

    Map based synchronizer

    Blocking map is a Map that additionally supports operations that wait for a key to be available when retrieving an element. Blocking map acts as a synchronizer between producers and consumers in concurrent environment. Note: The project is now hosted on GitHub (https://github.com/sarveswaran-m/blockingMap/wiki)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ChronoDB

    ChronoDB is a data manager for generic time series.

    The project has been renamed CrNiCKL (chronicle) and moved to http://crnickl.sourceforge.net. ChronoDB is a data manager written in Java. It supports time series of any type. With its simple and powerful schema subsystem it takes charge of very large heterogeneous data sets. The software consist of an API and a generic implementation layer running on top of an SQL or a NoSQL system. Applications can mix objects from multiple ChronoDB databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The results of my 2009 Honours Project: creating an RL Tetris implementation for the RL Competition 2009. The agent uses a weighted policy which is modified using policy gradient techniques. As part of the project, I also developed a Java Swing GUI for viewing the game and agent performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Carafe is an implementation of Conditional Random Fields and related algorithms targeted at text processing applications. The latest version, jCarafe, is implemented in Scala and runs on the JVM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CADI is an implementation of the JPIP standard (JPEG2000 Interactive Protocol - Part 9). CADI includes a JPIP server, a JPIP proxy, and a JPIP Client. CADI is designed and programmed with the aim to provide a flexible framework to test and develop ne
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    DynamicAnnotations

    Object metadata for Java: Dynamic Annotations implementation

    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    OpenBlocks C++ Library

    A C++ Implementation of the MIT OpenBlocks Java Code

    Please see more details under: http://education.mit.edu/openblocks. I have rewritten the parser and an OpenGL 2D/3D renderer of computer programs written in OpenBlocks. I provide here the full source code and a Microsoft Visual C++ 2005 Solution File. The code includes the C++ Library and a demo driver application that constructs a computer program using OpenBlocks and displays it using OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An opensource implementation of JavaSpaces
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    daogenerator

    DAOGenerator automatically generates dao classes for Jee web apps

    DAOgenerator is pure Java, open source application, generates DAO classes for Jee applications. Additionally you can use auto generated mapping.xml on your Spring projects. Fully compatible with eclipse/JPA POJO generator DAO Generator currently supports below ORM frameworks: Hibernate JPA Application is platform free, you can run via console: java -jar daogenerator.jar OR right click -> open with -> Java SE Binary (Windows) Application requeries Java 1.6+ You can check...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    An implementation of Back Propagation Neuron Network
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    LauraDCT

    parallel and non-parallel implementation in Java of the Discreet Cosin

    A parallel and non-parallel implementation in Java of the Discrete Cosine Transform, which allows for "lossy" compression of image data. The purpose for uploading both implementations was to provide a comparison between the time required to process the blocks of pixels both parallel and and non-parallel model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is Android implementation of the game Overflow: http://overflow.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NTRU

    NTRU

    NTRUEncrypt and NTRUSign in Java

    This project provides an implementation of the NTRU public-key cryptosystem: NTRUEncrypt and NTRUSign.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Java FoldMap Lists

    A powerful, flexible, potentially infinite List/Deque class in Java

    Java FoldMap Lists is a translation to Java of, and a sizable expansion upon, the original FoldMap list package (http://hackage.haskell.org/package/fmlist). Uses the Functional Java library (http://functionaljava.org/) in its implementation and interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The project provides functionality to interface the SmartCardIO Java SDK library to Global Platform compliant smart cards, similar to globalplatform.sf.net. The difference is pure Java implementation and easy plug in to your SmartCardIO applications. This project is now more or less subsumed by Martin Paljak's continuation of the project at https://github.com/martinpaljak/GlobalPlatformPro.
    Downloads: 5 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.