Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content
Ctrl+K
NumPy Tutorials - Home
  • GitHub
  • NumPy Features
    • Linear algebra on n-dimensional arrays
    • Saving and sharing your NumPy arrays
    • Masked Arrays
  • NumPy Applications
    • Determining Moore’s Law with real data in NumPy
    • Deep learning on MNIST
    • X-ray image processing
    • Determining Static Equilibrium in NumPy
    • Plotting Fractals
    • Analyzing the impact of the lockdown on air quality in Delhi, India
  • Contributing
    • Pairing Jupyter notebooks and MyST-NB
    • Learn to write a NumPy tutorial
  • Articles
    • Deep reinforcement learning with Pong from pixels
    • Sentiment Analysis on notable speeches of the last decade
  • Repository
  • Open issue
  • .md

Articles

Articles#

Help improve the tutorials!

Want to make a valuable contribution to the tutorials? Consider working on these articles so that they become fully executable/reproducible!

  • Deep reinforcement learning with Pong from pixels
    • Prerequisites
    • Table of contents
      • A note on RL and deep RL
      • Deep RL glossary
    • Set up Pong
    • Preprocess frames (the observation)
    • Create the policy (the neural network) and the forward pass
    • Set up the update step (backpropagation)
    • Define the discounted rewards (expected return) function
    • Train the agent for a number of episodes
    • Next steps
    • Appendix
      • Notes on RL and deep RL
      • How to set up video playback in your Jupyter notebook
  • Sentiment Analysis on notable speeches of the last decade
    • Prerequisites
    • Table of contents
    • 1. Data Collection
      • Collecting the IMDb reviews dataset
      • Collecting and loading the speech transcripts
    • 2. Preprocess the datasets
    • 3. Build the Deep Learning Model
      • Introduction to a Long Short Term Memory Network
      • Overview of the Model Architecture
      • Forward Propagation
      • But how do you obtain sentiment from the LSTM’s output?
      • Backpropagation
      • Updating the Parameters
      • Training the Network
      • Sentiment Analysis on the Speech Data
    • Looking at our Neural Network from an ethical perspective
    • Next Steps

previous

Learn to write a NumPy tutorial

next

Deep reinforcement learning with Pong from pixels

By the NumPy community

© Copyright 2020-2025, the NumPy community.