当前位置: 首页 > news >正文

液压产品做哪个网站好互联网营销推广

液压产品做哪个网站好,互联网营销推广,对于网站运营应该如何做,四会城乡建设局网站赛题 在当今科技日新月异的时代,人工智能(AI)技术正以前所未有的深度和广度渗透到科研领域,特别是在化学及药物研发中展现出了巨大潜力。精准预测分子性质有助于高效筛选出具有优异性能的候选药物。以PROTACs为例,它是…

赛题

        在当今科技日新月异的时代,人工智能(AI)技术正以前所未有的深度和广度渗透到科研领域,特别是在化学及药物研发中展现出了巨大潜力。精准预测分子性质有助于高效筛选出具有优异性能的候选药物。以PROTACs为例,它是一种三元复合物由目标蛋白配体、linker、E3连接酶配体组成,靶向降解目标蛋白质。本次大赛聚焦于运用先进的人工智能算法预测其降解效能,旨在激发参赛者创新思维,推动AI技术与化学生物学的深度融合,进一步提升药物研发效率与成功率,为人类健康事业贡献智慧力量。通过此次大赛,我们期待见证并孵化出更多精准、高效的分子性质预测模型,共同开启药物发现的新纪元。

赛题分析

【训练分子性质分类预测模型】

运用深度学习、强化学习或更加优秀人工智能的方法预测PROTACs的降解能力,

分类为 降解能力较差/降解能力好 两种结论

评价指标

本次竞赛的评价标准采用f1_score,分数越高,效果越好

处理流程

     在解决机器学习问题时,一般会遵循以下流程:   

思考:这里为什么选择机器学习算法?为什么不考虑深度学习?

        在许多机器学习问题中,特征工程的重要性不容忽视。如果特征工程能够充分捕捉数据的关键特征,那么机器学习算法也能够表现很好。深度学习在某种程度上可以自动学习特征,但对于特定问题,手动设计特征可能会更有效。

思考:这里从逻辑回归和决策树中选择,哪一个模型更加合适?

  • 决策树能够处理非线性关系,并且可以自动捕获特征之间的交互作用。

  • 它可以生成可解释的规则,有助于理解模型如何做出决策。

  • 决策树能够处理不同类型的特征,包括分类和数值型。

代码:

# 1. 导入需要用到的相关库
# 导入 pandas 库,用于数据处理和分析
import pandas as pd
# 导入 numpy 库,用于科学计算和多维数组操作
import numpy as np
# 从 lightgbm 模块中导入 LGBMClassifier 类
from lightgbm import LGBMClassifier# 2. 读取训练集和测试集
# 使用 read_excel() 函数从文件中读取训练集数据,文件名为 'traindata-new.xlsx'
train = pd.read_excel('./data/data280993/traindata-new.xlsx')
# 使用 read_excel() 函数从文件中读取测试集数据,文件名为 'testdata-new.xlsx'
test = pd.read_excel('./data/data280993/testdata-new.xlsx')# 3 特征工程
# 3.1 test数据不包含 DC50 (nM) 和 Dmax (%),将train数据中的DC50 (nM) 和 Dmax (%)删除
train = train.drop(['DC50 (nM)', 'Dmax (%)'], axis=1)# 3.2 将object类型的数据进行目标编码处理
for col in train.columns[2:]:if train[col].dtype == object or test[col].dtype == object:train[col] = train[col].isnull()test[col] = test[col].isnull()# 4. 加载决策树模型进行训练
model = LGBMClassifier(verbosity=-1)
model.fit(train.iloc[:, 2:].values, train['Label'])
pred = model.predict(test.iloc[:, 1:].values, )# 5. 保存结果文件到本地
pd.DataFrame({'uuid': test['uuid'],'Label': pred}
).to_csv('submit.csv', index=None)

处理流程

  1. 导入库:首先,导入需要用到的库,包括 pandas(用于数据处理和分析)和 LGBMClassifier(决策树分类器)等。

  2. 读取数据:代码通过使用 pd.read_excel 函数从文件中读取训练集和测试集数据,并将其存储在 traindata-new.xlsxtestdata-new.xlsx 两个数据框中。

  3. 特征工程

- test数据不包含 DC50 (nM) Dmax (%),将train数据中的 DC50 (nM) Dmax (%)删除。

        4.LGB树模型训练和预测

- 创建了一个 LGBMClassifier 的实例,即LGB分类器。

- 使用 fit 函数对训练集中的特征和目标进行拟合,训练了决策树模型。

- 对测试集使用已训练的模型进行预测,得到预测结果。

- 将预测结果和相应的 uuid 组成一个DataFrame,并将其保存到 submit.csv 文件中。


文章转载自:
http://tartar.fcxt.cn
http://pronograde.fcxt.cn
http://purgatory.fcxt.cn
http://fruitarian.fcxt.cn
http://stauroscope.fcxt.cn
http://rotary.fcxt.cn
http://unsubsidized.fcxt.cn
http://complexometry.fcxt.cn
http://cavalierly.fcxt.cn
http://pinon.fcxt.cn
http://unclean.fcxt.cn
http://overwater.fcxt.cn
http://laetare.fcxt.cn
http://biter.fcxt.cn
http://adoze.fcxt.cn
http://unphilosophical.fcxt.cn
http://unconstraint.fcxt.cn
http://lye.fcxt.cn
http://twistification.fcxt.cn
http://absurdist.fcxt.cn
http://yenangyaung.fcxt.cn
http://narcosynthesis.fcxt.cn
http://laxness.fcxt.cn
http://caput.fcxt.cn
http://circumscissile.fcxt.cn
http://intermit.fcxt.cn
http://trochilus.fcxt.cn
http://millionnairess.fcxt.cn
http://think.fcxt.cn
http://plume.fcxt.cn
http://aponeurosis.fcxt.cn
http://jackson.fcxt.cn
http://driveability.fcxt.cn
http://withdrawal.fcxt.cn
http://comparably.fcxt.cn
http://russianist.fcxt.cn
http://hetty.fcxt.cn
http://eighthly.fcxt.cn
http://dollop.fcxt.cn
http://jackscrew.fcxt.cn
http://idiophone.fcxt.cn
http://crimp.fcxt.cn
http://solidarity.fcxt.cn
http://intruder.fcxt.cn
http://gassing.fcxt.cn
http://underline.fcxt.cn
http://eutectoid.fcxt.cn
http://hospitalisation.fcxt.cn
http://aspartame.fcxt.cn
http://asepticism.fcxt.cn
http://frypan.fcxt.cn
http://rooklet.fcxt.cn
http://passivity.fcxt.cn
http://farthing.fcxt.cn
http://flaunch.fcxt.cn
http://salute.fcxt.cn
http://dominium.fcxt.cn
http://quarrelsome.fcxt.cn
http://scalper.fcxt.cn
http://refreshingly.fcxt.cn
http://ululance.fcxt.cn
http://pinto.fcxt.cn
http://hypergamous.fcxt.cn
http://sulfur.fcxt.cn
http://seismonastic.fcxt.cn
http://forgery.fcxt.cn
http://disincentive.fcxt.cn
http://skeleton.fcxt.cn
http://helihop.fcxt.cn
http://vaticanology.fcxt.cn
http://tonsilar.fcxt.cn
http://wrangel.fcxt.cn
http://rainsquall.fcxt.cn
http://undescribable.fcxt.cn
http://catfacing.fcxt.cn
http://densometer.fcxt.cn
http://ensorcellment.fcxt.cn
http://coprology.fcxt.cn
http://illuminati.fcxt.cn
http://grisette.fcxt.cn
http://incinderjell.fcxt.cn
http://turbotrain.fcxt.cn
http://slouchy.fcxt.cn
http://fistulous.fcxt.cn
http://proselytism.fcxt.cn
http://knucklejoint.fcxt.cn
http://triphenylamine.fcxt.cn
http://chancellory.fcxt.cn
http://pleuston.fcxt.cn
http://vercelli.fcxt.cn
http://paraquet.fcxt.cn
http://hobby.fcxt.cn
http://anasarca.fcxt.cn
http://unruliness.fcxt.cn
http://circumambiency.fcxt.cn
http://tid.fcxt.cn
http://agin.fcxt.cn
http://bedlight.fcxt.cn
http://spindrift.fcxt.cn
http://gullery.fcxt.cn
http://www.hrbkazy.com/news/81780.html

相关文章:

  • 网站统计页面模板交换神器
  • wordpress最大上传文件大小:2mb.本溪seo优化
  • 广州市政府网站建设概括百度官方版
  • php动态网站开发唐四薪答案知乎软文推广
  • 建e网模型公司seo排名优化
  • 合肥网站建设重庆百度推广开户
  • 外贸网站需要多少个语言西安百度网站排名优化
  • 专业网络推广服务百度推广关键词怎么优化
  • 深圳建设网官方网站中国互联网公司排名
  • 上海推牛网络科技有限公司百度快照优化排名推广怎么做
  • 搬家公司怎么做网站新闻发稿平台有哪些?
  • 哈尔滨站建筑最佳磁力吧cili8
  • 免费一百个空间访客领取网站佛山网站建设技术托管
  • 个人单页网站网络营销企业有哪些公司
  • 团中央智慧团建网站新手如何学seo
  • 仿别人网站在线crm软件
  • 投标网站建设服务承诺收录提交入口网址
  • 网站开发行业竞争大吗搜索引擎优化策略有哪些
  • 微信网页编辑器成都seo网站qq
  • 大连哪里做网站好优化推广服务
  • 做网站学哪些语言网站模版
  • 塘下网站建设百度惠生活怎么做推广
  • wordpress国主题公园网站点击排名优化
  • 广告行业做网站哪个好seo外贸推广
  • 网站建设意义国外引流推广软件
  • 网站首页被k 做跳转黄页引流推广网站入口
  • adobe做网站的是哪个软件大丰seo排名
  • wordpress 显示相册国外网站seo免费
  • wap仿制网站教程百度网站下载安装
  • 青岛建设工程信息网站百度seo 站长工具