Skip to content
View tanyelai's full-sized avatar
β˜•
working on theory of being chill
β˜•
working on theory of being chill
  • Istanbul Technical University

Highlights

  • Pro
Block or Report

Block or report tanyelai

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
tanyelai/README.md
πŸ—‚ Repository Map                                                                             
┣━━ πŸ“° Publication
┃   ┣━━ vcce   - interpretable ecg analysis for myocardial infarction detection through counterfactuals
┃   ┣━━ beyond known reality   - beyond known reality: exploiting counterfactual explanations for medical research
┃   ┣━━ save the kid   - deciphering machine learning decisions for distinguishing between posterior fossa tumor types using mri features: what does the data tell us?
┃   ┣━━ lingda   - linguistic-based data augmentation approach for offensive language detection
┣━━ πŸ”¬ Experiments                                                                                  
┃   ┣━━ neuroscience               - neuroscience journal of a cs student
┃   ┣━━ alzheimer                  - mri data handling and classification of alzheimer's disease
┃   ┣━━ genetics of texts          - text classification using genetic algorithm   
┃   ┣━━ ppl-r-stressed             - perceived stress test analysis using ml
┃   ┣━━ map-reduce on big data     - docker-based hadoop implementation for stackoverflow data
┃   ┣━━ resnet                     - naive residual network implementation in pytorch
┃   ┣━━ synthetic                  - synthetic text data augmentation
┃   ┣━━ nlp                        - few essential implementations of nlp algorithms
┃   ┣━━ sentimentr                 - context-(in)dependent model pipeline (Word2Vec-CNN-BiLSTM) on Turkish data                                          
┃   ┣━━ sentimenten                - context-dependent model pipeline (BERT-CNN-BiLSTM) on English data  
┃   ┣━━ disaster analysis        - classification of disaster related tweets (not published)
┃   ┣━━ ethical nlp              - language models and ethical risks in Turkish (not published)
┃   ┣━━ blink                    - blink counter with raspberry pi 2
┃   ┣━━ keylogger                - simple keylogger attack and defense                                                       
┃   ┣━━ image processing         - go deeper in img processing
┣━━ πŸ“¦ Starter Packs                                                                                
┃   ┣━━ computer vision          - fundamentals of computer vision                                          
┃   ┣━━ machine learning         - fundamentals of machine learning                                             
┗━━ ⭐ Computer Science                                                                            
    ┣━━ data structures          - data structures and algorithm analysis in c language                                                              
    ┗━━ c programming            - many applications of c language

Pinned

  1. vcce vcce Public

    VCCE: Visualizing Counterfactual Clues on Electrocardiograms. Paper: Interpretable ECG Analysis for Myocardial Infarction Detection through Counterfactuals

    Jupyter Notebook 3

  2. lingda lingda Public

    UBMK 2022 Conference Paper: Linguistic-based Data Augmentation Approach for Offensive Language Detection

    Jupyter Notebook 6

  3. image-processing image-processing Public

    BLM4540 Image Processing

    Jupyter Notebook 4

  4. neuroscience neuroscience Public

    Naive journal of computer engineering student who is trying to know more about brain science.

    MATLAB 11 1

  5. sentiment-analysis-for-yemeksepeti-reviews sentiment-analysis-for-yemeksepeti-reviews Public

    Word2Vec-CNN-BiLSTM model pipeline for Sentiment Analysis on Turkish dataset | Türkçe veri setinde (Yemeksepeti) Duygu Analizi

    Jupyter Notebook 6

  6. data-structures data-structures Public

    Data Structures with C | BLM2512 & BLM3021

    C