PinnedAnkit MalikTransfer learning with Practical ImplementationIn many real-world situations you will not want to train a whole convolutional network from scratch, unless you happen to have a very large…May 31May 31
Ankit MalikImplementing a Rate Limiter and Slow-Down Mechanism in Next.js with TypeScriptIn the fast-paced world of web development, ensuring the security and performance of your applications is crucial. One effective way to…Oct 20Oct 20
Ankit MalikDebouncing in JavaScriptDebouncing is a technique used to optimize performance and avoid unnecessary processing by delaying the execution of a function until after…Aug 3Aug 3
Ankit MalikSwarm Plot vsVoilonplot vs Boxplotyou saw many ways of depicting the relationship between a numeric variable and a categorical variable. Violin plots depicted distributions…Aug 27, 2023Aug 27, 2023
Ankit MalikWhat is Gitpod?Gitpod is a service that provides online virtual computers for coding.Aug 27, 2023Aug 27, 2023
Ankit MalikPandas SeriesA Pandas series is a one-dimensional array-like object that can hold many data types, such as numbers or strings, and has an option to…Aug 20, 2023Aug 20, 2023