Pakize
Duzce Universitesi
Followers: 0 Following: 0
Digital Image Processing, Optimization, Deep Learning
English
Statistik
RANG
93.077
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
9.047 of 20.234
REPUTATION
80
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
6 Dateien
DOWNLOADS
20
ALL TIME DOWNLOADS
755
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Resize your images in the folders and subfolders easily
In DL algorithms, we need to resize of the whole Image Folders with subfolders.Evenif augmentation resize , it is only in the co...
etwa 2 Monate vor | 3 Downloads |
Gesendet
Fruit Classification with CNN and Transfer Learning
A CNN classification for Apple, Avacado, Banana, Cherry and Orange
12 Monate vor | 10 Downloads |
Gelöst
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
mehr als ein Jahr vor
Gelöst
MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8
etwa 2 Jahre vor
Gelöst
MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9
etwa 2 Jahre vor
Gelöst
MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8
etwa 2 Jahre vor
Gesendet
Nonlinear regression using PSO and GA
These codes find the coefficents of a non linear model with GA and PSO
mehr als 2 Jahre vor | 1 Download |
Gesendet
NonLinear Equation System Solution with GWO
Please cite this article. The codes for the p1 equation in tihs article. Erdoğmuş, Pakize. "A new solution approach for non-line...
fast 3 Jahre vor | 2 Downloads |
Gesendet
Non_linear Equation Systems Solution with PSO, GWO and GA
In these codes a sample system of nonlinear equations is solved with GWO, PSO and GA. PSO and GA is Matlab function. GWO is adap...
fast 3 Jahre vor | 3 Downloads |
Frage
Is Matlab Transfer Learning performance compareable with Pyton Keras?
I wwant to compare transfer learning performances of the platforms. But I couldn't catch up Keras performance. Matlab is slover ...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortClustering using segmented images RGB values
Hi, I find the solution to sort the RGB values from increasing or decreasing order.
fast 3 Jahre vor | 0
Gesendet
cifar10MattoImg
Converting Cifar10 Dataset to Desires Size png files with Folders
fast 3 Jahre vor | 1 Download |
Gelöst
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...
etwa 3 Jahre vor
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
etwa 3 Jahre vor
Gelöst
Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...
etwa 3 Jahre vor
Gelöst
Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...
etwa 3 Jahre vor
Gelöst
Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...
etwa 3 Jahre vor
Gelöst
Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...
etwa 3 Jahre vor
Frage
Clustering using segmented images RGB values
I segment my files according to the RGB values for each segmented area. But as it is estimated the same similar areas can be ind...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortGelöst
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
mehr als 10 Jahre vor
Gelöst
Count from 0 to N^M in base N.
Return an array of numbers which (effectively) count from 0 to N^M-1 in base N. The result should be returned in a matrix, with ...
fast 13 Jahre vor
Gelöst
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
fast 13 Jahre vor
Gelöst
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
fast 13 Jahre vor
Gelöst
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
fast 13 Jahre vor
Gelöst
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
fast 13 Jahre vor
Gelöst
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
fast 13 Jahre vor