Jasmin
t(n)=t(n-1)+t(n-2)
Marie
Give the logic for Fibonacci series
http://www.fuckinggoogleit.com/
BinaryByter
Give the logic for Fibonacci series
rather: t : R -> R with x € [0, infinity[ t (x) = {x != 1 AND x != 0, t (n-1) + t (n-2) {x = 1, 1 {x = 0, 1
Anonymous
Give the logic for Fibonacci series
Go for algorithm to solve problem
BinaryByter
Go for algorithm to solve problem
she sent him a recursive mathematical function
BinaryByter
but again Krishan FUCKING GOOGLE IT #googleit
Anonymous
Hmm
Anonymous
But according to me algorithm help him to understand programme better
Anonymous
I m
BinaryByter
its just that its packed in formal math
Anonymous
Ya algorithm is the key to c programing
Anonymous
BinaryByter
🤦‍♂️
BinaryByter
As a beginner to the language you should learn the language
MᏫᎻᎯᎷᎷᎬᎠ
.
BinaryByter
.
the random dot of the destroyer's berzerk
MᏫᎻᎯᎷᎷᎬᎠ
Who is he
BinaryByter
lol nvm I am just talking bullshit rn ;)
BinaryByter
my NN is so fucking slow
MᏫᎻᎯᎷᎷᎬᎠ
Why
BinaryByter
because I gave it a single hidden layer of size 614656
BinaryByter
which is inputSize ^ 2
BinaryByter
with a simple logarithm you can find inputSize
MᏫᎻᎯᎷᎷᎬᎠ
🎃
BinaryByter
;)
BinaryByter
xD
BinaryByter
lol
MᏫᎻᎯᎷᎷᎬᎠ
BinaryByter
Anyway, time to waste some time at school
BinaryByter
U must give it 1234567
prolly not enough lol
MᏫᎻᎯᎷᎷᎬᎠ
prolly not enough lol
No it's enough
BinaryByter
lol
BinaryByter
you dont even know the dataset I work on xDD
MᏫᎻᎯᎷᎷᎬᎠ
It's in integer :)
Marie
/saved
Notes in chat: - cpp - cppbook - goodgoogling - googleit - ide - learn - noendl - offtopic - ot - projects
klimi
@linuxer4fun we have something with ide
klimi
#ide
Marie
#ide
https://t.me/programminginc/12395
Anonymous
#ide
Marie
#ide
https://t.me/programminginc/12395
Anonymous
#learn
Anonymous
#noendl
Marie
#noendl
https://m.youtube.com/watch?v=6WeEMlmrfOI https://m.youtube.com/watch?v=GMqQOEZYVJQ
Anonymous
Hi Marie. I obey the guidelines 😇
Ludovic 'Archivist'
https://github.com/tboox/tbox
Mmmmmh time to C++ify some of this
Mat
Wow, didn't know about endl
Mat
The flush part
Ludovic 'Archivist'
Ludovic 'Archivist'
^
Since when do you code in C++ ?
Mat
Some months
klimi
^^
Mat
I never thought about the flush thing
Mat
And i never thought it was a continuous flush :/ Usually people use it like a '\n' and i trusted them :(
Ludovic 'Archivist'
I never thought about the flush thing
This is why endl is defined as the only element of the type endl_t, this way, it can trigger an overload of operator<<
Ludovic 'Archivist'
lots of things work that way
Anonymous
Any algorithm group
Mat
Or it's just a backward compatibility thing
Ludovic 'Archivist'
There's a good motivation behind it? I mean nowadays
Yeah, when you want to ask a user to write stuff in the command line, you need to flush the text of your instructions
Ludovic 'Archivist'
It is made to be easy to do that
Mat
?
If someone knows, (s)he will answer :)
Anonymous
Okay
klimi
u would like soem tooo
klimi
because i suck at it
Ludovic 'Archivist'
Well, I don't use algo found on the internet in general, I design mine
Mat
So endl is good only before an input from the user
klimi
not really
Ludovic 'Archivist'
Ludovic 'Archivist'
it can also be good when writing in a text file to ensure data is on disk