Pinned Repositories
big_O_notations_push_swap
Compute and evaluate your Big O Notations for the Push Swap algorithm
exam_00
Mini - printf / Mini - get_next_line / Union && Inter
fractol
create the mandelbrot set and the dynamic julia set with a zoom using the mouse cursor
GPT-4-Summarizer
Use the OpenAI API to summarize document
Minishell
create a minimalist shell with the basic built-in Function of bash
Neural-Style-Transfer
Recreate "A Neural Algorithm of Artistic Style" Paper with Tensorflow with visualization for each parts.
Philosopher
pipex
Recode the GNU Pipe built-in " | " and " here_doc " to C
push_swap
Create a sorting algorithm with 2 stacks and mandatory functions
Widium
widium's Repositories
widium/Minishell
create a minimalist shell with the basic built-in Function of bash
widium/Neural-Style-Transfer
Recreate "A Neural Algorithm of Artistic Style" Paper with Tensorflow with visualization for each parts.
widium/pipex
Recode the GNU Pipe built-in " | " and " here_doc " to C
widium/Philosopher
widium/GPT-4-Summarizer
Use the OpenAI API to summarize document
widium/push_swap
Create a sorting algorithm with 2 stacks and mandatory functions
widium/Widium
widium/big_O_notations_push_swap
Compute and evaluate your Big O Notations for the Push Swap algorithm
widium/fractol
create the mandelbrot set and the dynamic julia set with a zoom using the mouse cursor
widium/Mini-AutoGradient-Engine
widium/Pytorch-Training-Toolkit
Tracking and Analyse all Data from Training Loop in Pytorch
widium/Pytorch_Experiment_Framework
widium/Transformer
Create Neural Network Architecture "Transformer" from scratch, from the paper "Attention is all you need".
widium/exam_00
Mini - printf / Mini - get_next_line / Union && Inter
widium/Cub3D
widium/Doodle_Classifier
widium/get_next_line
widium/libft
widium/Mildew_Classifier
widium/MiniRT
widium/MlOps-Toolkit
widium/MLP_From_Scratch
widium/NLP_Processing
Create Cleaner, Tokenizer and Vectorizer From Scratch for Learning Purpose
widium/nvim_config
widium/printf
widium/Pytorch-Model-Archiver
Export and Import custom Pytorch Module in another python environment like `model.save()` of tensorflow
widium/RL_push_swap
Teach an agent to sort a stack with mandatory functions, using Deep Convolutional Reinforcement Learning
widium/Vision-Transformer-Pytorch