Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. Lists of open-source artificial intelligence software - Wikipedia
Lists of open-source artificial intelligence software - Wikipedia
From Wikipedia, the free encyclopedia

icon
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Lists of open-source artificial intelligence software" – news · newspapers · books · scholar · JSTOR
(February 2026) (Learn how and when to remove this message)

These lists include projects which release at least some of their software under open-source licenses and are related to artificial intelligence projects. These include software libraries, frameworks, platforms, and tools used for machine learning, deep learning, natural language processing, computer vision, reinforcement learning, artificial general intelligence, and more.

Machine learning or data mining

[edit]
See also: Free and open-source machine learning software, Open-source data mining software, and R programming language
  • Caffe — Image classification and image segmentation
  • Scikit-learn — library built on top of NumPy, SciPy, and matplotlib
  • Shogun — C++ library for large-scale machine learning
  • mlpack — C++ header-only machine learning library
  • Weka — collection of machine learning algorithms for data mining tasks
  • Apache Mahout — scalable machine learning library for big data built on Hadoop and Spark
  • Apache SystemDS — ML system for the end-to-end data science lifecycle
  • Jubatus — online machine learning and distributed computing framework
  • KNIME — modular data pipelining
  • Orange (software) — machine learning, data mining, data visualization, and data analysis.
  • RapidMiner — predictive analytics
  • fastText – Word embeddings developed by Meta AI
  • XGBoost — machine learning library for gradient boosting

AutoML platforms

[edit]
See also: Automated machine learning
  • TPOT – tree-based pipeline optimization tool using genetic programming
  • Neural Network Intelligence – Microsoft toolkit for hyperparameter tuning and neural architecture search
  • MindsDB – AutoML platform that embeds machine learning into SQL databases and applications

Deep learning frameworks

[edit]
See also: Comparison of deep learning software
  • TensorFlow – end-to-end open-source platform for machine learning developed by Google Brain[1]
  • PyTorch – deep learning framework developed by Meta AI[1]
  • PyTorch Lightning – high-level framework built on top of PyTorch for organizing and scaling deep learning models
  • Keras – Python library for artificial neural networks and integrated into TensorFlow library
  • MXNet – framework that trains and deploys deep neural networks
  • Caffe – deep learning framework focused on speed and modularity
  • Chainer – Python framework on top of NumPy and CuPy
  • Theano – Python library and optimizing compiler for evaluating mathematical expressions and optimized for GPUs
  • Deeplearning4j – Java library for the Java virtual machine and deep learning algorithms
  • Neuroph – object-oriented artificial neural network framework written in Java
  • Fast Artificial Neural Network (FANN) – C library for feedforward artificial neural networks

Convolutional neural networks (CNNs)

[edit]
  • AlexNet — pioneering CNN for image classification, won the 2012 ImageNet competition
  • VGGNet — deep CNN known for its simplicity and use of 3x3 convolution filters
  • Inception — CNN architecture using parallel convolutional layers of different sizes

Artificial neural networks

[edit]
See also: Artificial neural network
  • EDLUT – event-driven neural network simulator for large-scale spiking networks
  • Emergent – cognitive modeling platform implementing connectionist neural networks
  • Encog – machine learning framework for Java and C# supporting neural networks
  • JOONE – Java-based neural network framework with modular architecture for learning tasks
  • Nengo – Python library for building and simulating large-scale neural systems
  • Neuroph – lightweight Java framework for creating neural networks
  • OpenNN – C++ library for designing, training, and deploying neural networks
  • SNNS – Stuttgart Neural Network Simulator, supports feedforward and recurrent neural networks

Cognitive architectures and AGI platforms

[edit]
See also: Comparison of cognitive architectures
  • OpenCog – project that aims to build an open source artificial intelligence framework
  • Soar – cognitive architecture for decision-making and learning in Intelligent agents
  • CLARION – Connectionist Learning with Adaptive Rule Induction On-line, hybrid connectionist/symbolic cognitive architecture.

Reinforcement learning frameworks

[edit]
See also: AlphaStar for StarCraft II, Deep reinforcement learning, and Deep Q-learning
  • KataGo – reinforcement learning agent designed for playing the game of Go

Reactive planning

[edit]
Main article: Reactive planning
  • GOLOG – logic programming language, situation calculus, first-order logical language for reasoning about action and change.

Computer vision and image processing

[edit]
  • AForge.NET – computer vision, artificial intelligence, and robotics library for the .NET framework
  • Dlib – C++ library for computer vision and image processing
  • OpenCV — library of programming functions mainly for real-time computer vision
  • Tesseract – optical character recognition

Natural language processing (NLP)

