Tagged articles

Inception

6 articles · Page 1 of 1
Hulu Beijing
Hulu Beijing
Mar 7, 2019 · Artificial Intelligence

From AlexNet to ResNeXt: Key Milestones in CNN Evolution

This article traces the evolution of convolutional neural networks from the pioneering AlexNet through VGG, Inception, ResNet, Inception‑v4, Inception‑ResNet and ResNeXt, highlighting architectural innovations, performance gains, and the underlying biological inspirations that shaped modern deep learning models.

AlexNetCNNDeep Learning
0 likes · 13 min read
From AlexNet to ResNeXt: Key Milestones in CNN Evolution
Efficient Ops
Efficient Ops
Sep 6, 2018 · Databases

Automating MySQL SQL Audits with Inception and Overmind

This article describes how a DBA team introduced the open‑source Inception tool and built a custom web UI called Overmind to automate MySQL SQL auditing, streamline dev/QA workflows, and safely manage production deployments with email‑based DBA approvals.

DBA toolsInceptionMySQL
0 likes · 6 min read
Automating MySQL SQL Audits with Inception and Overmind
Qizhuo Club
Qizhuo Club
Jul 30, 2018 · Artificial Intelligence

Mastering Inception v3: From Codebase to Rose Recognition with TensorFlow

This article walks through the Inception v3 TensorFlow codebase, explains its design principles, details the training script flags and loss calculations, shows how to fine‑tune the model on a flower dataset, and provides practical tips for building custom datasets and optimizing hyper‑parameters for image classification.

CNNInceptionPython
0 likes · 25 min read
Mastering Inception v3: From Codebase to Rose Recognition with TensorFlow