TensorFlow

preferred python version for TensorFlow 3.11.12 Playground 'https://projector.tensorflow.org/ 'https://playground.tensorflow.org/#activation=tanh&batchSize=10&dataset=circle&regDataset=reg-plane&learningRate=0.03&regularizationRate=0&noise=0&networkShape=4,2&seed=0.93874&showTestData=false&discretize=false&percTrainData=50&x=true&y=true&xTimesY=false&xSquared=false&ySquared=false&cosX=false&sinX=false&cosY=false&sinY=false&collectStats=false&problem=classification&initZero=false&hideText=false

Pytorch

PyTorch in 1 Hour (2025) 'https://www.youtube.com/watch?v=r1bquDz5GGA MIT Introduction to Deep Learning | 6.S191 (2025) 'https://www.youtube.com/watch?v=alfdI7S6wCY&list=PLtBw6njQRU-rwp5__7C0oIVt26ZgjG9NI Best Explanation of Partial Derivatives and Gradients 'https://www.youtube.com/watch?v=TYLyAfFn_ME PyTorch Autograd Explained - In-depth Tutorial 'https://www.youtube.com/watch?v=MswxJw-8PvE Become AI Researcher From Scratch - Full Course - LLM, Math, Pytorch, Neural Networks, Transformers 'https://www.youtube.com/watch?v=44l-xL7OKLo Everything you wanted to know (and more) about PyTorch … Continue reading Pytorch

DeepSeek

Here's a step-by-step guide to using DeepSeek's open-source models (like DeepSeek-R1 or DeepSeek-MoE) as a beginner. I’ll simplify the process with code examples and explanations: Prerequisites Basic Programming Knowledge: Familiarity with Python. Python Environment: Install Python (≥3.8) and a code editor (VS Code, Jupyter Notebook). Hardware: A GPU is recommended but not required (you can … Continue reading DeepSeek

LLM

A Large Language Model (LLM) is a type of artificial intelligence (AI) model designed to understand and generate human language text. LM Studio is a desktop application for running local LLMs on your computer. 'https://lmstudio.ai/ Run LLM model offline on your laptop: Steps: Download LM Studio Inside LM Studio, search for "phi-2" Select “TheBloke/phi-2-GGUF” and … Continue reading LLM