Skip to main content

Questions tagged [time-complexity]

0 votes
0 answers
21 views

I’m working through the runtime analysis of scikit-learn’s OneVsRestClassifier for two cases: LogisticRegression (solver=lbfgs, ...
user184658's user avatar
0 votes
1 answer
193 views

Example, arr1 = array([0,0,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0]) arr2 = array([1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0]) arr2 is almost perfectly correlated with ...
Imp's user avatar
  • 21
4 votes
1 answer
3k views

How can I measure or find the time complexity and memory complexity for a model like VGG16 or Resnet50? Also, will it be different from one machine to another like using GTX GPU or RTX GPU?
Lei's user avatar
  • 67
2 votes
1 answer
2k views

So, I was learning and trying to implement a GridSearch. I have a question regarding the following code, which I wrote: ...
Dimitri's user avatar
  • 43
2 votes
0 answers
236 views

It really intrigues me what is the time complexity of learning phase of Hopfield neural network, how it depends of the number of training examples and number of attributes? Source code of Hopfield ...
Georgi Georgiev's user avatar