[edit]
See also: LinguaStream and Artificial Intelligence Markup Language
  • Apache OpenNLP
  • Apertium – rule-based machine translation platform.
  • ChatScript – natural language engine and dialog management system
  • General Architecture for Text Engineering – information extraction
  • Gensim – topic modeling and document similarity analysis library
  • GloVe – unsupervised learning algorithm for obtaining vector representations of words
  • Mallet – Java "Machine Learning for Language Toolkit"
  • MontyLingua – libraries and programs for symbolic and statistical NLP for both Python and Java
  • Moses – statistical machine translation engine to train statistical models of text from a source language to a target language
  • NiuTrans – statistical machine translation
  • NLTK – natural Language toolkit for symbolic and statistical NLP
  • Probabilistic Action Cores – interpreter for natural-language instructions for robotic applications
  • spaCy – Python library
  • Spark NLP – text processing library for advanced NLP for Python, Java, and Scala.
  • Word2vec – obtaining vector representations of words

Speech recognition systems

[edit]
  • CMU Sphinx
  • DeepSpeech
  • Whisper

Large language models

[edit]
Main articles: List of large language models and LangChain
  • Apertus[2]
  • DeepSeek — R1 and V3 models[3]
  • GPT-J – EleutherAI
  • GPT-1 and GPT-2 — OpenAI LLM
  • XLNet — Google LLM
  • BERT — Google LLM
  • T5 — Google LLM
  • OLMo — Allen Institute for AI LLM
  • Latam-GPT — Latin America-focused model[4][5]

Transformer libraries

[edit]
  • Hugging Face transformers library – Python library of pretrained transformer models for NLP, computer vision, speech, and more.
  • Fairseq – Facebook AI Research's sequence-to-sequence learning toolkit for training custom transformer models[6][additional citation(s) needed]
  • OpenNMT – neural machine translation framework that supports transformer architectures[7][additional citation(s) needed]

Chat bots

[edit]
See also: List of chatbots
  • LAION OpenAssistant
  • Mycroft

Agentic AI

[edit]
See also: Agentic AI, Intelligent agent, Autonomous agent, and Software agent
  • OpenClaw — autonomous task-executing AI agent framework
  • Auto-GPT — experimental open-source autonomous GPT-based agent
  • BabyAGI — lightweight task-planning autonomous agent[8]
  • MetaGPT — multi-agent software development framework[9]
  • SuperAGI — framework for autonomous AI workflows[10]
  • CrewAI — multi-agent orchestration framework for AI agents[11]

Text to speech

[edit]
Main article: Text to speech
  • Festival Speech Synthesis System
  • WaveNet
  • eSpeak
See also: Comparison of speech synthesizers

Text to image

[edit]
Main article: Text-to-image model
  • Flux
  • Stable Diffusion

AI hardware and inference acceleration

[edit]
See also: Inference engine
  • OpenVINO – Intel's toolkit for optimizing deep learning models for edge devices
  • ONNX – Open Neural Network Exchange format for interoperability between AI frameworks

Robotics software

[edit]
See also: List of open-source robotics hardware and Open-source robotics
  • ArduPilot
  • CoppeliaSim
  • Gazebo
  • Mobile Robot Programming Toolkit
  • OpenRTM-aist
  • Paparazzi Project
  • Player Project
  • Python Robotics
  • Robot Operating System
  • TurtleBot
  • Webots

See also

[edit]
  • Free and open-source software portal
  • Open-source artificial intelligence
  • List of artificial intelligence journals and List of artificial intelligence books
  • List of artificial intelligence projects
  • List of free and open-source software packages for artificial intelligence
  • Common Crawl – nonprofit that crawls the web and freely provides its archives and datasets to the public under an MIT License
  • Google Colab – an O-IDE Jupyter notebook environment with free access to GPUs and TPUs for machine learning and deep learning development

References

[edit]
  1. ^ a b Costa, Carlos J.; Aparicio, Manuela; Aparicio, Sofia; Aparicio, Joao Tiago (January 2024). "The Democratization of Artificial Intelligence: Theoretical Framework". Applied Sciences. 14 (18): 8236. doi:10.3390/app14188236. hdl:10362/173131. ISSN 2076-3417.
  2. ^ Allen, Matthew (2025-09-02). "Switzerland launches transparent ChatGPT alternative". SWI swissinfo.ch. Retrieved 2026-01-21. Apertus (from the Latin word meaning "open") leaves nothing to the imagination in this respect. It promises that every nut and bolt is open for public scrutiny along with its design manual and recipe formula.
  3. ^ model weights only
  4. ^ Lagos, Anna (September 1, 2025). "Latam-GPT: The Free, Open Source, and Collaborative AI of Latin America". Wired. ISSN 1059-1028. Retrieved 2025-10-08.
  5. ^ Osborn, Catherine (2025-12-22). "Where Does Latin America Stand in the Global AI Race?". Foreign Policy (magazine). Retrieved 2025-12-05.
  6. ^ "FAIRSEQ: A Fast, Extensible Toolkit for Sequence Modeling". research.facebook.com. 2019-06-03.
  7. ^ "OpenNMT". opennmt.net.
  8. ^ https://github.com/yoheinakajima/babyagi
  9. ^ https://github.com/FoundationAgents/MetaGPT
  10. ^ https://github.com/TransformerOptimus/SuperAGI
  11. ^ https://github.com/crewAIInc/crewAI

