Feeds
已解决
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
2 years 前
已解决
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
3 years 前
已回答
Having error: 'emlc:compilationError' when using command('coder.checkGpuInstall('gpu','codegen','cudnn','quiet');')
I just solved the problem. You need to first install visual studio 2015 or later (including C++). Then type this in the comma...
Having error: 'emlc:compilationError' when using command('coder.checkGpuInstall('gpu','codegen','cudnn','quiet');')
I just solved the problem. You need to first install visual studio 2015 or later (including C++). Then type this in the comma...
3 years 前 | 2
已提交
Audio Watermarking Using Graph-based Transform
Audio Watermarking Using Graph-based Transform Majid Farzaneh - Rahil Mahdian Toroghi
4 years 前 | 1 次下载 |
已提交
Image contrast enhancement by HE techniques
Image contrast enhancement by Histogram Equalization techniques
5 years 前 | 4 次下载 |
已提交
Image Watermarking using Graph-based Transform
Image Watermarking using Graph-based Transform and SVD
5 years 前 | 1 次下载 |
已提交
Image watermarking (Transform domain) by DCT-SVD
Image watermarking by discrete cosine transform and singular value decomposition
5 years 前 | 2 次下载 |
已提交
IF-THEN rule extraction using Evolutionary Optimization
IF-THEN rule extraction for classification using Evolutionary Optimization
5 years 前 | 2 次下载 |
已提交
Simple codes for image darkening, lightening and de-blurring
Simple codes for image darkening, lightening, and de-blurring
5 years 前 | 1 次下载 |
已提交
A combination of GA and CSO for feature selection
A combination of GA and CSO for feature selection in classification accuracy maximization
5 years 前 | 1 次下载 |
已提交
Demand prediction using bi-directional LSTM network
Demand prediction using bi-directional Long Short-Term Memory (biLSTM)
5 years 前 | 11 次下载 |
已提交
Heart Disease detection by Multi-SVM and other classifiers
Heart Disease detection by Multi-SVM and other classifiers: SVM, KNN, etc.
5 years 前 | 16 次下载 |
已提交
Smart greenhouse model with Neural Network
Smart greenhouse model with Neural Network
5 years 前 | 5 次下载 |
已提交
Multi-agent sampling by BFS, Random Walk and Snowball
Multi-agent sampling by BFS, Random Walk and Snowball in virtual social networks
5 years 前 | 2 次下载 |
已提交
12 different problems solved by FIS
12 different problems solved by Fuzzy Inference Systems (Mamdani and Sugeno).
5 years 前 | 1 次下载 |
已提交
Load power prediction using ANFIS
Load power prediction using Artificial Neural Fuzzy Inference System (ANFIS)
5 years 前 | 6 次下载 |
已提交
Wire deflection calculation by image processing
Wire deflection calculation using image processing algorithms
5 years 前 | 1 次下载 |
已回答
how use immse between two color images
Hi Yusuf, You can calculate MSE and PSNR between 2 rgb images A and B like this: MeanSquareError=immse(A,B) PeakSignaltoNoise...
how use immse between two color images
Hi Yusuf, You can calculate MSE and PSNR between 2 rgb images A and B like this: MeanSquareError=immse(A,B) PeakSignaltoNoise...
5 years 前 | 1
| 已接受
已提交
Automatic Melody Generation by GA and LSTM
Automatic Melody Generation by Genetic Algorithm and Long Short-Term Memory
5 years 前 | 7 次下载 |
已提交
Audio Transform Coding using Graph-based Transform
Audio compression in transform domain using Graph-based Transform
5 years 前 | 1 次下载 |
已提交
Benefit maximization in Energy Market using Q-learning
Benefit maximization in Energy Market using Q-learning algorithm
5 years 前 | 1 次下载 |
已提交
Image Segmentation by K-means and FLA
Image Segmentation by optimized K-means using Frog Leaping Algorithm
5 years 前 | 3 次下载 |
已提交
Graph Coloring by Genetic Algorithm
Solving Graph Coloring Problem by Genetic Algorithm
5 years 前 | 2 次下载 |
已提交
Route Validation in MANETs using MLP
Route Validation in Moblie Ad-hoc Networks using Multi-Layer Perceptron Neural Network
5 years 前 | 2 次下载 |
已提交
Mamdani Fuzzy Inference System for WSN routing
Improving Wireless Sensor Networks routing and packet delivery using Mamdani Fuzzy Inference System
5 years 前 | 3 次下载 |
已提交
Ad-hoc network simulation with routing and packet injection
Ad-hoc network simulation with an on-demand routing protocol and packet injection
5 years 前 | 8 次下载 |
已提交
Link Prediction in social networks using Ensemble Learning
Link Prediction in social networks using Ensemble Learning and single-layer perceptron neural network.
5 years 前 | 6 次下载 |
已提交
Logistic Chaotic Encryption (4-bit encoder-decoder)
Logistic Chaotic Encryption (4-bit encoder-decoder)
5 years 前 | 2 次下载 |