#data-types

[ follow ]
fromTheregister
6 days ago

OpenAI gpt-oss LLMs use MXFP4: smaller, faster, cheaper

MXFP4 is a 4-bit floating point data type defined by the Open Compute Project, allowing massive compute savings compared to traditional data types used by LLMs.
Artificial intelligence
fromInfoWorld
1 week ago

Apache Flink integrates AI for real-time decision-making

With the 2.1 release, Apache Flink also now supports Process Table Functions (PTFs), the most powerful kind of function for Flink SQL and Table API.
Data science
#mysql
Java
fromHackernoon
1 year ago

There's No TensorFlow Without Tensors | HackerNoon

Tensors are immutable multi-dimensional arrays of uniform types.
from2ality
3 months ago

Converting values to strings in JavaScript

Converting values to strings in JavaScript has complexities, and only {}.toString.call(v) handles all tricky values, while String(v) is a simpler option.
Node JS
fromRealpython
4 months ago

Checking for Membership Using Python's "in" and "not in" Operators - Real Python

Python's membership operators, 'in' and 'not in', allow quick checks for membership within collections, streamlining the process and enhancing code clarity.
Python
[ Load more ]