Skip to content

Sourav-Tripathy/Cute-Experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cute-Experiments

This repository contains various experiments inspired by curiosity and learning. Each experiment is organized into its own folder with a brief description below.

Directory

Exp-1: Chunking and Retrieval Experiment

  • Explores chunking data, generating embeddings, and performing retrieval tasks. Includes scripts and a Jupyter notebook for experimentation.

Exp-2: Knowledge Distillation on MNIST

  • Implements knowledge distillation on the MNIST dataset to transfer knowledge from a large model to a smaller one.

Exp-3: Subliminal Learning and Entanglement

  • Investigates concepts of subliminal learning and entanglement through theoretical and experimental approaches.(Baulabs study replication)

Exp-4: Adam Optimizer Study

  • Analyzes the Adam optimizer's behavior and performance in machine learning tasks.

Exp-5: Document Size vs Retrieval Time in MongoDB

  • Measures how document size impacts retrieval time in MongoDB.

Exp-6: Python Web Frameworks: Routing Complexity and swallowing Experiment

  • Explores how various Python web frameworks process HTTP routes, focusing on sequential evaluation versus radix/tree-based compilation. Includes experiments with dynamic and static route handling and how in some the order of routes impacts the requests.

About

This repo contains experiments that comes to mind while studying anything.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors