CSC703: Artificial Intelligence and Soft Computing [AISC] & CSL703: Artificial Intelligence and Soft Computing Lab [AISC Lab] | BE Semester VII | Computer Engineering
-
Updated
Feb 20, 2026 - C
CSC703: Artificial Intelligence and Soft Computing [AISC] & CSL703: Artificial Intelligence and Soft Computing Lab [AISC Lab] | BE Semester VII | Computer Engineering
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.
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
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.
Implementation of various Neural Networks
ALL THE PROGRAMS FOR 7TH SEM SOFT COMPUTING COURSE ARE AVAILABLE HERE
Add a description, image, and links to the soft-computing-course topic page so that developers can more easily learn about it.
To associate your repository with the soft-computing-course topic, visit your repo's landing page and select "manage topics."