Skip to content

Game Developer-SwordMaster

游戏开发者-SwordMaster

  • Main Page
  • Unity Assets
  • Game Products
  • Documents
  • Blog

Artificial Intelligence

Artificial Neural Networks – Developed In Unity3D

2020年3月6日2020年3月6日 SwordMaster My Unity3D AI Assets

This Artificial Neural Networks is developed for Unity3D and chose the back propagation algorithm to learn.You can save and load the memory of neural networks when AI finshed training.

Read more

Genetic Algorithm – Developed In Unity3D

2020年3月6日2020年3月6日 SwordMaster My Unity3D AI Assets

Genetic algorithms are computational models of the biological evolutionary processes that mimic the natural selection and genetics of Darwin’s biological evolution and a method of searching for the optimal solution by simulating the natural evolutionary process.

Read more

Finite State Machine – Developed In Unity3D

2020年3月6日2020年3月6日 SwordMaster My Unity3D AI Assets

This Finite State Machine System is much more professional, and is developed for the unity3d programmer who has previous knowledge about the finite state machine concept.

Read more

在Unity3D中开发的人工神经网络插件(Artificial Neural Networks)

2018年11月5日2020年3月6日 SwordMaster 其它

本文简要地阐述了人工神经网络BP误差反向传播的工作原理,主要面向没有神经网络知识的初学者。

Read more

在Unity3D中开发的遗传算法插件(Genetic Algorithm)

2018年11月1日2020年3月6日 SwordMaster 其它

本文简要地对遗传算法(Genetic Algorithm)进行阐述,让以前没有接触过遗传算法的人有个大概的认识,并了解遗传算法的工作原理 .

Read more

Connect Me