Results for "sigmoid function"

9 / 90 posts

Search: sigmoid function

Filter by Category

Python

Logistic Regression — The Superhero of Classification | ML Series Part 3

Logistic Regression explained completely — sigmoid function, evaluation metrics, class imbalance, threshold tuning, and real-world projects in Python. Beginn...

logistic regression logistic regression python classification machine learning
Match in tagsMatch in contentMatch in code
Apr 14, 2026 21 min read
SQL

Table Partitioning in SQL Server

Table Partitioning एक advanced database concept है जिसका उपयोग बड़े tables को छोटे, manageable हिस्सों (partitions) में बाँटने के लिए किया जाता है। इससे perf...

LIST Partitioning Partition RANGE Partitioning
Match in content
Mar 19, 2026 22 min read
PySpark

PySpark Built-in Functions

These functions are commonly used with groupBy() , agg() , or select() to compute things like sum, average, max, min, count, etc. PySpark functions come fr…

Aggregate apache spark for beginners big data tutorial
Match in titleMatch in tagsMatch in content
Mar 19, 2026 2 min read
Python

The Ultimate Python Basics Guide: From Zero to Confident Developer

...scratch — variables, data types, operators, strings, loops, functions, and more. A complete beginner-to-advanced guide with real-wo...

Python basics Python tutorial Python for beginners
Match in tagsMatch in contentMatch in code
Mar 19, 2026 41 min read
SQL

What is Functions and Difference between Functions and Stored Procedures in SQL Server

What is a Function in sql : A function is a set of SQL Statements that perform a specific task. Basically, it is a set of SQL statements that accept only i…

database oracle programming
Match in titleMatch in contentMatch in code
Mar 19, 2026 3 min read
Python

Functions and Modules in Python

def Grreting(name): print("Hello, " + name + "! Welcome to Python programming.") def main(): user_name = input("Please enter your name: ") Grreting(user_na…

Functions Modules Python
Match in titleMatch in tagsMatch in content
Mar 19, 2026 4 min read
NumPy

The Complete NumPy Guide — Part 3: Advanced Patterns, Real-World Pipelines & Complete Interview Guide

Master NumPy's advanced internals — memory optimization, vectorization, Numba JIT, real-world data science pipelines, and the ultimate NumPy interview questi...

numpy advanced numpy performance optimization numpy vectorization
Match in contentMatch in code
Apr 15, 2026 32 min read
Pandas

Pandas Data Manipulation: The Complete Guide (Part 2 — Indexing, GroupBy, Merge & Reshape)

...upBy, merge/join, pivot tables, melt, string ops, and apply functions with real examples.

pandas groupby pandas merge pandas pivot table
Match in contentMatch in code
Apr 15, 2026 24 min read
SQL

Window Aggregate Functions in SQL

What is window function: Imagine you have a dataset with many rows, and you want to perform some calculations on each row based on a group of rows related …

comma saparate database mysql
Match in titleMatch in tagsMatch in content
Mar 19, 2026 5 min read