~aniket

Recent Notes

  • filters and convolutions

    May 29, 2026

  • Open AI CLIP

    May 28, 2026

  • swin transformer

    May 26, 2026

  • vision transformers

    May 24, 2026

  • building gpt from scratch

    May 15, 2026

  • Deep Q-Learning

    May 06, 2026

  • "Unbenannt"

    Apr 20, 2026

  • 🏠 home

    Apr 20, 2026

  • tf files and directories

    Apr 20, 2026

  • terraform variables

    Apr 19, 2026

  • tf statefile management with az-storage

    Apr 16, 2026

  • az storage using tf

    Apr 15, 2026

  • terraform providers

    Apr 14, 2026

  • what is infra as code?

    Apr 14, 2026

  • docker compose

    Apr 09, 2026

  • langchain

    Apr 03, 2026

  • configmaps and secrets

    Mar 30, 2026

  • all about k8s ingress!

    Mar 30, 2026

  • RBAC

    Mar 29, 2026

  • k8s monitoring

    Mar 29, 2026

  • K8s interview questions

    Mar 25, 2026

  • ansible

    Mar 24, 2026

  • k8s architecture

    Mar 22, 2026

  • docker networking

    Mar 20, 2026

  • docker storage - bind mounts and volumes

    Mar 20, 2026

  • multi-stage builds in docker

    Mar 20, 2026

  • archives in linux

    Mar 20, 2026

  • What are containers?

    Mar 18, 2026

  • container runtimes

    Mar 18, 2026

  • Learning CICD with Azure DevOps

    Mar 13, 2026

  • what are neural networks?

    Oct 23, 2025

  • What is Pytorch?

    Oct 23, 2025

  • what is machine learning?

    Oct 21, 2025

  • what and why ml?

    Oct 21, 2025

  • what is terraform?

    Oct 03, 2025

  • dockerfile

    Oct 02, 2025

  • dockerhub

    Oct 02, 2025

  • terraform with aws

    Oct 02, 2025

  • deploying a qr code generator to learn devops

    Oct 01, 2025

  • binary search

    Sep 30, 2025

  • dynamic programming

    Sep 30, 2025

  • graphs

    Sep 30, 2025

  • greedy

    Sep 30, 2025

  • heap

    Sep 30, 2025

  • miscellaneous

    Sep 30, 2025

  • python-concepts

    Sep 30, 2025

  • recursion

    Sep 30, 2025

  • sorting

    Sep 30, 2025

  • strings

    Sep 30, 2025

  • trees

    Sep 30, 2025

🏠

👉

3 Resources

👉

tech

👉

ai

May 28, 20261 min read

  • open-ai
  • clip
  • contrastive-learning

CLIP by OpenAI

paper - https://cdn.openai.com/papers/Learning_Transferable_Visual_Models_From_Natural_Language.pdf

video - https://www.youtube.com/watch?v=fQyHEXZB-nM

  • the goal of the paper : “demonstrating that a simple pre-training task of predicting which caption goes with which image is an efficient and scalable way to learn SOTA image representations from scratch on a dataset of 400 Million (image, text) pairs collected from the internet”

Links:

202605282142


Graph View

  • CLIP by OpenAI
  • Links:
  • GitHub
  • Linkedin
  • Twitter
  • Portfolio