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

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. 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

  2. Cereals-EDA-and-Data-Modelling- Cereals-EDA-and-Data-Modelling- Public

    Jupyter Notebook

  3. ConvNets-on-Cifar10 ConvNets-on-Cifar10 Public

    Training a convolutional neural network to identify images in the Cifar10 dataset. Test accuracy: 81.95%

    Python

  4. 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…

  5. RoadWatch--Car-Detection-and-Tracking- RoadWatch--Car-Detection-and-Tracking- Public

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

    Jupyter Notebook

  6. Skip-gram-Language-Model-Word2Vec- Skip-gram-Language-Model-Word2Vec- Public

    This project implements the Skip gram language model from scratch that computes the embedding vector for the different texts/words in the Brown Corpus

    Jupyter Notebook