Search Results for "python neural network" - Page 25

Showing 1721 open source projects for "python neural network"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    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
    ospfdiscoverysnmp

    ospfdiscoverysnmp

    OSPF network discovery script via SNMP.

    OSPF_SNMP_v1.0.py is an OSPF network discovery script. It allows the discovery of all OSPF network devices in the network, without connecting to each of them or knowing all their IP addresses. The user must provide the IP and SNMP community string of a single OSPF device in the network (for example, a device in the core) and the script searches for all other OSPF routers. Prior to running the script, the user should configure SNMPv2 community string on the device and also include the subnet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    netmonsql

    netmonsql

    Network performance monitoring and logging script for Cisco devices.

    NetMon_Cisco_to_SQL.py is a basic network performance monitoring and logging script for Cisco devices. It gathers parameters (CPU Utilization, Used Processor Memory, Used IO Memory, UP Ethernet Interfaces density, in percent velues) from Cisco routers by parsing command outputs and exports them to a MySQL database. NetMon_Query.py is a query script for the MySQL database in the form of an interactive menu for generating statistics. Tools used for coding and testing: Python 2.7.3, MySQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    subnetcalculator

    subnetcalculator

    Basic subnet calculator written in Python.

    Based on the IP address and subnet mask input from the user, the following values are calculated: #1. Network address #2. Broadcast address #3. Number of valid hosts #4. Wildcard mask #5. Number of mask bits (CIDR notation) #6. Random IP addresses from the subnet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PyBreak360

    PyBreak360

    breakout/arkanoid clone multiplayers network game at 360°!

    written in python 2.7.x and pygame 1.9.1&2 I have not found anything playing with more than 2 childrens with serverals computers. A game easy, addictive, and not too long playing time. So, i made it: an arkanoid / breakout clone which have the particularity to play at 360°. pybreak360.cfg to fine configure outside game. pybreak360_kbd.py for special international keymap. on game, use mouse or arrow keys. press B to start/stop ComputerBootPlayer. press H to see HiScores. press D...
    Downloads: 4 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
  • 5
    BlueGate HotSpot

    BlueGate HotSpot

    BlueGate HotSpot is a hotspot software

    BlueGate HotSpot Lite 2.0 New Features in 2.0: +Support windows 7/8/8.1 and 10 !!! +ICS Sharing Bug Fixed +Network Statistics +Improved UI +Detect New Devices Automatically +New Settings Available With BlueGate HotSpot, you can transform your PC into a real WiFi hotspot, and share your computer’s Internet connection as Wi-Fi with any other PC or mobile device. BlueGate is a very simple and user friendly software that turns your Windows 7/8/8.1 PC into a Wi-Fi Hotspot easily...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6

    MITRE Common Layer 3

    Approach to choose MANET routing peers for existing protocols.

    ... of the Common Layer 3 interface for two different mobility patterns on a mobile network using OLSR for MANET routing and OSPFv2 for IP routing. Draft RFC describing this interface in detail may be found at https://datatracker.ietf.org/doc/draft-shaio-manet-common-l3-interface/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    openSEQ

    NGS compute distro proloaded with pipeline analysis software

    Forked Ubuntu 14.04 minimal install with XOrg and FluxBox desktop environment for web-based pipeline construction and job submission. HOWTO: 1) Set VM network settings to a bridged adapter type. 2) Load VM to client 3) From host: $ ssh -X ubuntu@<foobar> 'firefox && butterfly.server.py --unsecure' --- passwd = 616287xx 5) or ssh into host with X forwarding, and type runme This will launch an X-session of Firefox on the client, which will then be forwarded to the host...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Big Brother Bot (B3)
    BigBrotherBot (B3) is a cross-platform, cross-game game administration bot. Features in-game administration of game servers, multiple user access levels, and database storage. Currently include parsers for: Call of Duty, Urban Terror and more!
    Downloads: 16 This Week
    Last Update:
    See Project
  • 9
    ODS3 Virtual Machine Challenge

    ODS3 Virtual Machine Challenge

    Virtual Machine Image To Test Penetration Skills

    The ODS3 Virtual Machine Challenge are downloadable images that can be run as VMWare or VirtualBox instances. The Idea behind the challenge is to test and exercise web application penetration testing in a controlled environment. These images are great for cyber security students, penetration testers and hobbyist. Care should be taken if installed on an Internet access host as the application are purposely vulnerable to attack and exploitation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10
    simple line command tool send several trames over TCP lan in AF_INET SOCK_STREAM and return elapsed times. usage: (pytestlan) ser IP PORT usage: (pytestlan) cli IP PORT nb_of_loop data_size example server: python pytestlan.py ser localhost 50000 example server: pytestlan.pyc ser 192.168.0.37 50000 example client (windows): pytestlan.exe cli 192.168.0.12 50000 1000 100 tested on linux, WinXP, Win7 Seven, 2008 Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DatabaseOrganizer

    DatabaseOrganizer

    Application to help the database management.

    Python application to help on MySQL database management. It may be used to connect, list all tables, add, remove or modify entries. Windows installer and source code for download.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    VozBox. Más que una centralita.

    VozBox. Más que una centralita.

    VozBox. Asterisk VoIP PBX.

    VozBox es poder disponer de un Sistema de Comunicación Avanzado. Es poder llegar más lejos. Es poder convertir lo más sofisticado en lo más sencillo. Es poder contar con la más avanzada tecnología de comunicación, reduciendo sus gastos. Es una centralita VoIP Asterisk con altas prestaciones para las Empresas. Última versión disponible 2.11.19 en la web de VozBox: http://www.vozbox.es/descarga/ Internet connection required during installation. Update version: 2.11.19 1 -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ratnode

    Ratnode

    Ratnode - A Flexible, Fast and Fun, Ticket and Process Tracker

    Ratnode is a fun, easy, flexible, colorful, scalable and touch screen (tablet) ticket tracking system for personal and business processes. Written in Python, with a MySQL database, Ratnode is efficient on resources and easy to for the average user to install and maintain. Ratnode's colorful displays provide accurate "work in process" prioritization and cartoon-like icons make the usual drudgery of ticket and process tracking a tolerable feat for the Homo Ludens in all of us. In other words...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    LWPR

    Locally Weighted Projection Regression (LWPR)

    ..., Aaron D'Souza and Stefan Schaal, Incremental Online Learning in High Dimensions, Neural Computation, vol. 17, no. 12, pp. 2602-2634 (2005). [2] Stefan Klanke, Sethu Vijayakumar and Stefan Schaal, A Library for Locally Weighted Projection Regression, Journal of Machine Learning Research (JMLR), vol. 9, pp. 623--626 (2008). More details and usage guidelines on the code website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    DataPipe for Oracle

    Ad-hoc data replication for Oracle database.

    Pipe your scalar data between Oracle databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Data Migrator for Oracle

    Migrate/Copy your data between Oracle database and 13 major DBs.

    Command line data Copy/Migration tool for Oracle. Supports Oracle 7.3, Oracle 8i, Oracle 9i, Oracle 10G, Oracle 11G and 13 major databases. 1. Exadata 2. Sybase ASE 3. Informix Innovator C 4. Sybase SQL Anywhere 5. DB2 UDB 6. CSV 7. SQLServer 8. MariaDB 9. Sybase IQ 10. PostgreSQL 11. MySQL 12. Informix IDS 13. TimesTen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    CSV*Extractor for RDBMS (command line)

    Extract table data is CSV format from 14 databases.

    Spools data for a given query or table from 14 databases. Windows command-line application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Optimal BPM

    Optimal BPM

    The beat of your business

    ... it generates Python code and leaves the engine mechanics to its scripting engine. This enables it to: * be very flexible * be truly multi-platform * draw from all the features available to the language and its sprawling ecosystem * partake in that ecosystem as a library. It has a strong focus on ease of use and low maintenance. Anyone should be able to get started with minimal outside(consultants) help and quickly get the system working. Note : Its sibling projects, QAL (https://sf.net/p/qal)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SYDI is a project aimed to help system administrators in getting started with their Network Documentation. It can document Windows Servers, MS SQL Servers, Exchange Organizations and Linux systems.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 21
    A MIB for monitoring and remote management of Varnish Cache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    CSV*Loader PRO (Windows command line)

    Loads CSV file to14 databases

    Windows command line tool for CSV data load to 14 relational stores.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    CFPanel

    Web panel for keeping track of crowdfunding projects

    A web panel where to keep track of crowdfunding projects in which you have taken part.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Vaultier - Team Password Manager

    Vaultier - Team Password Manager

    Linux based collaborative password manager with strong encryption.

    Open source enterprise collaborative password manager and file storage. Download and install on your own servers or let us prepare your installation on dedicated server. Store and share your sensitive data safely and manage users who are allowed to access the information. Vaultier is based on advanced security technology (RSA over AES). All data stored in Vaultier databases are encrypted. Only authorized users with valid keys can read them. Encryption keys always stay on client...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    CSV*Extractor Pro (Windows command line)

    Spool you scalar data in CSV format from 14 major Databases.

    Command line tool for data export from major relational data stores (RDBMS). DB2 Advanced Enterprise Server DB2 Advanced Workgroup Server DB2 Developer Edition DB2 Enterprise Server DB2 Express DB2 Express C DB2 Workgroup Server Exadata Infobright Informix IDS Informix Innovator C MariaDB MySQL Oracle Oracle XE PostgreSQL SAP Sybase ASE SQL Lite SQL Server Enterprise SQL Server Express Sybase IQ Sybase SQL Anywhere TimesTen
    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.