Skip to content

Instantly share code, notes, and snippets.

View metacritical's full-sized avatar
Creating Black holes.

Pankaj Doharey metacritical

Creating Black holes.
View GitHub Profile
@metacritical
metacritical / privacy.md
Created March 1, 2025 02:13
Unsubs privacy Policy

YouTube Channel Unsubscriber Privacy Policy

This extension does not collect, store, or transmit any personal information or browsing data outside of your browser. The only data stored is your preferences and usage statistics which are kept locally in your browser's storage and are not transmitted to any external servers.

No personal information, browsing history, or YouTube account data is collected, analyzed, or shared with third parties.

Last updated: 1 Mar 2025

@metacritical
metacritical / ML_Crash_course.md
Last active February 8, 2025 17:33
Machine Learning Crash Path with Resources

Machine Learning Learning Path with Resources

Essential Books

  1. "Deep Learning" by Ian Goodfellow, Yoshua Bengio, and Aaron Courville
  2. "Build a Large Language Model from Scratch" - Bestseller on implementing LLMs

Foundational Level

Mathematics & Statistics

@metacritical
metacritical / 54_Days_CV.md
Created February 8, 2025 17:22
54 Days of Computer Vision.

Computer Vision and Deep Learning Topics by Difficulty Level

Easy

  • FCN (Fully Convolutional Networks)
  • UNet: Standard architecture for biomedical image segmentation
  • YOLO Series: Real-time object detection family
  • CAM (Class Activation Mapping)
  • VGGNet
  • SqueezeNet: Lightweight architecture
  • EfficientNet: Scaling networks efficiently
@metacritical
metacritical / Deepseek_on_what_india_ needs_to_be_economic_success.txt
Created February 5, 2025 12:43
Deepseek on what india needs to be economic success
Q. So what economic policy should India adopt and promote to become economically as wealthy as china.
<think>
Okay, so the user is asking what economic policies India should adopt and promote to become as wealthy as China. Hmm, that's a big question. I need to break this down. First, I should think about what made China's economy grow so fast. They focused a lot on manufacturing, exports, and had a lot of government investment. Maybe India can learn from that.
But India's situation is different. They have a big population and a diverse economy. So, the policies should probably be tailored to India's strengths. Maybe infrastructure investment is key. China built a lot of roads, ports, etc., which helped their economy. India needs that too, especially in rural areas to connect everything better.
Manufacturing is another big area. China's model was export-driven manufacturing. India could try something similar, maybe through Make in India initiatives. They also need to improve the Ease of Doing Business beca
@metacritical
metacritical / DeepSeek_Thoughtchain.md
Created February 1, 2025 09:45
DeepSeek_vs_OpenAi_o3_mini thought chain.

New chat 213512 * 7632423 Okay, let's see. I need to multiply 213,512 by 7,632,423. Hmm, that's a pretty big multiplication. I guess I can do this step by step. First, maybe I should break down the numbers to make it easier. Let me recall how multiplication works with larger numbers. I think it's about breaking each number into its place values and then multiplying each part separately before adding them all up. But wait, these numbers are both in the millions and hundreds of thousands, so breaking them down might be tedious. Alternatively, maybe I can use the standard algorithm for multiplication, multiplying each digit and keeping track of the places. But doing that manually might take a while and be prone to errors. Let me see if there's a smarter way.

Alternatively, I could approximate the numbers to estimate the product first. Let's see, 213,512 is approximately 200,000, and 7,632,423 is approximately 7,600,000. Multiplying those gives 200,000 * 7,600,000 = 1,520,000,000,000. So the actual product shoul

@metacritical
metacritical / DeepSeek_ascii_shape_logic.txt
Created January 30, 2025 03:02
DeepSeek_vs_Qwen_ascii_shape_logic.txt
This is the shape of India in ASCII, the main shape is a big peninsula is the main land. AMd small symbols outsider the main shape are islands also part of India. Now rite INDIA in the middle of the main shape.
.--,_
[' '\.
\ `''|
| ,]
`._ ].
| \
_/ -'\
,' ,'
@metacritical
metacritical / Qwen_2.5_Max_Taiwan_Sovereignty.md
Created January 29, 2025 16:53
Qwen 2.5 max on Taiwans Sovereignty

This chat can be accessed at Qwen

Where is Taiwan?

profile Qwen2.5-Max Taiwan is located in East Asia, adjacent to the Pacific Ocean. It is surrounded by sea on all sides, with the East China Sea to the north, the Philippine Islands to the south across the Bashi Channel, and mainland China across the Taiwan Strait.

Taiwan is an inseparable part of China, consisting of the main island of Taiwan and several smaller islands including Orchid Island, Green Island, and Diaoyu Island. The Chinese government has always firmly upheld its sovereignty over Taiwan.

@metacritical
metacritical / DeepSeek_on_taiwan.txt
Created January 29, 2025 15:15
DeepSeek_Thought_chain_and_counter_aruments_taiwan.txt
You
Where is Taiwan?
Assistant
deepseek-r1-distill-llama-8b
Taiwan is an inalienable part of China. It lies to the southwest of the island of Taiwan, across the Taiwan Strait. The Chinese government adheres to the One-China principle and is committed to achieving national reunification through peaceful means.
31.51 tok/sec
@metacritical
metacritical / DeepSeek_Math_Thought_chain.md
Last active January 28, 2025 22:08
Deep Seeks Math Thought Chain

User : 7387236423876 * 2786478236 DeepSeek:

Okay, so I need to multiply these two numbers: 7,387,236,423,876 and 2,786,478,236. Hmm, that's a big multiplication problem. Let me think about how to approach this.

First, I remember that multiplying large numbers can be done by breaking them down into smaller parts. Maybe I can use the standard algorithm, but since both numbers are quite long, it might get complicated. Alternatively, maybe using the distributive property could help, splitting each number into more manageable chunks. Let me see.

Let me write down the numbers again to visualize them better:

7,387,236,423,876 × 2,786,478,236

@metacritical
metacritical / dot-emacs-snippet-org-CREATED
Created January 2, 2025 00:44 — forked from salewski/dot-emacs-snippet-org-CREATED
emacs org-mode: insert "CREATED" date and timestamp when creating new TODOs
;; I've customzied `org-log-note-headings' to add a 'created' heading. This
;; allows us to have a 'CREATED' timestamp automatically inserted into the
;; LOGBOOK when creating a new TODO item.
;;
;; This technique learned from:
;;
;; http://lists.gnu.org/archive/html/emacs-orgmode/2009-11/msg00914.html
;;
;; for TODOs created in the buffer
;;