Tagged articles
31 articles
Page 1 of 1
AI Agent Research Hub
AI Agent Research Hub
Feb 21, 2026 · Artificial Intelligence

Why Physics‑Informed Neural Networks (PINNs) Became a 20,000‑Citation Breakthrough

This article reviews the highly cited 2019 JCP paper that introduced Physics‑Informed Neural Networks, explains their core idea of embedding PDE residuals into the loss, compares them with contemporaneous methods, details implementation choices, showcases forward and inverse experiments, and discusses their impact, limitations, and future research directions.

Deep LearningPINNspartial differential equations
0 likes · 26 min read
Why Physics‑Informed Neural Networks (PINNs) Became a 20,000‑Citation Breakthrough
DataFunSummit
DataFunSummit
Oct 24, 2025 · Artificial Intelligence

How AI Is Revolutionizing Scientific Code Development Across Disciplines

Google researchers have built a breakthrough AI system that uses large language models combined with tree‑search to automatically write, rewrite, and optimize scientific computing code, delivering expert‑level solutions across fields such as genomics, epidemiology, earth observation, neuroscience, and numerical mathematics.

AICode Generationresearch automation
0 likes · 7 min read
How AI Is Revolutionizing Scientific Code Development Across Disciplines
DataFunTalk
DataFunTalk
Sep 11, 2025 · Artificial Intelligence

How Google's AI Is Transforming Scientific Code Development

Google researchers have built a breakthrough AI system that uses large language models and tree‑search to automatically write, rewrite, and optimize scientific computing code, delivering solutions that surpass human experts across biology, epidemiology, remote sensing, neuroscience, time‑series analysis, and computational mathematics.

AICross‑Domain InnovationLLM
0 likes · 6 min read
How Google's AI Is Transforming Scientific Code Development
Data Party THU
Data Party THU
Aug 4, 2025 · Fundamentals

Master 7 Essential 3D Visualization Techniques with Matplotlib in Python

This article walks through seven core 3D plotting methods using Python's Matplotlib library—covering line, scatter, surface, wireframe, contour, triangulated surface, and Möbius strip visualizations—complete with setup steps, code examples, and practical tips for multivariate data analysis.

3d-visualizationMatplotlibNumPy
0 likes · 16 min read
Master 7 Essential 3D Visualization Techniques with Matplotlib in Python
Python Programming Learning Circle
Python Programming Learning Circle
Jun 28, 2025 · Artificial Intelligence

Why Python Is Overtaking MATLAB in Science and AI: A Comprehensive Comparison

Python’s open‑source ecosystem, extensive libraries, and low learning curve are rapidly displacing MATLAB in academic research, industry, and AI development, as universities adopt Python curricula, companies integrate it for data analysis and modeling, while MATLAB retains niche strengths in Simulink and specialized engineering toolboxes.

AIMATLABPython
0 likes · 9 min read
Why Python Is Overtaking MATLAB in Science and AI: A Comprehensive Comparison
Python Programming Learning Circle
Python Programming Learning Circle
May 21, 2025 · Fundamentals

Introduction to NumPy: Core Features, Array Creation, Operations, Indexing, and I/O

This article provides a comprehensive overview of NumPy, covering its high‑performance ndarray object, core functionalities such as broadcasting and vectorized operations, array creation and manipulation methods, mathematical and statistical functions, linear‑algebra utilities, random number generation, and input/output capabilities with practical code examples.

NumPydata analysisscientific computing
0 likes · 6 min read
Introduction to NumPy: Core Features, Array Creation, Operations, Indexing, and I/O
php Courses
php Courses
Apr 30, 2025 · Fundamentals

Comprehensive Introduction to NumPy: ndarray, Creation, Indexing, Operations, Linear Algebra, I/O, and Real‑World Data Analysis

This article provides a thorough overview of NumPy, covering its core ndarray structure, various array creation methods, indexing and slicing techniques, vectorized operations with broadcasting, statistical and linear‑algebra functions, file input/output, and a practical data‑analysis example, all illustrated with executable Python code.

Array OperationsNumPyPython
0 likes · 10 min read
Comprehensive Introduction to NumPy: ndarray, Creation, Indexing, Operations, Linear Algebra, I/O, and Real‑World Data Analysis
Baidu Tech Salon
Baidu Tech Salon
Apr 2, 2025 · Artificial Intelligence

