Federated Reconnaissance: Efficient, Distributed, Class-Incremental Learning
https://juejin.cn/post/7099678772416217125
https://juejin.cn/post/7099678772416217125
juejin.cn
Federated Reconnaissance: Efficient, Distributed, Class-Incremental Learning - 掘金
本文已参与「新人创作礼」活动,一起开启掘金创作之路。 论文地址点这里 一. 介绍 论文中,作者提出了联合侦察,这是一类新的学习问题,分布式模型应该能够独立地学习新的概念,并有效地共享这些知识。通常在联
Top 3 Concepts I wish I knew when I started as a Data Scientist
https://blog.devgenius.io/top-3-concepts-i-wish-i-knew-when-i-started-as-a-data-scientist-45004bd3dae1
https://blog.devgenius.io/top-3-concepts-i-wish-i-knew-when-i-started-as-a-data-scientist-45004bd3dae1
Medium
Top 3 Concepts I wish I knew when I started as a Data Scientist
Fundamental data science concepts you should know
Python & Oracle Database Connection — A Simple Guide for Dataframe Creation
https://medium.com/@balantekinbgr/python-oracle-database-connection-a-simple-guide-for-dataframe-creation-f020bf41dcd7
https://medium.com/@balantekinbgr/python-oracle-database-connection-a-simple-guide-for-dataframe-creation-f020bf41dcd7
Medium
Python & Oracle Database Connection — A Simple Guide for Dataframe Creation
Suppose you need to retrive data from a OracleDB and create a DataFrame with Python for using in Machine Learning models or Exploratory…
Python技法:用argparse模块解析命令行选项 - orion-orion
https://www.cnblogs.com/orion-orion/p/16293177.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/orion-orion/p/16293177.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python技法:用argparse模块解析命令行选项 - orion-orion - 博客园
我们在上一篇博客中介绍了Linux系统Shell命令行下可执行程序应该遵守的传参规范(包括了各种选项及其参数)。Python命令行程序做为其中一种,其传参中也包括了位置参数(positional和可选
Connecting to AWS S3 using Athena and perform data analysis
https://odendavid.medium.com/connecting-to-aws-s3-using-athena-and-perform-data-analysis-186024c14e64
https://odendavid.medium.com/connecting-to-aws-s3-using-athena-and-perform-data-analysis-186024c14e64
Medium
Connecting to AWS S3 using Athena and perform data analysis
In this tutorial we would be introducing AWS S3, Athena and how we can connect them together, query data using SQL and perform exploratory…
How Databricks want to enforce the Citizen Data Scientist
https://medium.com/codex/how-databricks-want-to-enforce-the-citizen-data-scientist-6326f2664df8
https://medium.com/codex/how-databricks-want-to-enforce-the-citizen-data-scientist-6326f2664df8
Medium
How Databricks want to enforce the Citizen Data Scientist
Data Science via Drag and Drop?
10 Python Super Practical Tips to Improve Work Efficiency
https://python.plainenglish.io/10-python-super-practical-tips-to-improve-work-efficiency-aa071b980447
https://python.plainenglish.io/10-python-super-practical-tips-to-improve-work-efficiency-aa071b980447
Medium
10 Python Super Practical Tips to Improve Work Efficiency
These tips can help improve your work efficiency and productivity.
Solusi untuk menginstal banyak versi python dengan “pyenv”
https://defryhamdhana.medium.com/solusi-untuk-menginstal-banyak-versi-python-dengan-pyenv-a9481ce66c0f
https://defryhamdhana.medium.com/solusi-untuk-menginstal-banyak-versi-python-dengan-pyenv-a9481ce66c0f
Medium
Solusi untuk menginstal banyak versi python dengan “pyenv”
Salah satu hal yang biasa dilakukan untuk mempelajari python lebih dalam adalah dengan cara mempelajari berbagai contoh code yang bersifat…