Skip to content

My C++ deep learning framework & other machine learning algorithms

Notifications You must be signed in to change notification settings

yanshi1/artificial_intelligence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Artificial intelligence library

My C++ deep learning framework (with GPU support) & other machine learning algorithms implementations

DeepLearning Operations

  1. Convolution
  2. Dropout
  3. Softmax
  4. Recurrent
  5. Linear
  6. Sigmoid, Tanh, Relu, Selu activations
  7. Layer normalization
  8. Addition
  9. Concatenation
  10. Maxpooling
  11. Averagepooling
  12. ResidualBlock
  13. Autoencoder
  14. L1 e L2 regularizations
  15. Gradient clipping

Neural network optimizers

  1. Stochastic gradient descent with minibatch and momentum
  2. Direct Feedback Alignment

Deep Reinforcement Learning agents

  1. Deep Qlearning Agents

Deep Reinforcement Learning environments

  1. Kbandits
  2. TicTacToe

Optimization algorithms

  1. Genetic algorithms (with multicore features for high performance)
  2. Particle Swarm Optimization

Other machine learning algorithms

  1. linear regression
  2. logistic regression
  3. genetic programming

Data Mining

  1. K-means clustering

Visualization

  1. Bitmap class for loading, saving and processing multiple image formats
  2. Visualizaiton namespace for fast data visualization

About

My C++ deep learning framework & other machine learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.5%
  • C 31.6%
  • Cuda 12.9%
  • Python 1.3%
  • Other 0.7%