PCPhanee Chowdaryinphanee.hashnode.dev·Apr 3, 2025 · 4 min readWord Embeddings Part - 1Tokenization and Indexing You might have seen machine learning models that takes some text and predict whether it is spam or not. Similarly a model can analyze a movie review and can determine its sentiment (positive or negative). The first rule of t...00
PCPhanee Chowdaryinphanee.hashnode.dev·Jun 29, 2022 · 6 min readLinux System Administrators1. Users Let us consider two users of a system namely Phanee and Gopi. Phanee may have some set of privileges and Gopi may have some set of privileges, which may or may not be equal. Every user has their home directories where the user’s specific fil...00
PCPhanee Chowdaryinphanee.hashnode.dev·Jun 23, 2022 · 3 min readKadane's AlgorithmMaximum sum subarray problem is the task of finding a contiguous subarray with the largest sum, within a given one-dimensional array A[1...n] of numbers. Formally, the task is to find indices i and j with 1 <= i <= j <= n such that the sum is large ...00
PCPhanee Chowdaryinphanee.hashnode.dev·Jun 20, 2022 · 6 min readLinux CommandsStreams & File Manipulation Data streams in Linux have two ends. A Linux command that you provide to terminal is treated as one end(input). The other end is determined by the terminal that executed the command. That end will be connected to, may be a...00
PCPhanee Chowdaryinphanee.hashnode.dev·Jun 8, 2022 · 3 min readLinux CommandsLinux was created by Linus Torvalds from scratch. It's free and open-source.That means you can simply change anything on Linux. Get started with Linux using following ways: WSL.(Windows Subsystem Linux) VMWare. (Virtual Box) Booting USB (Dua...00