Machine Learning Development in the Cloud — Part 3: Code
https://medium.com/@s.kirmer/machine-learning-development-in-the-cloud-part-3-code-a568726c9dff
https://medium.com/@s.kirmer/machine-learning-development-in-the-cloud-part-3-code-a568726c9dff
Medium
Machine Learning Development in the Cloud — Part 3: Code
If you missed it, visit the first part of this series to get the overview of my project.
Gaming Stock Analysis With Python: Returns and Technical Indicators
https://medium.com/geekculture/gaming-stock-analysis-with-python-returns-and-technical-indicators-ee244f0d7c36
https://medium.com/geekculture/gaming-stock-analysis-with-python-returns-and-technical-indicators-ee244f0d7c36
Medium
Gaming Stock Analysis With Python: Returns and Technical Indicators
A comparative analysis on EA, Take Two, and Activision
5 Next Steps for Connecting the “Plants” and “Gardens” tables using SQLAlchemy ORM
https://programmer-rachel.medium.com/5-next-steps-for-connecting-the-plants-and-gardens-tables-using-sqlalchemy-orm-5ec67c155bea
https://programmer-rachel.medium.com/5-next-steps-for-connecting-the-plants-and-gardens-tables-using-sqlalchemy-orm-5ec67c155bea
Medium
5 Next Steps for Connecting the “Plants” and “Gardens” tables using SQLAlchemy ORM
My app has two tables, Gardens and Plants. When I started, I did not think to include gardens, rather the app was just for documenting…
Time to Choose TensorFlow Data over ImageDataGenerator
https://towardsdatascience.com/time-to-choose-tensorflow-data-over-imagedatagenerator-215e594f2435
https://towardsdatascience.com/time-to-choose-tensorflow-data-over-imagedatagenerator-215e594f2435
Medium
Time to Choose TensorFlow Data over ImageDataGenerator
Build Better and Faster Image Pipelines with tf.data
Python Blackjack Simulator: Martingale with Classic Strategy
https://derrickroselight.medium.com/python-blackjack-simulator-martingale-with-classic-strategy-5b9a2fb06187
https://derrickroselight.medium.com/python-blackjack-simulator-martingale-with-classic-strategy-5b9a2fb06187
Medium
Python Blackjack Simulator: Martingale with Classic Strategy
Never double down while losing!
Building a face recognition system using Scikit Learn in Python
https://varshitasher.medium.com/building-a-face-recognition-system-using-scikit-learn-in-python-a94e846d60bf
https://varshitasher.medium.com/building-a-face-recognition-system-using-scikit-learn-in-python-a94e846d60bf
Medium
Building a face recognition system using Scikit Learn in Python
Compare faces using Insightface embeddings!
Regression and Classification in Machine Learning
https://medium.com/@kaizengirl/regression-and-classification-in-machine-learning-d247827d74f6
https://medium.com/@kaizengirl/regression-and-classification-in-machine-learning-d247827d74f6
Medium
Regression and Classification in Machine Learning
Regression and Classification algorithms are Supervised Learning algorithms. Both the algorithms are used for prediction in Machine…
CSV Files for Storage? Absolutely Not. Use Apache Avro Instead
https://towardsdatascience.com/csv-files-for-storage-absolutely-not-use-apache-avro-instead-7b7296149326
https://towardsdatascience.com/csv-files-for-storage-absolutely-not-use-apache-avro-instead-7b7296149326
Medium
CSV Files for Storage? Absolutely Not. Use Apache Avro Instead
CSV’s cost you both money and disk space. It’s time to end it.
오픈소스 컨트리뷰톤 3주차 스프린트 데이 : Master Challenge 마지막 주간
https://equus3144.medium.com/%EC%98%A4%ED%94%88%EC%86%8C%EC%8A%A4-%EC%BB%A8%ED%8A%B8%EB%A6%AC%EB%B7%B0%ED%86%A4-3%EC%A3%BC%EC%B0%A8-%EC%8A%A4%ED%94%84%EB%A6%B0%ED%8A%B8-%EB%8D%B0%EC%9D%B4-master-challenge-%EB%A7%88%EC%A7%80%EB%A7%89-%EC%A3%BC%EA%B0%84-d71cc5430c55
https://equus3144.medium.com/%EC%98%A4%ED%94%88%EC%86%8C%EC%8A%A4-%EC%BB%A8%ED%8A%B8%EB%A6%AC%EB%B7%B0%ED%86%A4-3%EC%A3%BC%EC%B0%A8-%EC%8A%A4%ED%94%84%EB%A6%B0%ED%8A%B8-%EB%8D%B0%EC%9D%B4-master-challenge-%EB%A7%88%EC%A7%80%EB%A7%89-%EC%A3%BC%EA%B0%84-d71cc5430c55
Medium
오픈소스 컨트리뷰톤 3주차 스프린트 데이 : Master Challenge 마지막 주간
Master Challenge 최종 과제 업무 수행하기 & 우리 팀 첫번째 버그 리포트
Python - 面向对象编程 - @property - 小菠萝测试笔记
http://www.cnblogs.com/poloyy/p/15202761.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/poloyy/p/15202761.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python - 面向对象编程 - @property - 小菠萝测试笔记 - 博客园
前言 前面讲到实例属性的时候,我们可以通过 实例对象.实例属性 来访问对应的实例属性 但这种做法是不建议的,因为它破坏了类的封装原则 正常情况下,实例属性应该是隐藏的,只允许通过类
【Python机器学习实战】决策树与集成学习(三)——集成学习(1) - Uniqe
http://www.cnblogs.com/501731wyb/p/15191151.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/501731wyb/p/15191151.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
【Python机器学习实战】决策树与集成学习(三)——集成学习(1) - Uniqe - 博客园
前面介绍了决策树的相关原理和实现,其实集成学习并非是由决策树演变而来,之所以从决策树引申至集成学习是因为常见的一些集成学习算法与决策树有关比如随机森林、GBDT以及GBDT的升华版Xgboost都是以
Web Scraping Using Selenium, Beautiful soup in Python!
https://medium.com/featurepreneur/web-scraping-using-selenium-beautiful-soup-in-python-5baa37a09d1e
https://medium.com/featurepreneur/web-scraping-using-selenium-beautiful-soup-in-python-5baa37a09d1e
Medium
Web Scraping Using Selenium, Beautiful soup in Python!
What is Selenium?
Make Your Python Program Bug-Free: 8 Essential Tips
https://medium.com/techtofreedom/make-your-python-program-bug-free-8-essential-tips-1700bceb5b8
https://medium.com/techtofreedom/make-your-python-program-bug-free-8-essential-tips-1700bceb5b8
Medium
Make Your Python Program Bug-Free: 8 Essential Tips
Although bugs are nearly inevitable in programming, senior developers can avoid lots of unnecessary bugs and write robust programs.
Auto-Locking PC when you’re away with Python
https://medium.com/codex/auto-locking-pc-when-youre-away-with-python-e184fe2b4bd5
https://medium.com/codex/auto-locking-pc-when-youre-away-with-python-e184fe2b4bd5
Medium
Auto-Locking PC when you’re away with Python
Full disclosure, this is not going to be the most secure way to lock you’re pc, but it is pretty cool. It is also designed on a windows pc…