Tagged articles
3 articles
Page 1 of 1
Model Perspective
Model Perspective
Nov 17, 2022 · Artificial Intelligence

How Mathematics Sparked the Rise of Modern Linguistics and NLP

This article traces the historical convergence of mathematics and linguistics, from 19th‑century pioneers to post‑war computer‑driven research, highlighting how statistical, probabilistic, and formal methods laid the foundation for machine translation, morphological analysis, and contemporary natural language processing.

history of linguisticsmachine translationmathematical linguistics
0 likes · 7 min read
How Mathematics Sparked the Rise of Modern Linguistics and NLP
Python Crawling & Data Mining
Python Crawling & Data Mining
Jul 5, 2020 · Artificial Intelligence

Unlock Python OpenCV: Load, Resize, Threshold, and Transform Images

This tutorial demonstrates how to use Python's OpenCV library to read and display images, perform resizing, convert to HSV, apply binary thresholding, execute erosion and dilation, and replace specific pixel colors, providing step-by-step code examples and visual results for each operation.

Image ProcessingOpenCVPixel Manipulation
0 likes · 8 min read
Unlock Python OpenCV: Load, Resize, Threshold, and Transform Images