External links

[edit]
  • opensource.org/ai – Open Source Initiative
  • Data and AI White paper (July 24, 2024) – Open Data Institute
  • v
  • t
  • e
Artificial intelligence (AI)
  • History
    • timeline
  • Glossary
  • Companies
  • Projects
Concepts
  • Parameter
    • Hyperparameter
  • Loss functions
  • Regression
    • Bias–variance tradeoff
    • Double descent
    • Overfitting
  • Clustering
  • Gradient descent
    • SGD
    • Quasi-Newton method
    • Conjugate gradient method
  • Backpropagation
  • Attention
  • Convolution
  • Normalization
    • Batchnorm
  • Activation
    • Softmax
    • Sigmoid
    • Rectifier
  • Gating
  • Weight initialization
  • Regularization
  • Datasets
    • Augmentation
  • Prompt engineering
  • Reinforcement learning
    • Q-learning
    • SARSA
    • Imitation
    • Policy gradient
  • Diffusion
  • Latent diffusion model
  • Autoregression
  • Adversary
  • RAG
  • Uncanny valley
  • RLHF
  • Self-supervised learning
  • Reflection
  • Recursive self-improvement
  • Hallucination
  • Word embedding
  • Vibe coding
Applications
  • Machine learning
    • In-context learning
  • Artificial neural network
    • Deep learning
  • Language model
    • Large
    • NMT
    • Reasoning
  • Model Context Protocol
  • Intelligent agent
  • Artificial human companion
  • Humanity's Last Exam
  • Lethal autonomous weapons (LAWs)
  • Generative artificial intelligence (GenAI)
  • (Hypothetical: Artificial general intelligence (AGI))
  • (Hypothetical: Artificial superintelligence (ASI))
  • Agent2Agent protocol
Implementations
Audio–visual
  • AlexNet
  • WaveNet
  • Human image synthesis
  • HWR
  • OCR
  • Computer vision
  • Speech synthesis
    • 15.ai
    • ElevenLabs
  • Speech recognition
    • Whisper
  • Facial recognition
  • AlphaFold
  • Text-to-image models
    • Aurora
    • DALL-E
    • Firefly
    • Flux
    • GPT Image
    • Ideogram
    • Imagen
    • Midjourney
    • Recraft
    • Stable Diffusion
  • Text-to-video models
    • Dream Machine
    • Runway Gen
    • Hailuo AI
    • Kling
    • Sora
    • Seedance
    • Veo
  • Music generation
    • Riffusion
    • Suno AI
    • Udio
Text
  • Word2vec
  • Seq2seq
  • GloVe
  • BERT
  • T5
  • Llama
  • Chinchilla AI
  • PaLM
  • GPT
    • 1
    • 2
    • 3
    • J
    • ChatGPT
    • 4
    • 4o
    • o1
    • o3
    • 4.5
    • 4.1
    • o4-mini
    • 5
    • 5.1
    • 5.2
  • Claude
  • Gemini
    • Gemini (language model)
    • Gemma
  • Grok
  • LaMDA
  • BLOOM
  • DBRX
  • Project Debater
  • IBM Watson
  • IBM Watsonx
  • Granite
  • PanGu-Σ
  • DeepSeek
  • Qwen
Decisional
  • AlphaGo
  • AlphaZero
  • OpenAI Five
  • Self-driving car
  • MuZero
  • Action selection
    • AutoGPT
  • Robot control
People
  • Alan Turing
  • Warren Sturgis McCulloch
  • Walter Pitts
  • John von Neumann
  • Christopher D. Manning
  • Claude Shannon
  • Shun'ichi Amari
  • Kunihiko Fukushima
  • Takeo Kanade
  • Marvin Minsky
  • John McCarthy
  • Nathaniel Rochester
  • Allen Newell
  • Cliff Shaw
  • Herbert A. Simon
  • Oliver Selfridge
  • Frank Rosenblatt
  • Bernard Widrow
  • Joseph Weizenbaum
  • Seymour Papert
  • Seppo Linnainmaa
  • Paul Werbos
  • Geoffrey Hinton
  • John Hopfield
  • Jürgen Schmidhuber
  • Yann LeCun
  • Yoshua Bengio
  • Lotfi A. Zadeh
  • Stephen Grossberg
  • Alex Graves
  • James Goodnight
  • Andrew Ng
  • Fei-Fei Li
  • Alex Krizhevsky
  • Ilya Sutskever
  • Oriol Vinyals
  • Quoc V. Le
  • Ian Goodfellow
  • Demis Hassabis
  • David Silver
  • Andrej Karpathy
  • Ashish Vaswani
  • Noam Shazeer
  • Aidan Gomez
  • John Schulman
  • Mustafa Suleyman
  • Jan Leike
  • Daniel Kokotajlo
  • François Chollet
