Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
4 views1 page

Soft Computing Notes Clean

Uploaded by

anisettijanaki1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Soft Computing Notes Clean

Uploaded by

anisettijanaki1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Soft Computing Notes

1. Soft Computing
• Solves real-world problems with uncertainty, inaccuracy, and incomplete data.
• Focuses on 'good enough' solutions instead of exact answers.
• Includes: Neural Networks, Fuzzy Logic, Genetic Algorithms.

2. Artificial Neural Networks (ANNs)


• Inspired by the human brain.
• Learn from examples instead of fixed rules.
• Strengths: Pattern recognition, predictions, handles complex data.
• Applications: Image/voice recognition, medical diagnosis, stock prediction.

3. Fuzzy Logic
• Deals with partial truth (not just yes/no).
• Allows values between 0 and 1 (e.g., a little hot, medium hot, very hot).
• Applications: Washing machines, air conditioners, traffic control.

4. Genetic Algorithms (GAs)


• Inspired by evolution and survival of the fittest.
• Process: Selection → Crossover → Mutation → Repeat.
• Applications: Route planning, scheduling, optimization, puzzle solving.

5. Hybrid Systems
• Combine multiple methods for better results.
• Examples:
• - Neuro-Fuzzy: Neural networks + fuzzy logic.
• - Neuro-Genetic: Genetic algorithms + neural networks.
• - Fuzzy-Genetic: Genetic algorithms + fuzzy rules.
• Advantages: Smarter, more accurate, solves tougher problems.

Summary
• Soft Computing = Flexible, human-like problem-solving.
• Neural Networks = Brain-like learning.
• Fuzzy Logic = Shades of truth.
• Genetic Algorithms = Nature-inspired optimization.
• Hybrid Systems = Combination for stronger solutions.

You might also like