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.
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.
This is a hybrid intelligent sampling technique to tackle class-imbalance in real world datasets. To know more about it please refer the link: https://www.sciencedirect.com/science/article/pii/S1568494619300924. Cite our paper, if you are using it in your research work. The citation of our paper is: Susan, Seba, and Amitesh Kumar. "SSOMaj-SMOTE-SSOMin: Three-step intelligent pruning of majority and minority samples for learning from imbalanced datasets." Applied Soft Computing 78 (2019): 141-149.
This is a hybrid intelligent sampling technique to tackle class-imbalance in real world datasets. To know more about it please refer the link: https://www.sciencedirect.com/science/article/pii/S1568494619300924. Cite our paper, if you are using it in your research work. The citation of our paper is: Susan, Seba, and Amitesh Kumar. "SSOMaj-SMOTE-SSOMin: Three-step intelligent pruning of majority and minority samples for learning from imbalanced datasets." Applied Soft Computing 78 (2019): 141-149.
This is a hybrid implementation of oversampling method Synthetic Minority Oversampling Technique (SMOTE) and undersampling method called Sample Subset Optimization and Particle Swarm Optimization (SSO-PSO) to solve Imbalanced data problem.