Enviada


Weighted K-Nearest Neighbors (WKNN)
Weighted K-Nearest Neighbors (WKNN) classifier

alrededor de 4 años hace | 4 descargas |

Enviada


a modified shuffled frog leaping optimization algorithm
a modified shuffled frog leaping optimization algorithm

alrededor de 4 años hace | 3 descargas |

Enviada


a new shuffled frog leaping optimization algorithm (1)
a new shuffled frog leaping optimization (FLO) algorithm (1)

alrededor de 4 años hace | 3 descargas |

Enviada


Semantic Breast Tumor Segmentation by CNN
Semantic Breast Tumor Segmentation by Convolutional Neural Network in MRI images

alrededor de 4 años hace | 11 descargas |

Thumbnail

Enviada


Feature Selection in Classification using Genetic Algorithm
Feature Selection (reduction) in data-mining using Genetic Algorithm

alrededor de 4 años hace | 16 descargas |

Enviada


Wormhole detection in MANET using MLP
Wormhole attack detection in Mobile Ad-hoc Networks using a Multi-Layer Neural Network

alrededor de 4 años hace | 2 descargas |

Thumbnail

Enviada


Persian License Plate Digit Recognition by CNN
Persian digit Recognition in Iranian License Plates by Convolutional Neural Network

alrededor de 4 años hace | 2 descargas |

Thumbnail

Enviada


Clustering-based algorithms for breast tumor segmentation
Clustering-based algorithms for breast tumor segmentation using: k-means, fuzzy c-means, & optimized k-means (by Cuckoo Search O...

alrededor de 4 años hace | 9 descargas |

Thumbnail

Enviada


Shuffled Genetic-based Task Scheduling
Task Scheduling using a shuffled genetic algorithm in distributed systems

alrededor de 4 años hace | 3 descargas |

Thumbnail

Enviada


Support Vector Machine using sub-gradient descent
This a Support Vector Machine code for 2-classes problems.

más de 4 años hace | 4 descargas |

Resuelto


Draw a 'N'!
Given n as input, generate a n-by-n matrix 'N' using 0 and 1 . Example: n=5 ans= [1 0 0 0 1 1 1 0 0 1 1 0 ...

más de 4 años hace

Resuelto


Divisible by 5
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

más de 4 años hace

Resuelto


Can we make a triangle?
Given three positive number, check whether a triangle can be made with these sides length or not. remember that in a triangle su...

casi 5 años hace

Resuelto


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

casi 5 años hace

Enviada


Voice Activity Detection (VAD) - Rabiner1975
Voice Activity Detection (VAD) using Rabiner and Sambur algorithm (1975) - Endpoint Algorithm

alrededor de 5 años hace | 8 descargas |

Thumbnail

Respondida
how to make a plot
Hi, you can use this: figure, plot(V,Fa,'-o') hold on plot(V,Fb,'-*') plot(V,Fc,'-^') legend('Fa','Fb','Fc')

más de 5 años hace | 1

| aceptada

Respondida
how can save all variables which are in function without deleting previous one ?
Hi. You can make a string in each run for your function and then use the string for your file name. for example you may use a g...

más de 5 años hace | 2

| aceptada

Resuelto


5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...

más de 5 años hace

Enviada


A simple code for Audio Compression using DCT
A simple code for Audio Compression using Discrete Cosine Transform (DCT) and evaluating by psnr, mse

más de 5 años hace | 13 descargas |

Resuelto


7 segment LED display
Given a whole number, output how many segments would be lit up to display it on a 7 segment LED display (see Wikipedia: <http://...

más de 5 años hace

Resuelto


Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...

más de 5 años hace

Resuelto


modulus of a number
find the modulus of a given number

más de 5 años hace

Resuelto


Create a vector
Create a vector from 0 to n by intervals of 2.

más de 5 años hace

Resuelto


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

más de 5 años hace

Resuelto


Project Euler: Problem 8, Find largest product in a large string of numbers
Find the greatest product of five consecutive digits in an n-digit number. 73167176531330624919225119674426574742355349194934...

más de 5 años hace

Resuelto


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

más de 5 años hace

Resuelto


Sum of first n terms of a harmonic progression
Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....

más de 5 años hace

Resuelto


Community Problem 500!
In honor of this being the 500th Community problem, see if you can create a function that has a Cody size of 500. It can do any...

más de 5 años hace

Resuelto


Feeling lucky?
Guess which number Cody is thinking (1 to 10)? (This is a game of luck more than skill. Good luck!)

más de 5 años hace

Resuelto


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

más de 5 años hace

Cargar más