Deploying Deep Learning Models Part 1: Preparing the Model
In this tutorial we'll see how you can take your work and give it an audience by deploying your projects on the web
In this tutorial we'll see how you can take your work and give it an audience by deploying your projects on the web
Here we see how to speed up NumPy array processing using Cython. By explicitly declaring the "ndarray" data type, your array processing can be 1250x faster.
In this tutorial we'll train CycleGAN with Keras to generate images which age a subject's face, either forwards or backwards.
Python might be one of today's most popular languages, but it's definitely not the most efficient. See how Cython can easily boost your Python scripts.
An introduction to PyTorch, what makes it so advantageous, and how PyTorch compares to TensorFlow and Scikit-Learn. Then we'll look at how to use PyTorch by building a linear regression model and using it to make predictions.
part 4 of series on 3d modeling with python script in Blender. This part finishes the series off with a section on creating animations.
Part 3 of series on 3d modeling with python script in Blender.
Part two of series on 3d modeling with python script in Blender.
In this tutorial, we extend our implementation of gradient descent to work with a single hidden layer with any number of neurons.