Skip to content
View PARSA-MHMDI's full-sized avatar

Block or report PARSA-MHMDI

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PARSA-MHMDI/README.md

Pinned Loading

  1. TinyML TinyML Public

    Embedded AI - Power Consumption Prediction uses TinyML to forecast energy usage on an STM32F407G board. It trains a TensorFlow model, converts it to TFLite, and runs predictions on embedded hardwar…

    C

  2. MedNER MedNER Public

    MedNER: A deep learning tool for medical NER. Fine-tune transformer models (BERT/BioBERT) to extract entities like diseases, treatments, and medications from clinical texts. Enjoy GPU-accelerated t…

    Jupyter Notebook

  3. correlation correlation Public

    In this repository, four famous correlation algorithms have been implemented. Pearson, spearman, Chatterjee, and MIC correlation algorithm implemented

    Jupyter Notebook 6

  4. text_summarizer text_summarizer Public

    A deep learning project that fine-tunes facebook/bart-base on the CNN/DailyMail dataset for abstractive text summarization. The model is optimized with gradient checkpointing, 8-bit AdamW optimizer…

    Python