Lucy Adhiambolucyadhiambo.hashnode.dev·Aug 14, 2023Customer Segmentation Using Kmeans Clustering in PythonTable of Contents Introduction Business Scenario Exploring Dataset Data Preprocessing K-Means Segmentation K-Means visualization Conclusion Introduction Customer segmentation is grouping customers into distinct categories with the same feat...Discuss·1 like·35 readsPython
Qiusheng Wublog.gishub.org·Aug 7, 2023Segmenting remote sensing imagery with box promptsSegment-geospatial v0.9.0 is out📢It now supports segmenting remote sensing imagery with box prompts. You can create box prompts interactively or use existing vector data as box prompts 🌐 GitHub: https://github.com/opengeos/segment-geospatialNoteboo...Discuss·357 readsSegment Anythingsegmentation
Harsh Mangeharshmange.hashnode.dev·May 2, 2023Understanding Demand Paging and Segmentation in Operating SystemsIntroduction In modern operating systems, memory management is an essential aspect of providing efficient and reliable computing. Memory management involves allocating and deallocating memory to processes and managing the use of virtual memory. Two i...Discuss·44 readspaging
Zayyad Muhammad Sanizayyadms.hashnode.dev·Apr 9, 2023Implementing A/B Testing in Next.js with ConfigCat & AmplitudeScenario: You’ve thought up a small change for your app. You write and test the code, and everything looks good. As you’re about to push it into production, you stop and ask yourself, “Will the users like this?” You start having doubts, that maybe th...Discussab testing
Roxana Halațiroxanahalati.hashnode.dev·Nov 21, 2022Targeting, Segmentation, and Canary Releases for beginnersPicture this: You’ve added a new feature to your software, linked it to a feature flag, and deployed it to production. Now, you’d like to enable this feature for a subset of your users to get their feedback before you take the leap and roll it out to...Discuss·103 readscanary release
Gangothri Darsigangothri0306.hashnode.dev·Sep 26, 2022Let's learn about Segmentation FaultSegmentation Fault Memory Management In C Programming language, we have the capability to access the memory and manipulate the data by using pointers. Pointers stores the address of a variable. Let us write a small piece of code, I'll explain it. #in...Discuss·1 like·113 readsC
Indirakumar SforQuasar Community Blogblog.quasarcommunity.org·Sep 21, 2022Natural language processing (NLP)RECAP Previous blog, We learned about what reinforcement is and the types of approaches it can take. Here, we are going to see a very interesting concept called "NLP". What is NLP The field of computer science known as "natural language processing" (...Discuss·141 readsAll you need to know about Machine learning nlp