UppuluriKalyani / ML-Nexus

ML Nexus is an open-source collection of machine learning projects, covering topics like neural networks, computer vision, and NLP. Whether you're a beginner or expert, contribute, collaborate, and grow together in the world of AI. Join us to shape the future of machine learning!
https://discord.gg/fy8MQkCh
MIT License
29 stars 45 forks source link

Medical Diagnoser #213

Open ramana2074 opened 3 hours ago

ramana2074 commented 3 hours ago

Is your feature request related to a problem? Please describe. Building a Deep learning based Medical Diagnoser.

Describe the solution you'd like The Model uses a dataset that contains symptoms to the respective diseases. The neural network model employed here features a feedforward architecture. This approach is aimed at leveraging complex datasets to enhance medical diagnostics.

Describe alternatives you've considered Decision support system approach and Grape based approach.

Approach to be followed (optional) The deep learning model is built using Tensorflow a popular open-source library for machine learning. The model architecture utilizes an LSTM Layer to process the sequence of tokens representing the patient’s symptoms. The output of the LSTM layer is then fed into two separate dense layers, one for predicting the disease and another for predicting the medication.

Additional context Add any other context or screenshots about the feature request here.

github-actions[bot] commented 3 hours ago

Thanks for creating the issue in ML-Nexus!🎉 Before you start working on your PR, please make sure to: