Skip to content
View Degergokalp's full-sized avatar

Block or report Degergokalp

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. RL-cooldown RL-cooldown Public

    It inherits the core framework for reinforcement learning and market simulation, while introducing refined features such as dynamic cooldown strategies, advanced CSV formatting, and multi-run perf…

    Python

  2. QA-chatbot-tensorflow QA-chatbot-tensorflow Public

    This code defines a web-based user interface for interacting with a question-answering machine learning model. The model is loaded and initialized using the QnA Maker API provided by Microsoft.

    JavaScript 1

  3. LZW_file_compression LZW_file_compression Public

    LZW file compression and decompression

    Python

  4. Price-Modeling-GradientBoosting Price-Modeling-GradientBoosting Public

    This is a pricing optimization model using Gradient Boosting Regression. It predicts the optimal price based on market conditions and past sales data. Users can adjust hyperparameters and values ba…

    Python

  5. pubmed-pmid-search-interface.io pubmed-pmid-search-interface.io Public

    This is a simple HTML interface for searching PubMed articles by PMID. Users enter the PMID and the code builds the URL for the article on the PubMed website and redirects the user to it. The inter…

    HTML

  6. stop-loss-price-based-on-ATR-with-OHCL stop-loss-price-based-on-ATR-with-OHCL Public

    This repository contains a Python script that implements an automated stop-loss strategy for trading using the Average True Range (ATR) indicator. The strategy calculates the ATR of a given period …

    Python