How to classify weather scenes using TensorFlow, Keras, and Transfer learning — Vgg19 ?
https://medium.com/@feitgemel/how-to-classify-weather-scenes-using-tensorflow-keras-and-transfer-learning-vgg19-7b78b641566c
https://medium.com/@feitgemel/how-to-classify-weather-scenes-using-tensorflow-keras-and-transfer-learning-vgg19-7b78b641566c
Medium
How to classify weather scenes using TensorFlow, Keras, and Transfer learning — Vgg19 ?
Hi,
Tokenization in Tensorflow: Everything you need to know
https://levelup.gitconnected.com/tokenization-in-tensorflow-everything-you-need-to-know-57f1e2b300f7
https://levelup.gitconnected.com/tokenization-in-tensorflow-everything-you-need-to-know-57f1e2b300f7
Medium
Tokenization in Tensorflow: Everything you need to know
An important step in building groundbreaking NLP’s
Best Time to Buy and Sell Stock: Leetcode — Blind 75 (Sliding Window)
https://medium.com/@ektadhobley/best-time-to-buy-and-sell-stock-leetcode-blind-75-sliding-window-18f014862067
https://medium.com/@ektadhobley/best-time-to-buy-and-sell-stock-leetcode-blind-75-sliding-window-18f014862067
Medium
Best Time to Buy and Sell Stock: Leetcode — Blind 75 (Sliding Window)
Question Link
48 Data Visualizations That Load In A Single Line of Code
https://medium.com/geekculture/48-data-visualizations-that-load-in-a-single-line-of-code-a0be5bea903b
https://medium.com/geekculture/48-data-visualizations-that-load-in-a-single-line-of-code-a0be5bea903b
Medium
48 Data Visualizations That Load In A Single Line of Code
How you can pull one of a few dozen example political, sporting, education, and other data visualizations on-the-fly.
Python Decorators: How to Add an Extra Layer of Customization to Your Code
https://medium.com/@alains/python-decorators-how-to-add-an-extra-layer-of-customization-to-your-code-957fb20e9af5
https://medium.com/@alains/python-decorators-how-to-add-an-extra-layer-of-customization-to-your-code-957fb20e9af5
Medium
Python Decorators: How to Add an Extra Layer of Customization to Your Code
Get up to speed on decorators in 5 quick minutes!
Repository Patterns: Databases Made Easy
https://medium.com/@koli.mikael/repository-patterns-databases-made-easy-178d63855ff4
https://medium.com/@koli.mikael/repository-patterns-databases-made-easy-178d63855ff4
Medium
Repository Patterns: Databases Made Easy
Repository pattern is a technique to abstract databases behind simple APIs. We discuss its features and introduce a library for it.
Why starting career as a Junior developer is bullshit
https://medium.com/@koruss/why-starting-career-as-a-junior-developer-is-bullshit-f9139db39093
https://medium.com/@koruss/why-starting-career-as-a-junior-developer-is-bullshit-f9139db39093
Medium
Why starting career as a Junior developer is bullshit
I’m quite sure you think, that it’s important to start as a Junior dev: somebody great experienced teaches you how to make your first…
Pandas Exercise for Data Scientists — Part 1
https://medium.com/@avi_chawla/pandas-exercise-for-data-scientists-part-1-b601a97ee091
https://medium.com/@avi_chawla/pandas-exercise-for-data-scientists-part-1-b601a97ee091
Medium
Pandas Exercise for Data Scientists — Part 1
A set of challenging Pandas Questions.
How to Keep Your Data Clean and Tidy With Pandas And Python
https://medium.com/@alains/how-to-keep-your-data-clean-and-tidy-with-pandas-and-python-635dacc99f23
https://medium.com/@alains/how-to-keep-your-data-clean-and-tidy-with-pandas-and-python-635dacc99f23
Medium
How to Keep Your Data Clean and Tidy With Pandas And Python
How to Clean Data in pandas and python.
How to Start Learning Data Science Without Any Prior Experience
https://medium.com/@alains/how-to-start-learning-data-science-without-any-prior-experience-1b5140beaad7
https://medium.com/@alains/how-to-start-learning-data-science-without-any-prior-experience-1b5140beaad7
Medium
How to Start Learning Data Science Without Any Prior Experience
What are the steps to becoming a data scientist?
Create a Mortgage Calculator for Early Payoff in Python
https://medium.com/@analyticsariel/create-a-mortgage-calculator-for-early-payoff-in-python-98b51ee4757f
https://medium.com/@analyticsariel/create-a-mortgage-calculator-for-early-payoff-in-python-98b51ee4757f
Medium
Create a Mortgage Calculator for Early Payoff in Python
Python tutorial to calculate mortgage payoff with fixed and increasing extra payments
Optimization modeling in Python By Using Pulp Library
https://medium.com/@bayram.serkan/optimization-modeling-in-python-by-using-pulp-library-a826ab951233
https://medium.com/@bayram.serkan/optimization-modeling-in-python-by-using-pulp-library-a826ab951233
Medium
Optimization modeling in Python By Using Pulp Library
How many products should be produced to maximize my profit?
Python: Why axis = 0 leads to column wise Mean/Sum, but row wise drop/deletion?
https://vkabdwal.medium.com/python-why-axis-0-leads-to-column-wise-mean-sum-but-row-wise-drop-deletion-62b363d54010
https://vkabdwal.medium.com/python-why-axis-0-leads-to-column-wise-mean-sum-but-row-wise-drop-deletion-62b363d54010
Medium
Python: Why axis = 0 leads to column wise Mean/Sum, but row wise drop/deletion?
Ques on Stackoverflow.: When axis = 0, it leads to row wise deletion, but in mean/sum, it results in column wise row/sum. Let’s explore.
How to configure your Python code to work with the dYdX exchange API
https://medium.com/@unitplane/how-to-configure-your-python-code-to-work-with-the-dydx-exchange-api-c510601d212a
https://medium.com/@unitplane/how-to-configure-your-python-code-to-work-with-the-dydx-exchange-api-c510601d212a
Medium
How to configure your Python code to work with the dYdX exchange API
Introduction
Basic Image Manipulation Using Numpy & Matplotlib
https://medium.com/@mccurrymitchell/basic-image-manipulation-using-numpy-matplotlib-31538c6c69b7
https://medium.com/@mccurrymitchell/basic-image-manipulation-using-numpy-matplotlib-31538c6c69b7
Medium
Basic Image Manipulation Using Numpy & Matplotlib
Manipulating images in Python for beginners