• Temperature_parameter

    Temperature is a parameter which is injected into the softmax function, enabling the users to manipulate the output probabilities. It helps us to control the creativeness of a Large Language Model.

  • LLM — Q&A

    If you’ve been curious about LLMs and still have questions, this article is just for you. Get ready to dive deep into the world of language models! Dive into the story here.

  • LLM — Finetuning

    Finetuning doesn’t have to be a mystery anymore! In this article, I’ve created a simple notebook that breaks down the process in an easy-to-understand way. Access the article by clicking here.

  • NER

    Build your NER data from scratch and learn the details of the NER model. Find out more by following this link.

  • LLM — Evaluation

    This article is a practical guide to measure the model performance and to make sure that the model gives good results after fine-tuning. Access the article by clicking here.

  • LLM — Few-Shot Learning

    Explanation of Zero-Shot One-Shot and Few Shot on code. Explore the full article on Medium. Click here to watch the video on YouTube.

  • ChatGPT - Code Interpreter

    Code Interpreter of GPT-4 is available to all ChatGPT Plus users. You can make a quick analysis in just 5 minutes, this is a breakthrough in data science and data analysis!😊 Discover the full story here.

  • LLM - Configurations

    What are the configuration parameters that can influence the model’s output during inference? Read my article on Medium! Click here to watch the video on YouTube.

  • LLM - Introduction

    If you think that, now that ChatGPT handles everything and you are late to learn it, this article is for you:)

  • Cross-Entropy Loss

    I will explain the cross-entropy loss with a very simple example. Click here to read it on Medium!

  • Easy OCR with Hugging Face & Streamlit

    You can start creating your apps on Hugging Face platform today! Read the entire article by clicking here:)

  • K-means with Numpy

    In this post, I will explain the K-means algorithm via Numpy. Continue reading by clicking here

  • Line_chart_with_plotly

    In this file I will explain how to use plotly with markers and annotation. It is very easy to plot chart in plotly express!:)

  • Word_vectors

  • Anomaly_detection_with_numpy_v2

  • Anderson_test

  • Anomaly_detection_with_numpy

  • K_means_with_numpy

  • Audio Classifier with Edge Impulse

    In this post you can find my second project on Edge Impulse with Arduino Tiny ML kit. I used audio dataset this time.

  • Motion Classifier with Edge Impulse

    Hello! Happy new year everyone:) On the very first day of the year, I completed a motion classifier project with Edge Impulse & Arduino. I would like to tell you the steps of the project, some problems I’ve faced with and how to solve them.

  • Fast fourier tranform

  • How to Deploy Model to Arduino?

    In this post, I will explain the deployment of edge impulse to Arduino.

  • Set Arduino Tiny ML Kit up in Edge Impulse

    I’ve bought Arduino Tiny Machine Learning Kit for my tiny machine learning projects. As a start, I’m taking the lecture: Introduction to Embedded Machine Learning from Coursera. To set the device up to Edge impulse you need to install Edge Impulse CLI and Arduino CLI. Here you can find some tips so that you don’t deal with errors during the installation: Remember that those tips are valid for Windows OS.

  • Style Transfer with PyTorch

    In this post, I would like to share my notes from the ‘Style Transfer’ lecture given by Udacity, Intro to Deep Learning with PyTorch. You may find the references below.

  • Image Loading and Transformation with Numpy & PyTorch & PIL

    In this notebook, I will explain how to load an image with PIL and explain some operations with PyTorch and Numpy. These processes are part of Style Transfer in Convolutional Neural Networks, there are two images: content and style. The next post defines how to transfer the style of one image to the content of the other image.

  • Stanford cs231n: Optimization Algorithms in Neural Networks

    In this post, Optimization Algorithms in Neural Network will be explained. Thanks to Stanford University, the lecture videos of cs231n can be found in YouTube and all materials are freely available (see the references).