PaddlePaddle Framework 3.0 Released: Five Core Innovations for Large Models and Scientific Computing

PaddlePaddle 3.0, launched on April 1 2025, introduces five core innovations—including dynamic‑static unified automatic parallelism, a training‑inference integrated PIR, high‑order automatic differentiation for scientific computing, a one‑stage CINN compiler, and heterogeneous multi‑chip adaptation—that dramatically reduce distributed‑training code, boost performance up to four‑fold, and extend the framework to aerospace, automotive, meteorology and life‑science applications while remaining fully compatible with the 2.0 API.

Deep LearningPaddlePaddleautomatic parallelism
0 likes · 21 min read
PaddlePaddle Framework 3.0 Released: Five Core Innovations for Large Models and Scientific Computing
Test Development Learning Exchange
Test Development Learning Exchange
Dec 15, 2024 · Fundamentals

45 Common NumPy Operations with Code Examples

This article presents a comprehensive guide to 45 essential NumPy operations, covering array creation, reshaping, arithmetic, statistical functions, linear algebra, and more, each illustrated with concise explanations and ready-to-run Python code examples to help readers efficiently leverage NumPy for scientific computing.

ArrayData ScienceNumPy
0 likes · 18 min read
45 Common NumPy Operations with Code Examples
Test Development Learning Exchange
Test Development Learning Exchange
Nov 8, 2024 · Fundamentals

Comprehensive Guide to Common NumPy Array Operations

This article presents a thorough tutorial on NumPy array creation, indexing, reshaping, concatenation, splitting, copying, slicing, statistical analysis, boolean indexing, sorting, unique values, broadcasting, merging, insertion, deletion, transposition, flattening, multi‑dimensional merging, random sampling, dot and outer products, cumulative operations, and differences, providing code examples for each to boost data‑processing efficiency in Python.

Array OperationsNumPyPython
0 likes · 12 min read
Comprehensive Guide to Common NumPy Array Operations
AntTech
AntTech
Oct 28, 2024 · Artificial Intelligence

Highlights of AI Large‑Model Sessions at CNCC 2024

The CNCC 2024 conference featured a series of expert talks on AI large‑model research, covering paradigm shifts in scientific discovery, knowledge enhancement and governance, data‑infrastructure analytics, vertical‑domain inference, diffusion‑model advances, multimodal model progress, and medical AI applications, illustrating the breadth and impact of large‑model technologies across multiple domains.

AIKnowledge Governancemultimodal
0 likes · 9 min read
Highlights of AI Large‑Model Sessions at CNCC 2024
Java Captain
Java Captain
May 21, 2024 · Fundamentals

Fortran Returns to the TIOBE Top 10 in May 2024: Causes and Analysis

The May 2024 TIOBE index shows Fortran re‑entering the top‑10 programming languages, driven by its long‑standing evolution, high performance in scientific computing, free open‑source nature, and sustained market interest compared with newer languages like Kotlin and Rust.

FortranLanguage PopularityTIOBE Index
0 likes · 7 min read
Fortran Returns to the TIOBE Top 10 in May 2024: Causes and Analysis
Model Perspective
Model Perspective
Nov 13, 2022 · Fundamentals

Essential Python Programming Resources: Basics, Libraries, and Modeling Tools

This article compiles a curated list of Python programming fundamentals and popular third‑party libraries for data processing, visualization, scientific computing, optimization, and more, linking to detailed tutorials for each topic, including Numpy, Matplotlib, Pandas, Scipy, PuLP, NetworkX, Geatpy, Numba, and Taichi.

Data Sciencelibrariesprogramming
0 likes · 4 min read
Essential Python Programming Resources: Basics, Libraries, and Modeling Tools
Python Programming Learning Circle
Python Programming Learning Circle
Mar 4, 2022 · Big Data

Introduction to NumPy and Pandas: Fundamentals, Operations, and Data Handling in Python

This article provides a comprehensive overview of NumPy and pandas, covering ndarray basics, multi‑dimensional array creation, core array attributes, broadcasting, random number generation, reshaping, as well as pandas Series and DataFrame structures, data import/export, grouping, merging, and advanced data manipulation techniques for scientific and data‑analysis tasks.

