Home

Krizhevsky

Krizhevsky is a Russian-Canadian computer scientist best known for co-authoring the 2012 paper "ImageNet Classification with Deep Convolutional Neural Networks," which introduced the network widely known as AlexNet. The work was conducted at the University of Toronto with Geoffrey Hinton and Ilya Sutskever, and its results helped establish deep learning as a practical approach to large-scale image recognition.

AlexNet is an eight-layer convolutional neural network comprising five convolutional layers followed by three fully connected

The impact of this work extended beyond a single benchmark, contributing to a rapid shift in both

layers.
It
employed
Rectified
Linear
Units
(ReLU)
for
activation,
data
augmentation,
and
dropout
to
reduce
overfitting,
and
was
trained
on
two
GPUs
to
handle
the
model
and
dataset
at
scale.
The
model
achieved
a
substantial
improvement
on
the
ImageNet
classification
task
compared
with
prior
methods,
a
result
that
is
widely
regarded
as
a
turning
point
for
the
field.
research
and
industry
toward
deep
learning
methods
for
vision
and
other
domains.
AlexNet’s
success
spurred
the
development
of
deeper
architectures
and
influenced
training
techniques
and
software
frameworks
that
followed.
Krizhevsky’s
contribution
is
typically
cited
as
a
watershed
moment
in
modern
artificial
intelligence,
highlighting
the
potential
of
large-scale
deep
learning
for
real-world
tasks.