Architectures
  • Neural Turing machine
  • Differentiable neural computer
  • Transformer
    • Vision transformer (ViT)
  • Recurrent neural network (RNN)
  • Long short-term memory (LSTM)
  • Gated recurrent unit (GRU)
  • Echo state network
  • Multilayer perceptron (MLP)
  • Convolutional neural network (CNN)
  • Residual neural network (RNN)
  • Highway network
  • Mamba
  • Autoencoder
  • Variational autoencoder (VAE)
  • Generative adversarial network (GAN)
  • Graph neural network (GNN)
Political
  • AI safety (Alignment)
  • Ethics of AI
  • EU AI Act
  • Precautionary principle
  • Regulation of AI
  • Virtual politician
Social and economic
  • AI boom
  • AI bubble
  • AI literacy
  • AI slop
  • AI veganism
  • AI winter
  • Anthropomorphism
  • In architecture
  • In education
  • In healthcare
    • Chatbot psychosis
    • Mental health
  • In visual art
  • Category
Articles related to artificial intelligence
  • v
  • t
  • e
John McCarthy
  • Artificial intelligence
  • Circumscription
  • Dartmouth workshop
  • Frame problem
  • Garbage collection
  • Lisp
  • ALGOL 60
  • McCarthy evaluation
  • McCarthy Formalism
  • McCarthy 91 function
  • Situation calculus
  • Space fountain
  • v
  • t
  • e
Philosophy of mind
Philosophers
  • G. E. M. Anscombe
  • Aristotle
  • Armstrong
  • Thomas Aquinas
  • J. L. Austin
  • Alexander Bain
  • George Berkeley
  • Henri Bergson
  • Ned Block
  • Franz Brentano
  • C. D. Broad
  • Tyler Burge
  • David Chalmers
  • Patricia Churchland
  • Paul Churchland
  • Andy Clark
  • Dharmakirti
  • Donald Davidson
  • Daniel Dennett
  • René Descartes
  • Fred Dretske
  • Fodor
  • Goldman
  • Martin Heidegger
  • David Hume
  • Edmund Husserl
  • William James
  • Frank Cameron Jackson
  • Immanuel Kant
  • David Lewis (philosopher)
  • John Locke
  • Gottfried Wilhelm Leibniz
  • Maurice Merleau-Ponty
  • Marvin Minsky
  • Thomas Nagel
  • Alva Noë
  • Derek Parfit
  • Plato
  • Hilary Putnam
  • Richard Rorty
  • Gilbert Ryle
  • John Searle
  • Wilfrid Sellars
  • Baruch Spinoza
  • Alan Turing
  • Michael Tye
  • Vasubandhu
  • Ludwig Wittgenstein
  • Stephen Yablo
  • Zhuangzi
  • more...
Theories
  • Behaviorism
  • Biological naturalism
  • Dualism
  • Eliminative materialism
  • Emergent materialism
  • Epiphenomenalism
  • Functionalism
  • Interactionism
  • Naïve realism
    • Neurophenomenology
  • Neutral monism
  • New mysterianism
  • Nondualism
  • Occasionalism
  • Parallelism
  • Phenomenalism
  • Phenomenology
  • Physicalism
    • Type physicalism
  • Property dualism
  • Representational
  • Solipsism
  • Substance dualism
Concepts
  • Abstract object
  • Animal machine
  • Chinese room
  • Creativity
  • Cognition
  • Cognitive closure
  • Concept
  • Consciousness
  • Hard problem of consciousness
  • Hypostatic abstraction
  • Idea
  • Identity
  • Intelligence
    • Artificial
    • Human
  • Intentionality
  • Introspection
  • Intuition
  • Language of thought
  • Mental event
  • Mental image
  • Mental process
  • Mental property
  • Mental representation
  • Mind
  • Mind–body problem
  • Pain
  • Problem of other minds
  • Propositional attitude
  • Qualia
  • Tabula rasa
  • Understanding
  • Zombie
Related
  • Metaphysics
  • Philosophy of artificial intelligence / information / perception / self
  • Category
  • Philosophers category
  • Project
  • Task Force
  • v
  • t
  • e
Philosophy of science
Concepts
  • Analysis
  • Analytic–synthetic distinction
  • A priori and a posteriori
  • Causality
    • Mill's Methods
  • Commensurability
  • Consilience
  • Construct
  • Correlation
    • function
  • Creative synthesis
  • Demarcation problem
  • Empirical evidence
  • Experiment
    • design
    • Thought
  • Explanatory power
  • Fact
  • Falsifiability
  • Feminist method
  • Functional contextualism
  • Hypothesis
    • alternative
    • null
  • Ignoramus et ignorabimus
  • Inductive reasoning
  • Intertheoretic reduction
  • Inquiry
  • Measurement
  • Nature
  • Objectivity
  • Observation
  • Paradigm
  • Problem of induction
  • Research
  • Scientific evidence
    • Evidence-based practice
  • Scientific law
  • Scientific method
  • Scientific pluralism
  • Scientific Revolution
  • Testability
  • Theory
    • choice
    • ladenness
    • scientific
  • Underdetermination
  • Unity of science
  • Variable
    • control
    • dependent and independent
Theories
  • Coherentism
  • Confirmation holism
  • Constructive empiricism
  • Constructive realism
  • Constructivist epistemology
  • Contextualism
  • Conventionalism
  • Deductive-nomological model
  • Epistemological anarchism
  • Evolutionism
  • Fallibilism
  • Foundationalism
  • Hypothetico-deductive model
  • Inductionism
  • Instrumentalism
  • Model-dependent realism
  • Naturalism
  • Physicalism
  • Positivism / Reductionism / Determinism
  • Pragmatism
  • Rationalism / Empiricism
  • Received view / Semantic view of theories
  • Scientific essentialism
  • Scientific formalism
  • Scientific realism / Anti-realism
  • Scientific skepticism
  • Scientism
  • Structuralism
  • Uniformitarianism
  • Verificationism
  • Vitalism
Philosophy of...
  • Biology
  • Chemistry
  • Physics
    • Space and time
  • Social science
    • Archaeology
    • Economics
    • Geography
    • History
    • Linguistics
    • Psychology
Related topics
  • Criticism of science
  • Descriptive science
  • Epistemology
  • Exact sciences
  • Faith and rationality
  • Hard and soft science
  • History and philosophy of science
  • Non-science
    • Pseudoscience
  • Normative science
  • Protoscience
  • Questionable cause
  • Relationship between religion and science
  • Rhetoric of science
  • Science studies
  • Sociology of scientific ignorance
  • Sociology of scientific knowledge