Array OperationsDataFramesNumPy
0 likes · 17 min read
Introduction to NumPy and Pandas: Fundamentals, Operations, and Data Handling in Python
Python Programming Learning Circle
Python Programming Learning Circle
Sep 3, 2021 · Fundamentals

A Practical Guide to Matplotlib: High‑Quality 2D/3D Plots and Advanced Styling in Python

This article introduces Matplotlib as a versatile, open‑source Python plotting library, showcasing its 2D and 3D capabilities, various chart types, color‑customization options, LaTeX support, and integration with tools like Seaborn, while also providing installation tips and concise code examples.

Data visualizationMatplotlibSeaborn
0 likes · 5 min read
A Practical Guide to Matplotlib: High‑Quality 2D/3D Plots and Advanced Styling in Python
MaGe Linux Operations
MaGe Linux Operations
Jul 7, 2021 · Fundamentals

Why Spyder Is the Ideal Python IDE for Scientists and Data Analysts

Spyder, a powerful native-Python scientific IDE, offers integrated editing, interactive consoles, variable browsing, documentation viewing, and development tools, plus extensibility via plugins and APIs, and can be installed easily through Anaconda or other package managers, making it a versatile choice for engineers, scientists, and data analysts.

AnacondaPython IDESpyder
0 likes · 4 min read
Why Spyder Is the Ideal Python IDE for Scientists and Data Analysts
21CTO
21CTO
Jun 21, 2021 · Fundamentals

Discover Spyder: The Powerful Python IDE for Scientific Computing

Spyder is a native‑Python scientific IDE offering advanced editing, debugging, variable exploration, and interactive consoles, with extensible plugins and API support, and can be installed via Anaconda or other package managers, making it ideal for scientists, engineers, and data analysts.

AnacondaIDE FeaturesPython IDE
0 likes · 4 min read
Discover Spyder: The Powerful Python IDE for Scientific Computing
Python Crawling & Data Mining
Python Crawling & Data Mining
May 10, 2021 · Fundamentals

Master NumPy: Turn Math Formulas into Python Code

This article explains how to use Python's NumPy library to translate common mathematical formulas—such as powers, roots, absolute values, vector and matrix operations—into concise, executable code, covering setup, basic operations, and practical examples for data analysis and machine learning.

NumPyPythondata analysis
0 likes · 11 min read
Master NumPy: Turn Math Formulas into Python Code
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 31, 2020 · Fundamentals

20 Essential NumPy Challenges with Complete Solutions

This article presents twenty classic NumPy problems covering array lookup, modification, conversion, sampling, slicing, string operations, rounding, reshaping, linear algebra, and more, each accompanied by concise Python code examples and visual illustrations to help you master advanced data manipulation techniques.

Array OperationsPythonmachine learning
0 likes · 13 min read
20 Essential NumPy Challenges with Complete Solutions
ITPUB
ITPUB
Aug 28, 2020 · R&D Management

Why Building a Chinese MATLAB Is So Hard – Challenges and Insights

The discussion analyzes why creating a domestic MATLAB‑like scientific computing platform in China faces steep technical, talent, market, and funding obstacles, and proposes ecosystem and policy measures to foster homegrown alternatives.

ChinaMATLABR&D
0 likes · 23 min read
Why Building a Chinese MATLAB Is So Hard – Challenges and Insights
21CTO
21CTO
Aug 10, 2018 · Fundamentals

Why Julia Is the Zero‑Compromise Language for Data Science and High‑Performance Computing

Julia, a free open‑source high‑performance dynamic language, combines the ease of scripting with compiled speed, offering JIT compilation, multiple dispatch, and rich scientific libraries, and with its 1.0 release it now boasts strong benchmarks, robust tooling, and growing industry adoption.

Dynamic LanguageHigh‑performance computingJIT
0 likes · 11 min read
Why Julia Is the Zero‑Compromise Language for Data Science and High‑Performance Computing
21CTO
21CTO
Feb 14, 2016 · Fundamentals

Unlock Gravitational Wave Secrets with Python: A Hands‑On GWPY Tutorial

This article introduces the GWPY Python package for analyzing LIGO gravitational‑wave data, explains the physics of gravitational waves and LIGO, shows how to install and use the library with object‑oriented examples, and demonstrates data visualization through complete code snippets.

LIGOPythondata analysis
0 likes · 7 min read
Unlock Gravitational Wave Secrets with Python: A Hands‑On GWPY Tutorial