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

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

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 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
    Sqs4J s a pure Java implementation, based on HTTP GET / POST protocols lightweight open source message queue service. use Netty achieve HTTP service, using the Berkeley DB for do persistent storage. The stress test can reach 8000/s.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Implementation of the well-known game samegame in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    implementation of some common models
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A Java-based MetaClass/MetaObject meta-programming layer providing generic access to model implementations, decoupling application logic from underlying implementation details and allowing UIs (Swing, HTML, etc.) to be dynamically generated at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5
    jQuantum
    jQuantum is a Java program to simulate a quantum computer, to design quantum circuits, and to visualize the execution of quantum algorithms. Another main purpose, however, is to create images in your head, and thereby - understanding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EPICS-DDS is an open source implementation of the Object Management Group (OMG) Data Distribution Service (DDS) based on the Channel Access protocol of the Experimental Physics and Industrial Control System (EPICS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    wsmo4j is an API and a Reference Implementation for building Semantic Web Services applications compliant with the Web Service Modeling Ontology (http://www.wsmo.org/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Server/client suite which provides per-user access control/firewall/QOS. Robust and high speed implementation is secure against MAC/IP spoofing, and can scale to large networks with many clients. Options for additional monitoring and captive portal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Java Implementation of Bees Algorithm. It contains a BeesAlgoImpl class can extended to override the function "function" which is the objective function to be minimized. For eg, public class MyImpl extends BeesAlgoImpl { public double function(double[] x) { //Min sigma Xi^2 or Max -sigma Xi^2 double result = 0; for (int j = 0; j < var; j++) { //var = no of variables - public field in BeesAlgoImpl class result = result + (x[j]-1) * (x[j]-1); } return (-result); } //constructor public MyImpl(){ //super( .... ) - set the no of variables, parameters n, m, e, ngh, nep, nsp (look into the bees algo paper), no of iterations, uperlimit and lower limit of search, integerize - search only integers true or false } public static void main(String[] args){ MyImpl a = new MyImpl(); a.run(); int i=0; a.optimalPoint[i]; //Xi of the optimal point } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    ExpectJ is a Java implementation of the Unix expect utility. ExpectJ provides a Unix expect like support to write Java Programs that communicate with other programs and perform some operation on them. Download from http://expectj.sf.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This program is implementation of dual simplex method implemented with java applet. Source code is given free. Authors: Gaziz Tazhenov and Ivan Melnikov
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Cafe Compiler Project
    The purpose of the Cafe Compiler project is to demonstrate compiler implementation for a large number of source languages using Java and targeting the JVM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Slime is a programming language designed to be bigger than C++ and easier to parse than Java. An API is currently being developed that will provide the missing implementation standards that have hindered C++. It will have very short compile-times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Jasmin is a Java Assembler. It takes ASCII descriptions for Java classes, written in a simple assembler-like syntax. It converts them into binary Java .class class files suitable for loading into a Java Virtual Machine implementation.
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 15
    DotNetSSH
    DotNetSSH is a pure .NET implementation of the SSH2 client protocol suite. DotNetSSH development is alive and active. DotNetSSH is a fork of Tamir's excellent SharpSSH, itself is a port of JCraft's java Jsch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A Java implementation of a NAT-PMP client. At the project's inception, there was not a well-known NAT-PMP client library for Java. This project intends to fill the gap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Open Source Java Implementation of UPnP QoS v3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A GNU implementation of a Pharo In / Pharo Out shuffle simulation software developed using Java 6 and Apache Ant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NFS v2 server implementation written in java backed with oracle database.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    This is a Java Implementation of the popular helicopter game, where you fly through a cave.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Implementation of a ACS server according to the TR-069.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project has the intention to support MVP with MVVM patterns in a new framework for desktop or web applications. This framework support an MVP or MVP-VM implementation. More info at http://javamvpvmframework.blogspot.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AES JAVA IMPLEMENTATION
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SJSU XML Crypto
    A simple Java based XML Encryption tool for education propose. Uses Apache Santuario Libraries. Ideal to understand the implementation of the XML Security Library of Java. Ravi Dontharaju, Utkarsh Sengar, Ramanuj Mishra, Sukhbir Walia, Jaspreet Singh
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    generic voting system implementation targeted for small and medium enterprise election which provides multiple kind of election fully secured and traceable on java service platform and web application client
    Downloads: 0 This Week
    Last Update:
    See Project