GEN AI
GEN AI Generative AI is a type of artificial intelligence that uses machine learning to create new patterns to create new content based on patterns and relationships in existing data. Neural networks are used to learn from data, and then use those learned patterns to generate new content. Steps to create your own Gen AI model: Defining your goal Data collection Data preparation and preprocessing Choose the framework you would like to work with(e.g. Tensorflow, PyTorch, Keras) Choose the model architecture(e.g. Transformers or GAN) Training the model Evaluate and refine Objective: To develop an end-to-end gen AI model for medical summarization. Input: MRI images of the brain Output: Summarized medical report Here we already have a deep learning model based on MRI images of the brain trained on Parkinson's and Alzheimer's disease. To develop a gen AI model based on these we have to follow these steps: Choosing the text summarization method. There are two approach Extrac...