Philosophers of science
Precursors
  • Roger Bacon
  • Francis Bacon
  • Galileo Galilei
  • Isaac Newton
  • David Hume
  • Auguste Comte
  • Henri Poincaré
  • Pierre Duhem
  • Rudolf Steiner
  • Karl Pearson
  • Charles Sanders Peirce
  • Wilhelm Windelband
  • Alfred North Whitehead
  • Bertrand Russell
  • Otto Neurath
  • C. D. Broad
  • Michael Polanyi
  • Hans Reichenbach
  • Rudolf Carnap
  • Karl Popper
  • Carl Gustav Hempel
  • W. V. O. Quine
  • Thomas Kuhn
  • Imre Lakatos
  • Paul Feyerabend
  • Ian Hacking
  • Bas van Fraassen
  • Larry Laudan
  • Category
  • Philosophy portal
  • icon Science portal
    • v
    • t
    • e
    Evolutionary computation
    Main Topics
    • Evolutionary algorithm
    • Evolutionary data mining
    • Evolutionary multimodal optimization
    • Human-based evolutionary computation
    • Interactive evolutionary computation
    Algorithms
    • Cellular evolutionary algorithm
    • Covariance Matrix Adaptation Evolution Strategy (CMA-ES)
    • Cultural algorithm
    • Differential evolution
    • Evolutionary programming
    • Genetic algorithm
    • Genetic programming
    • Gene expression programming
    • Evolution strategy
    • Natural evolution strategy
    • Neuroevolution
    • Learning classifier system
    Related techniques
    • Swarm intelligence
    • Ant colony optimization
    • Bees algorithm
    • Cuckoo search
    • Particle swarm optimization
    • Bacterial Colony Optimization
    Metaheuristic methods
    • Firefly algorithm
    • Harmony search
    • Gaussian adaptation
    • Memetic algorithm
    Related topics
    • Artificial development
    • Artificial intelligence
    • Artificial life
    • Digital organism
    • Evolutionary robotics
    • Fitness function
    • Fitness landscape
    • Fitness approximation
    • Genetic operators
    • Interactive evolutionary computation
    • No free lunch in search and optimization
    • Machine learning
    • Mating pool
    • Premature convergence
    • Program synthesis
    Organizations
    • ACM
    • IEEE
    • ACM SIGEVO
    • IEEE CIS
    Conferences
    • CEC
    • GECCO
    • PPSN
    • EvoStar
    • FOGA
    Journals
    • Evolutionary Computation (journal)
    • IEEE Trans Evol Comput
    • ACM Trans Evol Learning Optim
    • v
    • t
    • e
    Computer science
    Note: This template roughly follows the 2012 ACM Computing Classification System.
    Hardware
    • Printed circuit board
    • Peripheral
    • Integrated circuit
    • Very-large-scale integration
    • System on a chip (SoC)
    • Energy consumption (green computing)
    • Electronic design automation
    • Hardware acceleration
    • Processor
    • Size / Form
    Computer systems organization
    • Computer architecture
    • Computational complexity
    • Dependability
    • Embedded system
    • Real-time computing
    • Cyber-physical system
    • Fault tolerance
    • Wireless sensor network
    Networks
    • Network architecture
    • Network protocol
    • Network components
    • Network scheduler
    • Network performance evaluation
    • Network service
    Software organization
    • Interpreter
    • Middleware
    • Virtual machine
    • Operating system
    • Software quality
    Software notations and tools
    • Programming paradigm
    • Programming language
    • Compiler
    • Domain-specific language
    • Modeling language
    • Software framework
    • Integrated development environment
    • Software configuration management
    • Software library
    • Software repository
    Software development
    • Control flow
    • Software development process
    • Requirements analysis
    • Software design
    • Software construction
    • Software deployment
    • Software engineering
    • Software maintenance
    • Programming team
    • Open-source model
    Theory of computation
    • Model of computation
      • Stochastic
    • Formal language
    • Automata theory
    • Computability theory
    • Computational complexity theory
    • Logic
    • Semantics
    Algorithms
    • Algorithm design
    • Analysis of algorithms
    • Algorithmic efficiency
    • Randomized algorithm
    • Computational geometry
    Mathematics of computing
    • Discrete mathematics
    • Probability
    • Statistics
    • Mathematical software
    • Information theory
    • Mathematical analysis
    • Numerical analysis
    • Theoretical computer science
      • Computational problem
    Information systems
    • Database management system
    • Information storage systems
    • Enterprise information system
    • Social information systems
    • Geographic information system
    • Decision support system
    • Process control system
    • Multimedia information system
    • Data mining
    • Digital library
    • Computing platform
    • Digital marketing
    • World Wide Web
    • Information retrieval
    Security
    • Cryptography
    • Formal methods
    • Security hacker
    • Security services
    • Intrusion detection system
    • Hardware security
    • Network security
    • Information security
    • Application security
    Human-centered computing
    • Interaction design
    • Augmented reality
    • Virtual reality
    • Social computing
    • Ubiquitous computing
    • Visualization
    • Accessibility
    • Human–computer interaction
    • Mobile computing
    Concurrency
    • Concurrent computing
    • Parallel computing
    • Distributed computing
    • Multithreading
    • Multiprocessing
    Artificial intelligence
    • Computational intelligence
    • Natural language processing
    • Knowledge representation and reasoning
    • Computer vision
    • Automated planning and scheduling
    • Search methodology
    • Control method
    • Philosophy of artificial intelligence
    • Distributed artificial intelligence
    Machine learning
    • Supervised learning
    • Unsupervised learning
    • Reinforcement learning
    • Multi-task learning
    • Cross-validation
    Graphics
    • Animation
    • Rendering
    • Photograph manipulation
    • Graphics processing unit
    • Image compression
    • Solid modeling
    Applied computing
    • Quantum computing
    • E-commerce
    • Enterprise software
    • Computational mathematics
    • Computational physics
    • Computational chemistry
    • Computational biology
    • Computational social science
    • Computational engineering
    • Differentiable computing
    • Computational healthcare
    • Digital art
    • Electronic publishing
    • Cyberwarfare
    • Electronic voting
    • Video games
    • Word processing
    • Operations research
    • Educational technology
    • Document management
    Specialized Platform Development
    • Thermodynamic computing
    • Category
    • Outline
    • Glossaries
    • v
    • t
    • e
    Emerging technologies
    Fields
    Information and
    communications
    • Ambient intelligence
      • Internet of things
    • Artificial intelligence
      • Applications of artificial intelligence
      • Machine translation
      • Machine vision
      • Mobile translation
      • Progress in artificial intelligence
      • Semantic Web
      • Speech recognition
    • Atomtronics
    • Carbon nanotube field-effect transistor
    • Cybermethodology
    • Augmented reality
    • Fourth-generation optical discs
      • 3D optical data storage
      • Holographic data storage
    • GPGPU
    • Memory
      • CBRAM
      • ECRAM
      • FRAM
      • Millipede
      • MRAM
      • NRAM
      • PRAM
      • Racetrack memory
      • RRAM
      • SONOS
      • UltraRAM
    • Optical computing
    • RFID
      • Chipless RFID
    • Software-defined radio
    • Three-dimensional integrated circuit
    Topics
    • Automation
    • Collingridge dilemma
    • Differential technological development
    • Disruptive innovation
    • Ephemeralization
    • Ethics
      • AI
      • Bioethics
      • Cyberethics
      • Neuroethics
      • Robot ethics
    • Exploratory engineering
    • Proactionary principle
    • Technological change
      • Technological unemployment
    • Technological convergence
    • Technological evolution
    • Technological paradigm
    • Technology forecasting
      • Accelerating change
      • Future-oriented technology analysis
      • Horizon scanning
      • Moore's law
      • Technological singularity
      • Technology scouting
    • Technology in science fiction
    • Technology readiness level
    • Technology roadmap
    • Transhumanism
    • List
    • v
    • t
    • e
    Robotics
    Main articles
    • Outline
    • Glossary
    • Index
    • History
    • Geography
    • Hall of Fame
    • Ethics
    • Laws
    • Competitions
    • AI competitions
    Types
    • Aerobot
    • Anthropomorphic
      • Humanoid
      • Android
      • Cyborg
      • Gynoid
    • Claytronics
    • Companion
    • Automaton
      • Animatronic
        • Audio-Animatronics
    • Industrial
    • Articulated
      • arm
    • Delivery
    • Domestic
    • Educational
    • Entertainment
    • Juggling
    • Military
    • Medical
    • Service
    • Disability
    • Agricultural
    • Food service
    • Retail
    • BEAM robotics
    • Soft robotics
    Classifications
    • Biorobotics
    • Cloud robotics
    • Continuum robot
    • Unmanned vehicle
      • aerial
      • ground
    • Mobile robot
    • Microbotics
    • Nanorobotics
    • Necrobotics
    • Robotic spacecraft
      • Space probe
    • Swarm
    • Telerobotics
    • Underwater
      • remotely-operated
      • Robotic fish
    Locomotion
    • Tracks
    • Walking
      • Hexapod
    • Climbing
    • Electric unicycle
    • Robotic fins
    Navigation and mapping
    • Motion planning
    • Simultaneous localization and mapping
    • Visual odometry
    • Vision-guided robot systems
    Research
    • Evolutionary
    • Kits
    • Simulator
    • Suite
    • Open-source
    • Software
    • Adaptable
    • Developmental
    • Human–robot interaction
    • Paradigms
    • Perceptual
    • Situated
    • Ubiquitous
    Companies
    • ABB
    • Amazon Robotics
    • Anybots
    • Barrett Technology
    • Boston Dynamics
    • Doosan Robotics
    • Energid Technologies
    • FarmWise
    • FANUC
    • Figure AI
    • Foster-Miller
    • Harvest Automation
    • HD Hyundai Robotics
    • Honeybee Robotics
    • Intuitive Surgical
    • IRobot
    • KUKA
    • Rainbow Robotics
    • Starship Technologies
    • Symbotic
    • Universal Robotics
    • Wolf Robotics
    • Yaskawa
    Related
    • Critique of work
    • Powered exoskeleton
    • Workplace robotics safety
      • Robotic tech vest
    • Technological unemployment
    • Terrainability
    • Fictional robots
    • Category
    • Outline
    • v
    • t
    • e
    Existential risk from artificial intelligence
    Concepts
    • AGI
    • AI alignment
    • AI boom
    • AI capability control
    • AI safety
    • AI takeover
    • Effective accelerationism
    • Ethics of artificial intelligence
    • Existential risk from artificial intelligence
    • Friendly artificial intelligence
    • Instrumental convergence
    • Intelligence explosion
    • Longtermism
    • Machine ethics
    • Suffering risks
    • Superintelligence
    • Technological singularity
    • Vulnerable world hypothesis
    Organizations
    • AI Futures Project
    • Alignment Research Center
    • Center for AI Safety
    • Center for Applied Rationality
    • Center for Human-Compatible Artificial Intelligence
    • Centre for the Study of Existential Risk
    • EleutherAI
    • Future of Humanity Institute
    • Future of Life Institute
    • Google DeepMind
    • Humanity+
    • Institute for Ethics and Emerging Technologies
    • Leverhulme Centre for the Future of Intelligence
    • Machine Intelligence Research Institute
    • METR
    • OpenAI
    • PauseAI
    • Safe Superintelligence
    • Stop AI
    People
    • Scott Alexander
    • Sam Altman
    • Dario Amodei
    • Yoshua Bengio
    • Nick Bostrom
    • Paul Christiano
    • Eric Drexler
    • Owain Evans
    • Sam Harris
    • Stephen Hawking
    • Dan Hendrycks
    • Geoffrey Hinton
    • Bill Joy
    • Daniel Kokotajlo
    • Shane Legg
    • Jan Leike
    • Elon Musk
    • Steve Omohundro
    • Toby Ord
    • Huw Price
    • Martin Rees
    • Stuart J. Russell
    • Nate Soares
    • Ilya Sutskever
    • Jaan Tallinn
    • Max Tegmark
    • Alan Turing
    • Frank Wilczek
    • Roman Yampolskiy
    • Eliezer Yudkowsky
    Books
    • Do You Trust This Computer?
    • Human Compatible
    • If Anyone Builds It, Everyone Dies
    • Our Final Invention
    • Superintelligence: Paths, Dangers, Strategies
    • The Precipice: Existential Risk and the Future of Humanity
    Other
    • Artificial Intelligence Act
    • Open letter on artificial intelligence
    • Statement on AI Risk
    Category
    • v
    • t
    • e
    Subfields of and cyberneticians involved in cybernetics
    Subfields
    • Artificial intelligence
    • Biological cybernetics
    • Biomedical cybernetics
    • Biorobotics
    • Biosemiotics
    • Neurocybernetics
    • Catastrophe theory
    • Computational neuroscience
    • Connectionism
    • Control theory
    • Conversation theory
    • Cybernetics in the Soviet Union
    • Decision theory
    • Emergence
    • Engineering cybernetics
    • Homeostasis
    • Information theory
    • Management cybernetics
    • Medical cybernetics
    • Second-order cybernetics
    • Cybersemiotics
    • Sociocybernetics
    • Synergetics
    Cyberneticians
    • Alexander Lerner
    • Alexey Lyapunov
    • Alfred Radcliffe-Brown
    • Allenna Leonard
    • Anthony Wilden
    • Buckminster Fuller
    • Charles François
    • Genevieve Bell
    • Margaret Boden
    • Claude Bernard
    • Cliff Joslyn
    • Erich von Holst
    • Ernst von Glasersfeld
    • Francis Heylighen
    • Francisco Varela
    • Frederic Vester
    • Charles Geoffrey Vickers
    • Gordon Pask
    • Gordon S. Brown
    • Gregory Bateson
    • Heinz von Foerster
    • Humberto Maturana
    • I. A. Richards
    • Igor Aleksander
    • Jacque Fresco
    • Jakob von Uexküll
    • Jason Jixuan Hu
    • Jay Wright Forrester
    • Jennifer Wilby
    • John N. Warfield
    • Kevin Warwick
    • Ludwig von Bertalanffy
    • Maleyka Abbaszadeh
    • Manfred Clynes
    • Margaret Mead
    • Marian Mazur
    • N. Katherine Hayles
    • Natalia Bekhtereva
    • Niklas Luhmann
    • Norbert Wiener
    • Pyotr Grigorenko
    • Qian Xuesen
    • Ranulph Glanville
    • Robert Trappl
    • Sergei P. Kurdyumov
    • Stafford Beer
    • Stuart Kauffman
    • Stuart Umpleby
    • Talcott Parsons
    • Ulla Mitzdorf
    • Valentin Turchin
    • Valentin Braitenberg
    • William Ross Ashby
    • Walter Bradford Cannon
    • Walter Pitts
    • Warren McCulloch
    • William Grey Walter
    • v
    • t
    • e
    Glossaries of science and engineering
    • Aerospace engineering
    • Agriculture
    • Archaeology
    • Architecture
    • Artificial intelligence
    • Astronomy
    • Biology
    • Botany
    • Calculus
    • Cell biology
    • Cellular and molecular biology
      • 0–L
      • M–Z
    • Chemistry
    • Civil engineering
    • Clinical research
    • Computer hardware
    • Computer science
    • Developmental and reproductive biology
    • Ecology
    • Economics
    • Electrical and electronics engineering
    • Engineering
      • A–L
      • M–Z
    • Entomology
    • Environmental science
    • Genetics and evolutionary biology
    • Geography
      • A–M
      • N–Z
      • Arabic toponyms
      • Hebrew toponyms
      • Western and South Asia
    • Geology
    • Ichthyology
    • Machine vision
    • Mathematics
    • Mechanical engineering
    • Medicine
    • Meteorology
    • Mycology
    • Nanotechnology
    • Ornithology
    • Physics
    • Probability and statistics
    • Psychiatry
    • Quantum computing
    • Robotics
    • Scientific naming
    • Structural engineering
    • Virology
    Retrieved from "https://teknopedia.ac.id/w/index.php?title=Lists_of_open-source_artificial_intelligence_software&oldid=1340866705"
    Categories:
    • Free software
    • Open-source artificial intelligence
    • Lists of software
    • Free and open-source software
    • Artificial intelligence
    • Neural network software
    Hidden categories:
    • Articles with short description
    • Short description is different from Wikidata
    • Articles needing additional references from February 2026
    • All articles needing additional references
    • Articles needing additional references from December 2025

    • indonesia
    • Polski
    • العربية
    • Deutsch
    • English
    • Español
    • Français
    • Italiano
    • مصرى
    • Nederlands
    • 日本語
    • Português
    • Sinugboanong Binisaya
    • Svenska
    • Українська
    • Tiếng Việt
    • Winaray
    • 中文
    • Русский
    Sunting pranala
    url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
    Pusat Layanan

    UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
    Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
    Phone: (0721) 702022
    Email: pmb@teknokrat.ac.id