VAE: Variational Autoencoders — How to Employ Neural Networks to Generate New Images
https://towardsdatascience.com/vae-variational-autoencoders-how-to-employ-neural-networks-to-generate-new-images-bdeb216ed2c0
https://towardsdatascience.com/vae-variational-autoencoders-how-to-employ-neural-networks-to-generate-new-images-bdeb216ed2c0
Towards Data Science
VAE: Variational Autoencoders - How to Employ Neural Networks to Generate New Images | Towards Data Science
An overview of VAEs with a complete Python example that teaches you how to build one yourself
6 Things to Know About Subclassing in Python — Why and How
https://betterprogramming.pub/6-things-to-know-about-subclassing-in-python-why-and-how-296003b62a75
https://betterprogramming.pub/6-things-to-know-about-subclassing-in-python-why-and-how-296003b62a75
Medium
6 Things to Know About Subclassing in Python — Why and How
Touching base on some core features in Python as an OOP language
Making Operations Between Pandas DataFrames and Series
https://medium.com/@betofc89/making-operations-between-pandas-dataframes-and-series-fdf80c1116f2
https://medium.com/@betofc89/making-operations-between-pandas-dataframes-and-series-fdf80c1116f2
Medium
Making Operations Between Pandas DataFrames and Series
Different from conventional mathematics, Pandas allows you to sum matrices-like structures of different sizes. But in order to do that, we…
Release/Deployment approvals in Azure DevOps using REST APIs
https://medium.com/@khandelwal.praful/release-deployment-approvals-in-azure-devops-using-rest-apis-6beaa1c3a782
https://medium.com/@khandelwal.praful/release-deployment-approvals-in-azure-devops-using-rest-apis-6beaa1c3a782
Medium
Release/Deployment approvals in Azure DevOps using REST APIs
As part of gating criteria for release/deployment, we often put approval processes in place, which can cover both pre-deploy and…
Basic data analysis combining Python, SPSS and PowerBI.
https://hangmortimer.medium.com/basic-data-analysis-combining-python-spss-and-powerbi-5a207d8b8f9
https://hangmortimer.medium.com/basic-data-analysis-combining-python-spss-and-powerbi-5a207d8b8f9
Medium
Basic data analysis combining Python, SPSS and PowerBI.
Last week I had to do a presentation on a data analysis project and allow me to share with you the procedure in this post. For the slides…
A primer in handling time series data using TSDBs
https://medium.com/@saswatraj/practical-handling-of-time-series-data-using-tsdbs-99380a839ae8
https://medium.com/@saswatraj/practical-handling-of-time-series-data-using-tsdbs-99380a839ae8
Medium
A primer in handling time series data using TSDBs
Unlike Dr. Strange movies where time is frequently toyed with, data generated in real life is usually collected in reference to time and…
Tips and Tricks for Clean and Pythonic Code | Part 2
https://medium.com/@meqdad.dev/tips-and-tricks-for-clean-and-pythonic-code-part-2-828fa390e4cc
https://medium.com/@meqdad.dev/tips-and-tricks-for-clean-and-pythonic-code-part-2-828fa390e4cc
Medium
Tips and Tricks for Clean and Pythonic Code | Part 2
Welcome to the second part from this series Tips and Tricks for Clean and Pythonic Code, where I’ll take you in a short journey to the…
Python vs Golang: Which is better for your next project?
https://medium.ironmans.blog/python-vs-golang-which-is-better-for-your-next-project-562a19d0b936
https://medium.ironmans.blog/python-vs-golang-which-is-better-for-your-next-project-562a19d0b936
Medium
Python vs Golang: Which is better for your next project?
Python and Go are two very popular programming languages. They are both open source, have a large community of developers, and are easy to…
5 Data Distributions for Data Scientists
https://ivopbernardo.medium.com/5-data-distributions-for-data-scientists-97d92d028190
https://ivopbernardo.medium.com/5-data-distributions-for-data-scientists-97d92d028190
Medium
5 Data Distributions for Data Scientists
Data distributions help us understand our random variables a bit better. This post provides a summary and resources regarding ´5 of them
File Handling Cheat Sheet in Python
https://medium.com/@jaime.diazbeltran/file-handling-cheat-sheet-in-python-5cf1f6994eaa
https://medium.com/@jaime.diazbeltran/file-handling-cheat-sheet-in-python-5cf1f6994eaa
Medium
File Handling Cheat Sheet in Python
File Object
Can an optimized AI model predict the stock price? — Python Algorithmic Programming
https://medium.com/@chris_42047/can-an-optimized-ai-model-predict-the-stock-price-python-algorithmic-programming-3cf304a465ab
https://medium.com/@chris_42047/can-an-optimized-ai-model-predict-the-stock-price-python-algorithmic-programming-3cf304a465ab
Medium
Can an optimized AI model predict the stock price? — Python Algorithmic Programming
I received an email this morning from Medium: You audience is growing. I had one new follower. Now I have 2. Time to start writing!!! :)
How to convert DateTime objects to Python-friendly ISO8601 strings in C#
https://therightstuff.medium.com/how-to-convert-datetime-objects-to-python-friendly-iso8601-strings-in-c-b24389223751
https://therightstuff.medium.com/how-to-convert-datetime-objects-to-python-friendly-iso8601-strings-in-c-b24389223751
Medium
How to convert DateTime objects to Python-friendly ISO8601 strings in C#
And deserializing them in C# as well
Every Python Developer Should Check This Out
https://preettheman.medium.com/every-python-developer-should-check-this-out-e7e5825f4886
https://preettheman.medium.com/every-python-developer-should-check-this-out-e7e5825f4886
Medium
Every Python Developer Should Check This Out
Welcome back! Python is one of my favorite programming languages to use, if you’re new to Python, check out the link below to learn more…
Create Any Kind Of Beautiful Data Visualizations With These Powerful Python Matplotlib Functions
https://medium.com/@alains/create-any-kind-of-beautiful-data-visualizations-with-these-powerful-python-matplotlib-functions-537ad359e9a3
https://medium.com/@alains/create-any-kind-of-beautiful-data-visualizations-with-these-powerful-python-matplotlib-functions-537ad359e9a3
Medium
Create Any Kind Of Beautiful Data Visualizations With These Powerful Python Matplotlib Functions
Learn the most significant matplotlib functions that you will require for producing any type of data visualisation.