soft-computing-techniques
There are 6 repositories under soft-computing-techniques topic.
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.
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
sagniknitr/Soft-Computing-Lab
Lab experiments on Neural Networks for Undergraduate ECE Students, NIT Rourkela
sharmaroshan/Genetic-Algorithm-for-solving-an-Equation
I have used Genetic Algorithms for solving Equations. This is done using python.
ali-ece/A-Simplified-and-Efficient-Version-of-Inclined-Planes-system-Optimization-SIPO-Algorithm
A simplified and effective version of IPO (called SIPO) with the aim of simplifying the main IPO equations, creating a powerful trade-off between the concepts of exploitation and exploration, and modifying the complexity of their structural parameters.
ksaswin/Soft-Computing-Algorithms
This repository contains the python implementations of a few soft computing algorithms.