Skip to content
View MyDarapy's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MyDarapy

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

Pinned Loading

  1. attention-is-all-you-need-from-scratch attention-is-all-you-need-from-scratch Public

    Building attention from scratch in PyTorch and jax from https://arxiv.org/pdf/1706.03762

    Python

  2. gpt-1-from-scratch gpt-1-from-scratch Public

    pretraining GPT 1 from scratch. Implementing Multihead Attention (MHA) using PyTorch from: Improving Language Understanding by Generative Pre-Training (https://cdn.openai.com/research-covers/langua…

    Python

  3. SmolLM-experiments-with-grouped-query-attention SmolLM-experiments-with-grouped-query-attention Public

    (Unofficial) building Hugging Face SmolLM-blazingly fast and remarkably powerful small language model with PyTorch implementation of grouped query attention (GQA)

    Python

  4. AlexNet-Implementation AlexNet-Implementation Public

    This repository contains an implementation of the AlexNet convolutional neural network (CNN) architecture using the Pytorch framework. The model is trained on a dataset consisting of images of cats…

    Python

  5. english-to-french-Neural-Machine-Translation english-to-french-Neural-Machine-Translation Public

    translating English sentences to French using a seq2seq model that learns to encode the source sequences (English) into a fixed context vector C and passing C into a decoder that predicts that the…

  6. RoadWatch-car-detection-and-car-tracking-with-computer-vision RoadWatch-car-detection-and-car-tracking-with-computer-vision Public

    This repository contains a car detection and tracking software implemented using YOLOv8 for object recognition and classification, along with DeepSORT for tracking. The program is capable of detect…

    Jupyter Notebook