You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

logistic_def.cpp 1.7 kB

1234567891011121314151617181920
  1. #include<iostream>
  2. #include"../matrix/matrix_def.cpp"
  3. #include"../welcome/score_wel.cpp"
  4. #include"../matrix/matrix_pro.cpp"
  5. #include<math.h>
  6. /*
  7. ███████╗██████╗ ██████╗ ███████╗ ███████╗███╗ ██╗ ██████╗ ██╗███╗ ██╗███████╗
  8. ██╔════╝██╔══██╗██╔════╝ ██╔════╝ ██╔════╝████╗ ██║██╔════╝ ██║████╗ ██║██╔════╝
  9. █████╗ ██║ ██║██║ ███╗█████╗ █████╗ ██╔██╗ ██║██║ ███╗██║██╔██╗ ██║█████╗
  10. ██╔══╝ ██║ ██║██║ ██║██╔══╝ ██╔══╝ ██║╚██╗██║██║ ██║██║██║╚██╗██║██╔══╝
  11. ███████╗██████╔╝╚██████╔╝███████╗ ███████╗██║ ╚████║╚██████╔╝██║██║ ╚████║███████╗
  12. ╚══════╝╚═════╝ ╚═════╝ ╚══════╝ ╚══════╝╚═╝ ╚═══╝ ╚═════╝ ╚═╝╚═╝ ╚═══╝╚══════╝
  13. Author:Edge
  14. Web:likedge.top
  15. Date:20200925
  16. */
  17. double sigmoid_def()
  18. {
  19. cout<<exp(2)<<endl;
  20. }

Edge : 一个开源的科学计算引擎