Recent content by alastor

  1. A

    C/C++ Is It Challenging to Write a Perceptron Learning Algorithm in C++?

    Hello, yes, I have. I wrote it in C++ and it was not so hard. Simple perceptron is not very hard problem. Harder ist to write backprogation algorithm for a forward or recurent neural network.
  2. A

    Troubleshooting Monte Carlo Simulation Compiler Issues

    No, for the same compiler he obtain every time similar outputs. Results are different only when compilers are different.
  3. A

    Troubleshooting Monte Carlo Simulation Compiler Issues

    Hello, my colleague has a problem. He has a Monte Carlo simulation written in C. But his program gives different outputs in case he compile it using g++ or icc. He has nothing changed in his source. He is using standard random number generator drand() with initialization srand((unsigned) time...
  4. A

    Is 0 Odd or Even in Mathematics?

    0 mod 2 = 0, it means that 0 is even :rolleyes:
Back
Top