Creating User Profile in Django website
https://medium.com/geekculture/creating-user-profile-in-django-website-3479ff27f0ef
https://medium.com/geekculture/creating-user-profile-in-django-website-3479ff27f0ef
Medium
Creating User Profile in Django website
Part 12: We’ll crack on our user profile so that our users can edit their description, name, surname, or other details you want to include
TypeError: can only concatenate tuple (not “str”) to tuple
https://medium.com/bugs-that-bite/typeerror-can-only-concatenate-tuple-not-str-to-tuple-eefb361be78a
https://medium.com/bugs-that-bite/typeerror-can-only-concatenate-tuple-not-str-to-tuple-eefb361be78a
Medium
TypeError: can only concatenate tuple (not “str”) to tuple
Trying to concatenate a string with a variable containing multiple values
Are my spotify playlists really segregated?
https://medium.com/@deepanshishokeen5/are-my-spotify-playlists-really-segregated-4ceeff104b7e
https://medium.com/@deepanshishokeen5/are-my-spotify-playlists-really-segregated-4ceeff104b7e
Medium
Are my spotify playlists really segregated?
Or is it just one big cluster . . .
How to use a pre-trained deep learning model
https://medium.com/@hjain5164/how-to-use-a-pre-trained-deep-learning-model-47d80a540682
https://medium.com/@hjain5164/how-to-use-a-pre-trained-deep-learning-model-47d80a540682
Medium
How to use a pre-trained deep learning model
In this article, we will use a pre-trained model for image classification. This strategy is just one of the three strategies mentioned in…
Building a Schema Inference Data Pipeline for Large CSV files
https://itnext.io/building-a-schema-inference-data-pipeline-for-large-csv-files-7a45d41ad4df
https://itnext.io/building-a-schema-inference-data-pipeline-for-large-csv-files-7a45d41ad4df
Medium
Building a Schema Inference Data Pipeline for Large CSV files
A parallel implementation with python
What is transfer learning and why is it needed?
https://medium.com/@hjain5164/what-is-transfer-learning-and-why-is-it-needed-df06d80d38d5
https://medium.com/@hjain5164/what-is-transfer-learning-and-why-is-it-needed-df06d80d38d5
Medium
What is transfer learning and why is it needed?
In this article, we will be discussing a state-of-the-art technique for building complex deep learning models using pre-trained models.
Python 中生成器的原理 - zikcheng
https://www.cnblogs.com/zikcheng/p/16462284.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/zikcheng/p/16462284.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python 中生成器的原理 - zikcheng - 博客园
生成器的使用 在 Python 中,如果一个函数定义的内部使用了 yield 关键字,那么在执行函数的时候返回的是一个生成器,而不是常规函数的返回值。 我们先来看一个常规函数的定义,下面的函数 f()
Plotting Network Using Python: NetworkX Library
https://medium.com/@sourov.roy/plotting-network-using-python-networkx-library-491d495504e7
https://medium.com/@sourov.roy/plotting-network-using-python-networkx-library-491d495504e7
Medium
Plotting Network Using Python: NetworkX Library
NetworkX is a Python library for studying graphs and networks. It is suitable for operation on large-scale real-world graphs. It is a very…