March 6, 2012

ext4 file system

ext4 file system Ext4 is an advanced form of filesytem which is not currently available widely on all operating systems. But still the files with ext4 filesytem can be opened as read only on macintosh and might be on windows. Ext4 comes up with the backward compatibility. But one of its features is delayed allocation, […]

Heuristically informed search category

Heuristically informed search category Hill climbing is a search strategy that falls into heuristically informed search category and guarantees to always find out a solution. Because it is basically a DFS with a measure of quality. It does not give only a guess but an educated guess which helps to reach the goal in lesser […]

Usage of both crossover and mutation in Genetic Algorithm

Usage of both crossover and mutation in Genetic Algorithm If we use both crossover and mutation in GA then this strategy always makes us closer to our desired solution because in Genetic Algorithm we start and initialize population. Then we evaluate fitness of population. Here we are using obviously characteristics from the parents but still […]

Example of add rules in knowledge base by using clips commands

Example of add rules in knowledge base by using clips commands e.g. If a patient has 101 degree Fahrenheit temperature, yellow spots, red rash and infected throat then assert that disease is diagnosed as allergy and print out that patient is suffering from allergy.Note: Disease is a parameter of title diagnose If disease is diagnosed […]

Define and then add facts in working memory by using clips commands

Define and then add facts in working memory by using clips commands e.g. “A patient has 101 degree Fahrenheit temperature, yellow spots, red rash and infected throat.” Note: Temperature, spots, rash and throat are the parameters of a patient. “Disease is diagnosed as allergy”Note: Disease is a parameter of title diagnose Novidat and Evil are […]

Application of Expert System with Fuzzy Logic in Teachers‘ Performance Evaluation

Application of Expert System with Fuzzy Logic in Teachers‘ Performance Evaluation (Download reference research paper) Goal of this research paper is to show the implementation of artificial intelligence in form of fuzzy logics and expert systems. With the help of teachers’ performance assessment, it is easily explained that how the fuzzy variables can be used […]

Expert System Applications in E-learning Environment: Analysis on Current Trends and Future Prospects

Expert System Applications in E-learning Environment: Analysis on Current Trends and Future Prospects (Download reference research paper) This research paper focuses on trends of electronic learning system with ES integration. It is definitely a revolution from learning aspect where all the content is easily available, backed up and can be presented in different attractive layouts. […]

RULE BASED EXPERT SYSTEM FOR SELECTING SOFTWARE DEVELOPMENT METHODOLOGY

RULE BASED EXPERT SYSTEM FOR SELECTING SOFTWARE DEVELOPMENT METHODOLOGY This article is about “RULE BASED EXPERT SYSTEM FOR SELECTING SOFTWARE DEVELOPMENT METHODOLOGY” in which i have attached a reference research paper with the courtesy of “jatit.org”. I have studied it and listed few important points below. (Download reference research paper) Goals of this Research paper: […]