Posts
Evaluating Object Detection Models Using Mean Average Precision - KDnuggets
- Get link
- X
- Other Apps
Evaluating Deep Learning Models: The Confusion Matrix, Accuracy, Precision, and Recall - KDnuggets
- Get link
- X
- Other Apps
From Y=X to Building a Complete Artificial Neural Network - KDnuggets
- Get link
- X
- Other Apps
Optimizing the Levenshtein Distance for Measuring Text Similarity - KDnuggets
- Get link
- X
- Other Apps
A Guide to Preparing OpenCV for Android - KDnuggets
- Get link
- X
- Other Apps
A Guide to Preparing OpenCV for Android - KDnuggets : This tutorial guides Android developers in preparing the popular library OpenCV for use. Using a step-by-step guide, the library will be imported into Android Studio and then can be used for performing any of the operations it supports, such as object detection, segmentation, tracking, and more.
Genetic Algorithm (PyGAD) Plays CoinTex Game
- Get link
- X
- Other Apps
CoinTex is an open-source cross-platform multi-level adventure game developed in Python using Kivy. CoinTex is available for Android at Google Play: https://play.google.com/store/apps/details?id=coin.tex.cointexreactfast&hl=en To pass a level in CoinTex, the player has to collect all the randomly distributed coins while avoiding collision with the monsters and the fires. The monsters are moved randomly. Using only the genetic algorithm (GA) without any machine/deep learning algorithms, a game playing agent is created that plays CoinTex like a professional. The agent is able to stand even in complex levels with many coins, monsters, and fires. The GA is implemented using a Python 3 library named PyGAD. Find its documentation here to get started: https://pygad.readthedocs.io . Install PyGAD using pip: pip install pygad The source code of CoinTex at GitHub: https://github.com/ahmedfgad/CoinTex The source code of the genetic algorithm agent: https://github.com/ahmedfgad/CoinTe...
Feature Reduction using Genetic Algorithm with Python
- Get link
- X
- Other Apps
Feature Reduction using Genetic Algorithm with Python
- Get link
- X
- Other Apps
Artificial Neural Networks Optimization using Genetic Algorithm with Python
- Get link
- X
- Other Apps
Artificial Neural Networks Optimization using Genetic Algorithm with Python
- Get link
- X
- Other Apps
Artificial Neural Networks Optimization using Genetic Algorithm with Python - Towards Data Science In a previous tutorial titled “ Artificial Neural Network Implementation using NumPy and Classification of the Fruits360 Image Dataset ” available in my LinkedIn profile at this link , an artificial neural network (ANN) is created for classifying 4 classes of the Fruits360 image dataset. The source code used in this tutorial is available in my GitHub page . This tutorial is also available at TowardsDataScience here . A quick summary of this tutorial is extracting the feature vector (360 bins hue channel histogram) and reducing it to just 102 element by using a filter-based technique using the standard deviation. Later, the ANN is built from scratch using NumPy. The ANN was not completely created as just the forward pass was made ready but there is no backward pass for updating the network weights. This is why the accuracy is very low and not exceeds 4...
Artificial Neural Network Implementation using NumPy and Image Classification
- Get link
- X
- Other Apps
Building Surveillance System Using USB Camera and Wireless-Connected Raspberry Pi
- Get link
- X
- Other Apps
Creating and Controlling a Simple Car using Raspberry Pi
- Get link
- X
- Other Apps
Derivation of Convolutional Neural Network from Fully Connected Network Step-By-Step
- Get link
- X
- Other Apps
Derivation of Convolutional Neural Network from Fully Connected Network Step-By-Step In image analysis, #convolutional neural networks (#CNNs or #ConvNets for short) are time and memory efficient than fully connected (#FC) networks. But why? What are the advantages of ConvNets over FC networks in image analysis? How is #ConvNet derived from FC networks? Where the term #convolution in CNNs came from? These questions are to be answered in this #article. #FullyConnected #CNN #DeepLearning #DL #MachineLearning #ML #ANN #NeuralNetwork #NN #DataAnalysis #DataScience #KDnuggets Article @ #LinkedIn https://www.linkedin.com/pulse/derivation-convolutional-neural-network-from-fully-connected-gad/ Article @ #SlideShare https://www.slideshare.net/AhmedGadFCIT/derivation-of-convolutional-neural-network-convnet-from-fully-connected-network