Tagged articles
2 articles
Page 1 of 1
Code DAO
Code DAO
Apr 23, 2022 · Fundamentals

Visualizing Invisible SO₂ After the Tonga Eruption with NASA Data and Python

This tutorial shows how to download NASA GES DISC SO₂ data for the 2022 Hunga Tonga–Hunga Ha'apai eruption, extract relevant fields with H5py, build a Pandas DataFrame, and create both scatter‑plot and time‑varying heat‑map visualizations using Matplotlib, Seaborn and Folium.

Data visualizationFoliumH5py
0 likes · 14 min read
Visualizing Invisible SO₂ After the Tonga Eruption with NASA Data and Python
Tencent Cloud Developer
Tencent Cloud Developer
Jun 25, 2018 · Artificial Intelligence

Using MLP for Image Classification: Implementation, Results, and Limitations

The article demonstrates how a simple fully‑connected MLP can be trained on a small 64×64×3 cat‑vs‑non‑cat dataset, achieving perfect training accuracy but only 78 % test accuracy, and explains that parameter explosion, vanishing gradients, and lack of spatial invariance limit MLPs, motivating the shift to CNNs.

H5pyImage ClassificationMLP
0 likes · 15 min read
Using MLP for Image Classification: Implementation, Results, and Limitations