Biometric systems have become a major part of research due its application of identification. Code provides a multimodal biometric system using palm prints modality combined with palm print modality. DCT transformation is applied initially into input image. The proposed methodology uses standard deviation of pre-defined block of DCT coefficient as feature vector. In this way single image is converted into feature vector of 1 x 39. Recognition process is being done by performing distance measurement between feature vector of testing and training data set. Results show that the False Acceptance Rate (FAR) of feature level fusion is less than that of uni-modal systems, hence having multimodality is advantageous. Testing and training is done on database of 500 students of College of Engineering Pune, Pune, India. Canberra distance shows best result when compared to Euclidean or Manhatten distance.
MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3.
Python Implementation of Reinforcement Learning: An Introduction
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的同意
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.