Skip to content
View busraoguzoglu's full-sized avatar
💭
Working
💭
Working
Block or Report

Block or report busraoguzoglu

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
busraoguzoglu/README.md

About Me 👋

📕  Bilkent CS BSc '19 - Bogazici CmpE MSc '23
🌱  I'm currently working & studying on Deep Learning and its applications.
✍️  In my free time, I write on my blog, I'm also on YouTube! (In Turkish).
💬  Feel free to reach out for any questions or suggestions. Follow me on Medium! https://medium.com/@busra.oguzoglu

Pinned

  1. CYK-Parser-with-Turkish-CFG CYK-Parser-with-Turkish-CFG Public

    Implementation of CYK algorithm to act as a recognizer and parser with Turkish CFG.

    Jupyter Notebook 5 2

  2. Turkish-NLI Turkish-NLI Public

    Natural Language Inference for Turkish. Course Project for CMPE58T Advanced NLP Course of Boğaziçi University.

    Jupyter Notebook

  3. Prot-Sequence-GNN Prot-Sequence-GNN Public

    Graph Neural Networks for Protein Interaction Prediction

    Python

  4. Next-Word-Prediction-From-Scratch Next-Word-Prediction-From-Scratch Public

    Simple next word prediction model from scratch, implemented using only numpy.

    Python

  5. Turkish-NLP-Preprocessing-module Turkish-NLP-Preprocessing-module Public

    Forked from meliksahturker/Turkish-NLP-Preprocessing-module

    Preprocessing tool for Turkish NLP that contains tokenizer, normalizer, stop-word eliminator and stemmer

    Jupyter Notebook 3

  6. Turkish-Subword-Tokenization Turkish-Subword-Tokenization Public

    Tested methods: BPE, Wordpiece, Unigram LM. For CMPE 58T Advanced NLP Course.

    Python 3