This is Basic Computer Intelligence have algorithm eg.
1). Neural Network -> Forward, Backward Propagation
2). Fuzzy -> Mamdani
3). Genetic Algorithm -> Basic algo init gene -> calculate fitness -> crossover -> mutate
4). Swarm Intelligence -> Basic algo -> init population -> calculate fitness -> compare Gbest, Pbest -> update velocity -> update position