Easy
A given neural network has 4 inputs. The very next layer (first hidden one) is made of 10 neurons. What is the maximum number of connections that could exist between these 2 layers?
Edit
5
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Deep learning
9
What is the relation between Artificial intelligence (AI), machine learning and deep learning?5
What is the missing word in the following sentence: Overfitting is the production of a model that corresponds too closely to the training data set and may therefore fail to fit other data sets and so fail to perform any reliable forecast.1
Which neural network type is the best for image processing?1
In order to get good results when implementing deep learning, one needs to prepare his data before using it. What action **CAN** be done during this preparation?1
Cross validation is a technique used for evaluating DL (deep learning) models (an ML models in general). The method consists in training several models on subsets of the input data and evaluating them on the complementary subset of this same data. It aims at avoiding overfitting.