NSnaga sai purvazinpurvazdump.hashnode.dev·Apr 21, 2023 · 3 min readMaking the neural network from scratchBuilding a neural network from scratch requires a good understanding of the underlying principles and mathematics involved in neural networks. Here's a step-by-step guide to building a simple neural network from scratch using Python: Import necessar...00
NSnaga sai purvazinpurvazdump.hashnode.dev·Jan 2, 2023 · 5 min readChoosing weapons for coding !!!!"Never try to control the game choose the right tools to win it" -anonymous In this blog article, I will teach how to choose the coding weapons which will help you in becoming the best in-game Programming language Suppose you're interested in learni...00
NSnaga sai purvazinpurvazdump.hashnode.dev·Dec 26, 2022 · 3 min readSimple lamp stack appTo create a LAMP stack application, you will need to set up a web server that uses Linux as the operating system, Apache as the web server software, MySQL as the database management system, and PHP as the programming language. Here is a general outli...00
NSnaga sai purvazinpurvazdump.hashnode.dev·Dec 25, 2022 · 6 min readBest practices in mern stackPhoto by Procreator UX Design Studio on Unsplash The MERN stack is a combination of technologies used to develop web applications. It stands for MongoDB, Express.js, React, and Node.js. MongoDB is a NoSQL database that stores data in JSON-like docume...00
NSnaga sai purvazinpurvazdump.hashnode.dev·Dec 24, 2022 · 10 min readData structures IntroductionINTRODUCTION Many different data structures are used in computer science to store and organize data in a specific way. Here is a list of some common data structures: Array: A collection of items stored at contiguous memory locations. Linked List: A...00