logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

object mapping for [details] tried to parse field [details] as object, but found concrete value

object mapping for [details] tried to parse field [details] as object, but found aconcrete value

#数据库
强化学习 RL -> DQN -> 智能体Agent

reinforcementn.加强; 增援; 补给品; 援军;Reinforcement Learning强化学习(好像增强学习用的少一点)Deep Reinforcement Learning,DQN 深度强化学习Playing Atari with Deep Reinforcement LearningDQN 从入门到放弃1 DQN与增强学习https:/...

mysql 跨数据库联表查询

SELECT * FROM db_one.one_table t1, db_two.two_table t2 WHERE t1.fid=t2.mid;

安装adb、选择合适的 adb 版本

安装adb最新版本https://dl.google.com/android/repository/platform-tools-latest-windows.zip如果设备出现 adb 适配问题,可以改用低版本的 platform-tools链接为:http://www.androiddevtools.cn/找到 SDK Platform-Tools,下载低版本的 pl...

用 Word2016 编辑花体和空心字母

word2016 数学公式中 Euclid Math Two 怎么找插入, 符号, 其他符号, 字体里面搜索 Euclid Math Two ,点击滑动条上下翻找。

Python操作PostgreSQL数据库的方法

带模式名查询,用引号import psycopg2# 创建连接对象# 连接 -> 数据库名 -> 模式名 -> 表名conn = psycopg2.connect(database="db_name", user="postgresql", password="postgresql", host="IP", port="xxxx")# 创建指针对象cur = conn.curso

#postgresql#python#big data
自然语言处理跟踪研究

Tracking Progress in Natural Language Processing跟踪自然语言领域的研究成果,包括文本分类和文本摘要。SOTAhttps://github.com/sebastianruder/NLP-progress

Keras 学习笔记

Python Keras库在windows系统中无法使用问题解决https://zhuanlan.zhihu.com/p/26402501g++ not detected 解决办法conda install libpythonconda install mingw libpythonconda install m2w64-toolchain在代码导包位置加两句代...

pymongo使用经验

MongoClient不要放到for循环里面,放到外面作为全局变量,速度快5倍#!/usr/bin/env python# -*-coding:utf-8-*-# @Date:2021/9/7# @Time:13:46import timefrom pymongo import MongoClientfrom database.simplelogger import SimpleLoggerfro

#mongodb#数据库#nosql
《统计学习方法》读书笔记

统计学与机器学习统计学与机器学习马春鹏《PRML中文版_模式识别与机器学习》

    共 12 条
  • 1
  • 2
  • 请选择