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

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

View related business solutions
  • 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
  • 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
  • 1

    Cost-sensitive Classifiers

    Adaboost extensions for cost-sentive classification

    Adaboost extensions for cost-sentive classification CSExtension 1 CSExtension 2 CSExtension 3 CSExtension 4 CSExtension 5 AdaCost Boost CostBoost Uboost CostUBoost AdaBoostM1 Implementation of all the listed algorithms of the cluster "cost-sensitive classification". They are the meta algorithms which requires base algorithms e.g. Decision Tree Moreover, Voting criteria is also required e.g. Minimum expected cost criteria Input also requires to load an arff file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Requirements management tool designed to achieve full SDLC traceability for features, requirements, design, implementation and testing. UI for requirements derivation, version control, attributes etc. Designed to be v2.0 to OSRMT's v1.5. The architecture will change (Grails) and move to being entirely web-based, but the driving force behind it is to retain and satisfy OSRMT users. For installation instructions, login at: https://sourceforge.net/p/nimble/wiki/Installation/ Support...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Scanner++ is a C++ implementation of Java Scanner Interface. A simple text scanner which can parse primitive types and strings using regular expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    FaBeansAndCo

    A project to demonstrate the Spring component and testing abilities

    A fictive company sells things. The order process uses a component 'business rules', that can replaced by any other implementation of rules. Done as a homework for the Trier University of Applied Sciences.
    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
    Open ESB

    Open ESB

    A Java Business Integration (JBI, JSR-208) based ESB implementation

    This is a fork of the OpenESB, a Java-based open source enterprise service bus that implements the JBI specification (JSR 208).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Java FiniteStateMachine

    Simple Finite State Machine in Java

    Implementation of a few Finite Automata in Java. The project is mainly of academic interest but can also be used to describe state transition diagrams in a business application. Check out the project wiki for a quick introduction: https://sourceforge.net/p/javafsm/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    cutting stock problem java library

    Java library to solve cutting stock problem using greedy approach

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A library for using the Alresco REST API over HTTP(S). The library can be used for other REST APIs but it is now built and adjusted mainly to the needs of Alfresco implementation. This specialization mainly covers return types and url adjustments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HW SOM

    HW SOM

    SOM - Self-Organizing Maps of Teuvo Kohonen

    It's a "Hello World" implementation of SOM (Self-Organizing Map) of Teuvo Kohonen, otherwise called as the Kohonen map or Kohonen artificial neural networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    NextBus Public Feed Adapter for Java

    A Java adapter for the NextBus Public XML Feed Service

    Restful Web Service adapter for the NextBus prediction and transit network reporting service. This implementation uses XSD Schema, JAXB and a domain object model to decouple the consuming application from the over-the-wire representation of the data. NextBus is currently providing real-time bus data in several major metro transit agencies including, but not limited to MBTA (Boston), Toronto, Seattle, Brooklyn, Staten Island as well as a number of University towns. In additional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    gel

    gel

    Generic Layer Framework for Java Applications

    The gel framework provides tools for several functionality purposes in Java (client and server) applications. These tools make the code smaller and simpler by implementing solutions for common functionality and design patterns, mostly related to GUI effects, multithreading and configurability. The framework contains several components that might be used separately according to dependancies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Ondex Web

    Web-based visualisation of networks using Java

    Ondex Web is a new web-based implementation of the network visualization and exploration tools from the Ondex data integration platform. New features such as context-sensitive menus and annotation tools provide users with intuitive ways to explore and manipulate the appearance of heterogeneous biological networks. Ondex Web is open source, written in Java and can be easily embedded into Web sites as an applet. Ondex Web supports loading data from a variety of network formats, such as XGMML, NWB...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    WhyWaitForever Musicbox

    WhyWaitForever Musicbox

    Midi file create, save and play.

    ... to be amended and plays a scale. The application is used by Java developers to add Midi processing (Portal) to their application. The "User Guide", "Javadoc" documentation and "JUnit" tests provides an introduction to the interface, implementation and factory classes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    justsimple

    the paradigm MVC implemented by using Java annotations on a Swing app

    This simple framework allows the implementation of the paradigm MVC (Model-View-Controller) for the development of any Java Standalone Desktop application just by using only one Java annotation. It was called "just simple" because the developer has just to define 3 separated and independent classes, a model, a view and a controller... and all the work of putting together is made by the the framework that discovers the annotations (specified in each class) and mix all together...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Image Processing Framework

    An Image Processing Framework

    An implementation of different image manipulation and processing algorithms in JAVA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    java-quant

    Quantitative financial models implemented in Java

    The project contains classes for implementation of binomial option pricing model and Newton method for finding roots of a function in Java. You can browse the source code and download the full distribution package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    fun4j brings functional programming to the JVM. It's a framework that integrates major concepts from functional programming into the Java Platform. It also provides seamless integration of Java with Lisp coding, by using a lisp-to-bytecode compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    mojo

    mojo

    mojo provides fast analyzes for your business processes

    mojo is a standalone software and library for the fast analysis of business processes. Because of its lightweight architecture and its implementation in Java, it can be used as extension in your program, e.g., business process designer. It provides new researched compiler-based analysis techniques which supports very good failure location. The software can be used under the GNU Lesser General Public License (LPGL): http://www.gnu.org/licenses/lgpl-3.0.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    SE Hangman

    Hangman game where requirements changing weekly

    Here is a simple implementation of Hangman game. Hangman is a two-player game in which one player provides a secret word, and the other player tries to guess the word by guessing individual letters. On a correct guess, the letters will be filled on respective places otherwise they will be counted as misses. If second player succeed to guess the word before six misses, s/he wins otherwise s/he loses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java application for training and deploying text processing applications such as part-of-speech taggers, based on a re-implementation of Brill's algorithm in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The OCIL Interpreter is a standalone Java GUI implementation that demonstrates how an OCIL document can be evaluated. It guides the end user in completing questionnaires (one question at a time), viewing and computing results.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 22
    MechFight
    MechFight is a new implementation of the Amigagame Mechforce. In this tactical game groups of warriors fight with heavy machines (up to 100 tons), until defeat or even death in a thermonuclear explosion of their engines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Combinatory Reduction Systems Extended
    Implementation of Combinatory Reduction Systems (CRS) with experimental extensions, in Java. CRS is a formalism for higher-order rewriting invented by J.W.Klop in 1980. For further details see the Project/Web Site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    INGENIAS Development Kit (IDK) is a framework for analysis, design and implementation of multi-agent systems (MAS). It is based on the specification of MAS meta-models, from which tools such as the model editor and code generation are generated.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    betterform

    betterform

    Toolkit for rapid XML and web application development

    Toolkit for rapid XML and web application development including a full XForms 1.1 implementation and a rich set of widget and layout-containers. Extensible interfaces for integration of custom controls, functions and data connectors.
    Downloads: 0 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.