Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enjirouz/intelligentsystems

Expert systems examples: production type expert systems with direct and reverse logical conclusion; numpy perceptron; numpy neural network trained on logic AND operation; convolutional neural network for image recognition using cifar10 dataset and keras
https://github.com/enjirouz/intelligentsystems

cifar10 classification cnn convolutional-neural-network expert-systems image-classification image-recognition keras-tensorflow numpy

Last synced: 3 days ago
JSON representation

Expert systems examples: production type expert systems with direct and reverse logical conclusion; numpy perceptron; numpy neural network trained on logic AND operation; convolutional neural network for image recognition using cifar10 dataset and keras

Awesome Lists containing this project

README

        

# IntelligentSystems
lab 1: expert systems of production type with direct logical conclusion

lab 2: expert systems of production type with reverse logical conclusion

NeuralNetwork:
* numpy perceptron;
* numpy neural network trained on logic AND operation;
* convolutional neural network for image recognition using cifar10 dataset and keras