人工智能是一种颠覆性技术,在金融部门全面采用后,将彻底改变功能并帮助行业以最佳方式运作。 该研究应用混合研究设计和二手资料来建立关于人工智能在行业中作用的现有文献。 研究证据表明,人工智能对跨越金融服务领域并解决行业挑战的金融部门有许多好处。 人工智能是一个涵盖机器学习和机器人过程自动化等技术的总称。 所有这些技术能力都将帮助金融部门应对行业中存在的威胁和挑战,例如网络安全、欺诈和风险管理。
2021-10-30 21:40:56 152KB Artificial intelligence robotic
1
国际象棋极小值 在python中使用Minimax算法的国际象棋游戏。 将此文件打开到Jupyter Notebook中,然后运行该程序。 在此程序中输入输入作为行名和列名。 例如,a2a4
2021-10-21 05:20:54 3KB python chess ai artificial-intelligence
1
Artificial Intelligence for Games, Second Edition
2021-10-19 10:14:04 4.09MB Artificial Intelligence Game
1
HaloNet-火炬 本文的注意力层的实现,。 该存储库将仅容纳关注层,而不会包含更多内容。 安装 $ pip install halonet-pytorch 用法 import torch from halonet_pytorch import HaloAttention attn = HaloAttention ( dim = 512 , # dimension of feature map block_size = 8 , # neighborhood block size (feature map must be divisible by this) halo_size = 4 , # halo size (block receptive field) dim_head = 64 , # dimension of
1
持续学习 这是以下论文中描述的持续学习实验的PyTorch实现: 三种持续学习的方案() 具有反馈连接的生成性重放是持续学习的通用策略() 要求 当前版本的代码已经过测试: pytorch 1.1.0 torchvision 0.2.2 运行实验 可以使用main.py运行单个实验。 主要选项有: --experiment :哪个任务协议? ( splitMNIST | permMNIST ) --scenario :根据哪种情况? ( task | domain | class ) --tasks :多少个任务? 要运行特定方法,请使用以下命令: 上下文相关门(XdG):
1
在本文中,我简要介绍了ONNX运行时和ONNX格式。
2021-10-09 19:50:07 620KB Java artificial-intelligence neural-network
1
Prentice Hall Artificial Intelligence, A Modern Approach.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
2021-10-09 19:11:11 35.23MB Artificial Intelligence
1
Introduction to Artificial Intelligence Wolfgang Ertel
2021-10-08 16:07:18 3.48MB 人工智能 AI
1
the ppt for cmpt 310
2021-10-08 15:50:03 1.47MB ai
1
在本文中,我们将研究单隐藏层多层感知器(MLP)。
1