An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with soft-computing

A curated list of projects in awesome lists tagged with soft-computing .

https://github.com/raviyadav14697/medical-diagnosis-using-fuzzy-logic

A soft computing method based web project which helps in predicting the disease based on the symptoms of the patient. Also informs the patients about nearby doctors availability and precautions to be taken. The heart of the project is Fuzzy Logic , a soft computing technique which makes use of knowledge base made by the experts(doctors in this case) to predict the disease severity.

ajax bootstrap3 css fuzzy-logic html jquery php soft-computing web-application

Last synced: 26 Oct 2025

https://github.com/khaledashrafh/fuzzy-logic-toolbox

It's a Java-based application that provides functions and tools for designing and simulating fuzzy logic systems. It offers a user-friendly interface for creating and testing fuzzy logic systems by allowing users to define and configure input variables, output variables, membership functions, rules, and defuzzification methods.

defuzzification error-handling fuzzification fuzzy-logic fuzzy-logic-control fuzzy-logic-engine genetic-algorithm genetic-algorithms rule-based soft-computing soft-computing-course soft-computing-techniques toolbox

Last synced: 09 Apr 2025

https://github.com/khaledashrafh/ga-knapsackizer

This repository contains a C++ program that solves the Knapsack Problem using a Genetic Algorithm. The Knapsack Problem is a classic optimization problem where we aim to maximize the total value of items to be packed in a knapsack, given the knapsack's weight capacity and a set of items with their respective weights and values.

crossover crossover-operator genetic-algorithm genetic-algorithms genetics knapsack knapsack-ga knapsack-genetic knapsack-problem mutation mutation-operator soft-computing soft-computing-course

Last synced: 17 Oct 2025

https://github.com/khaledashrafh/curve-fitting

This program implements a genetic algorithm for curve fitting using a polynomial equation. The goal is to find the best coefficients for the polynomial equation that minimize the distance between the curve and a given set of data points. The genetic algorithm is used to search for the optimal solution by evolving a population of candidate solutions

chromosome crossover crossover-operator curve-fitting elitist-genetic-algorithm genetic-algorithm genetic-algorithms mutation mutation-operator soft-computing soft-computing-course soft-computing-techniques tournament-selection

Last synced: 17 Oct 2025

https://github.com/ivanbgd/genetic-algorithm-maximum-area-in-ellipse

Genetic Algorithm in Python 2 for inscribing a triangle of the maximum area in a given ellipse.

artificial-intelligence genetic-algorithm genetic-algorithms python soft-computing

Last synced: 28 Mar 2025

https://github.com/harshita2234/papers

Contains all the research papers Harshita Gupta has been a part of in her Undergraduate Degree of Bachelor of Technology in Information Technology

cyber-security embedded-systems soft-computing

Last synced: 12 Feb 2026

https://github.com/linggarm/lvq-and-elm-with-iris-dataset

Implementation of Learning Vector Quantization (LVQ) and Extreme Learning Machine (ELM) with Iris Dataset

artificial-intelligence deep-learning elm extreme-learning-machine learning-vector-quantization lvq machine-learning numpy python soft-computing

Last synced: 26 Feb 2025

https://github.com/cserajdeep/ann_demo

Artificial Neural Network implementation on a toy problem

ann artificial-neural-networks computational-intelligence python soft-computing

Last synced: 27 Mar 2025

https://github.com/ivanbgd/genetic-algorithm-maximum-area-in-ellipse-python3

Genetic Algorithm in Python 3 for inscribing a triangle of the maximum area in a given ellipse.

artificial-intelligence genetic-algorithm genetic-algorithms python python3 soft-computing

Last synced: 28 Mar 2025

https://github.com/sourhub226/classification-using-slp

Binary classification of datapoints using Single Layer Perceptron (SLP) algorithm

artificial-intelligence machine-learning neural-network perceptron single-layer-perceptron soft-computing

Last synced: 30 Jun 2025