A University of California-Berkeley researcher has found a new, and somewhat unexpected, use case for the Lambda serverless computing service from Amazon Web Services: scientific computing. At the Continuum IO’s first user conference, AnacondaCON 2017, he... (more…)
Read more »
Long Short-Term Memory (LSTM) networks are a type of recurrent neural network capable of learning over long sequences. This differentiates them from regular multilayer neural networks that do not have memory and can only learn a mapping between input and ... (more…)
Read more »
Panopticon is a python tracer to easily visualize and explore
Python code execution, particularly asynchronous code. Think of it as
a more usable trace module.
(more…)
Read more »
A list of useful Python resources to boost up your skills.
Read more »
Guest blog by Sebastian Raschka. Sebastian Raschka is the author of the bestselling book “Python Machine Learning.” As a Ph.D. candidate at Michigan State Univ…
Read more »