George Tsintsadze
Technion
Followers: 0 Following: 0
Statistics
RANK
280,122
of 295,448
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
15,044 of 20,227
REPUTATION
11
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
114
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Unable to Select Datastore (Deep Network Designer)
I am trying to create a deep network for semantic segmentation using the Deep Network Designer App. To create the training data...
4 years ago | 1 answer | 0
1
answerQuestion
Error using trainNetwork (dimensions error) | Deep Learning Toolbox
I am trying to create a custom layer and implement it in a network. Attached here is the network code myNetwork.m, the layer my...
5 years ago | 0 answers | 0
0
answersQuestion
Deep Learning Toolbox - fullyConnectedLayer output dimension
Problem I am new to the Deep Learning Toolbox and I am trying to create a custom layer. This layer of mine is supposed to come...
5 years ago | 0 answers | 0
0
answersSubmitted
goshaplot
Cleanly and conveniently plots measurements to multiple figures and organizes them on screen.
6 years ago | 1 download |
Question
Steady state doesn't appear in step response plot
I Have the following specific transfer function: bad_sys = tf([0 0 93 278], [1 20 12 0]); And I want to plot the step re...
6 years ago | 1 answer | 0
1
answerSolved
Count number of words in string
Count number of words in string Examples 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3
6 years ago
Solved
Convert array of decimal numbers into hexadecimal numbers array.
Convert array of decimal numbers into hexadecimal numbers array. Example x =[ 32 33 34 35 36 37 38 ...
7 years ago
Question
Summing few sequences in a vector
How can I sum few sequences in a vector? For example, if I have the vector: A = [1 1 0 4 1 1 0 2 1 1 1] I want to get t...
8 years ago | 3 answers | 0