The_Stallion's repositories
reshard-safetensors
This repo helps you understand how safetensors are structured to store different layers of an LLM and re-shard/re-chunk safetensors files even if they don't fit in the GPU.. ( No Autoclass )
Computer-vision-in-the-service-of-bacteriology
Computer vision in the service of bacteriology refers to the use of computer algorithms and technology to analyze and interpret images of bacteria for the purpose of identifying and characterizing different types of bacteria.
Game-theory_minimax_alpha_beta_prunning
This project is about implementing the Minimax alpha beta pruning method (maybe more) of taking a playing decision on a type of games like Othello
graphrag-local-model_huggingface
Microsoft's graphrag using ollama and hugging face to support all LLMs (Llama3, mistral, gemma2, fine-tuned Llama3 ...).
adversarial-perturbations
School AI semester project
PCA__3D-and-from-scratch__Principal-Component-Analysis
In this project, I will be implementing Principal Component Analysis (PCA) from scratch on an ecological footprint consummation database for countries and a three-dimensional scale using a movie database. The goal of this project is to gain a deeper understanding of PCA and to demonstrate its capabilities in exploring complex datasets.
BestProfit
This code was made with the help of PcCamel to get a series of actions to profit from a shop that allows buying and selling items.
Data_visualisation-Examples
This repository was created to learn and practice graph showing and data visualization. The goal is to gain experience in creating compelling and informative visualizations.
Decision-Trees
This algorithm uses decision trees to predict an output while following an example of input output given by the user.
GeneticNN
This project is about genetic algorithms and specifically genetic neural networks that adapt to a dataset by adding hidden layers or substracting them to make the smallest NN possible.
Machine-Learning-4Newbies
This is a collection of notebooks i worked on to learn machine learning as a newbie/beginner.
morse-code-NodeMCU-esp8266
This project aims to translate text into morse code light or sound signals through the output D4 of a NodeMCU 8266.
PythonSumUp
This repostery is for beginners in python who often forget how to use functions from famous python libraries.