像星星的光

导航

2023年5月3日 #

电子商务网站用户行为分析及服务推荐

摘要: # -*- coding: utf-8 -*- # 代码11-1 import os import pandas as pd # 修改工作路径到指定文件夹 os.chdir("D:/chapter11/demo") # 第a56爆大奖在线娱乐连接方式 from sqlalchemy import create_en 阅读全文

posted @ 2023-05-03 20:35 像星星的光 阅读(30) 评论(0) 推荐(0) 编辑

2023年3月29日 #

第五周——连续洗浴事件识别

摘要: import pandas as pd import matplotlib.pyplot as plt inputfile = r"D:\Weixin\WeChat Files\wxid_cg9y4qd0yxhb22\FileStorage\File\2023-03\original_data.xl 阅读全文

posted @ 2023-03-29 10:52 像星星的光 阅读(23) 评论(0) 推荐(0) 编辑

2023年3月19日 #

第四周——商品数据分析

摘要: import pandas as pd inputfile1 = r"D:\Weixin\WeChat Files\wxid_cg9y4qd0yxhb22\FileStorage\File\2023-03\GoodsOrder.csv" inputfile2 = r"D:\Weixin\WeChat 阅读全文

posted @ 2023-03-19 23:24 像星星的光 阅读(30) 评论(0) 推荐(0) 编辑

2023年3月12日 #

第三周——航空数据分析

摘要: import pandas as pd datafile= r"D:\Weixin\WeChat Files\wxid_cg9y4qd0yxhb22\FileStorage\File\2023-03\air_data.csv" # 航空原始数据,第一行为属性标签 resultfile = r"C:\ 阅读全文

posted @ 2023-03-12 20:05 像星星的光 阅读(42) 评论(0) 推荐(0) 编辑

2023年3月5日 #

第二周作业——财政收入影响分析及预测

摘要: import numpy as np import pandas as pd inputfile = r"D:\Weixin\WeChat Files\wxid_cg9y4qd0yxhb22\FileStorage\File\2023-02\data.csv"# 输入的数据文件 data = pd. 阅读全文

posted @ 2023-03-05 19:53 像星星的光 阅读(38) 评论(0) 推荐(0) 编辑

2023年2月26日 #

python数据分析作业-第一周

摘要: 数据分析 1. import pandas as pd import matplotlib.pyplot as plt import numpy as np ##读取数据 url = r"C:\Users\Administrator\Desktop\catering_fish_congee(1).x 阅读全文

posted @ 2023-02-26 18:48 像星星的光 阅读(35) 评论(0) 推荐(0) 编辑

2022年5月15日 #

人工智能作业

摘要: 第一个实验运行结果: 阅读全文

posted @ 2022-05-15 22:57 像星星的光 阅读(45) 评论(0) 推荐(0) 编辑

2022年4月24日 #

tensorflow学习报告

摘要: tensorboard 作为一款可视化神器,可以说是学习tensorflow时模型训练以及参数可视化的法宝。 而在训练过程中,主要用到了tf.summary()的各类方法,能够保存训练过程以及参数分布图并在tensorboard显示。 tf.summary有诸多函数: 1,tf.summary.sc 阅读全文

posted @ 2022-04-24 21:28 像星星的光 阅读(69) 评论(0) 推荐(0) 编辑

2022年3月18日 #

BP神经

摘要: import pandas as pd import numpy as np import matplotlib.pyplot as plt def sigmoid(x): # 定义网络激活函数 return 1/(1+np.exp(-x)) data_tr = pd.read_csv('D:\\a 阅读全文

posted @ 2022-03-18 17:47 像星星的光 阅读(58) 评论(0) 推荐(0) 编辑

2021年9月13日 #

第二周读书笔记

摘要: 03运行超市抹零结账行为 money_all=56.75+72.91+88.50+26.37+68.51 money_all_str=str(money_all) print("商品总金额为:"+money_all_str) money_real=int(money_all) money_real_ 阅读全文

posted @ 2021-09-13 23:47 像星星的光 阅读(23) 评论(0) 推荐(0) 编辑