Skip to main content

An artificial intelligence utilities package built to remove the delays of machine learning research.

Project description

PAI-Utils

Programming Artificial Intelligence Utilities is a package that aims to make artificial intelligence and machine learning programming easier through abstractions of extensive APIs, research paper implementations, and data manipulation.

Modules in this package are used extensively in this playlist. The reinforcement modules are used here.

Package Features

  • Analytics
    • Plotting of data through embedding algorithms, such as Isomap and TSNE
  • Audio
    • Recording and playing
    • Volume, speed, and pitch manipulation
    • Trimming and Splitting
    • Nonoverlapping Spectrogram creation
    • Audio file conversions
  • Image
    • Simplified OpenCV Interface
  • Autoencoder
    • Trainner and Predictor
    • Trainer with extra decoder
    • Basic network architecture creation
  • Evolution Algorithm
    • One dimensional evolution algorithm
    • Hyperparameter tuner
  • GAN
    • Trainner and Predictor
    • GANI Trainner (GAN which takes provided Inputs)
  • Neural Network
    • Trainner and Predictor
    • Dense layers that combine batch norm
    • Convolution layers that combine batch norm, max pooling, upsampling, and transposing
  • Reinforcement
    • OpenAI Gym wrapper
    • Multi-agent adverserial environment
    • Greedy, ascetic, and stochastic policies
    • Noise Policies
    • Exponential, linear, and constant decay
    • Ring and normal memory
    • Agents
      • QAgent: Q-learning with a table
      • DQNAgent Q-learning with a neural network model
      • PGAgent: State to action neural network model (Actor) trained with policy gradients
      • DDPGAgent: State to continous action space neural network model trained with deterministic policy gradients (Not working yet)
  • Reinforcement Agents
    • DQNPGAgent: A combination of a DQN and PG agent into one agent
    • A2CAgent: Advantage Actor Critic agent
    • PPOAgent: Proximal Policy Optimization agent
    • TD3Agent: Twin Delayed DDPG Agent (Not working yet)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paiutils-2.0.0.tar.gz (2.5 MB view hashes)

Uploaded Source

Built Distribution

paiutils-2.0.0-py3-none-any.whl (2.5 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page