Web Technologies
Android
Angular
BootStrap
ECMAScript
HTML
Image Processing
JavaScript
MVC
Onsen UI
React JS
SOAP UI
Vue.js
Cloud/DevOps Technologies
Amazon EC2
Ansible
Augmented Reality
AWS
Azure
Big Data
Cache Teachniques
Cassandra
Commercial Insurance
Cloud
CD
CI
Data Handling
Data using R
Data Science
DevOps
Gradle
Hadoop
HBase
HDFS
Hive
IOT
Jenkins
Machine Learning
MangoDB
NGINX
SOAP UI
Latest Technologies
5G Network
Agile
Android
Arduino
Augmented Reality
Commercial Insurance
C#
C++
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Image Processing
Java
Jenkins
Jira
JUnit
Kibana
Linux
MangoDB
Oracle
PHP
Python
QTP
R Language
Regression Analysis
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
For a single neuron network, if number of features is 5 then what would be the dimension of weight vector.
Home
Data Handling
For a single neuron network, if number of features is 5 then what would be the dimension of weight...
+1
vote
asked
Jan 28, 2020
in
Data Handling
by
rahuljain1
(
6.0k
points)
For a single neuron network, if number of features is 5 then what would be the dimension of weight vector.
(5,5)
(1,1)
(5,1)
(1,5)
#neuron-network
DataHandling-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 28, 2020
by
SakshiSharma
(
30.8k
points)
(1,1)
Related questions
+1
vote
For a single neuon network, if number of features is 5, then what would be the dimension of bias vector?
asked
Jan 28, 2020
in
Data Handling
by
rahuljain1
(
6.0k
points)
#single-neuon-network
DataHandling-questions-answers
+1
vote
If a shallow neural network has five hidden neurons with three input features what would be the dimension of bias matrix of hidden layer?
asked
Jan 28, 2020
in
Data Handling
by
rahuljain1
(
6.0k
points)
#shallow-neural-network
DataHandling-questions-answers
+1
vote
If layer_dims = [3,9,9,1], then the shape of weight vector for third layer is _____________.
asked
Jan 28, 2020
in
Data Handling
by
rahuljain1
(
6.0k
points)
#vector-weight
DataHandling-questions-answers
0
votes
In a CNN, if the input size 5 X 5 and the filter size is 7 X 7, then what would be the size of the output in Deep learning?
asked
Nov 2, 2020
in
Data Handling
by
AdilsonLima
(
5.6k
points)
#deep-learning
DataHandling-questions-answers
0
votes
In shallow neural network, number of rows in weight matrix for hidden layer is equal to number of nodes (neurons) in hidden layer.
asked
Jan 28, 2020
in
Data Handling
by
rahuljain1
(
6.0k
points)
#shallow-neural
DataHandling-questions-answers
0
votes
What is the equation for linear output of a hidden_layer in shallow neural network, if X is of shape (num_features, num_samples) and W is of shape(num_neurons, num_input)?
asked
Jan 28, 2020
in
Data Handling
by
rahuljain1
(
6.0k
points)
#linear-output
DataHandling-questions-answers
0
votes
Which function can be used when a vector needs to be split into groups defined by a classifying factor, compute a function on the subsets, and return the results?
asked
May 27, 2019
in
Data Handling
by
tempuser
(
391
points)
#datahandling
DataHandling-questions-answers
0
votes
For a given matrix mat, how do you increment every element of the matrix by 3 and return a vector. (I) sapply(mat, function(x,y) sum(x)+y,y=3) (II) sapply(mat, function(x) sum(x)+3)
asked
May 27, 2019
in
Data Handling
by
tempuser
(
391
points)
#datahandling
DataHandling-questions-answers
0
votes
In a neural network, what if all the weights are initialized with the same value?
asked
Nov 2, 2020
in
Data Handling
by
AdilsonLima
(
5.6k
points)
#digital-learning
DataHandling-questions-answers
0
votes
What if we do not use any activation function(s) in a neural network?
asked
Nov 2, 2020
in
Data Handling
by
AdilsonLima
(
5.6k
points)
#digtal-learning
DataHandling-questions-answers
...