Deconvolution in Deep Learning, its importance, and where to use it?
https://kadamrahulj0909.medium.com/deconvolution-in-deep-learning-its-importance-and-where-to-use-it-59557a1b3a2c
https://kadamrahulj0909.medium.com/deconvolution-in-deep-learning-its-importance-and-where-to-use-it-59557a1b3a2c
Medium
Deconvolution in Deep Learning, its importance, and where to use it?
Both Convolution and Deconvolution are used for image processing.
Building and Publishing your first Python Package
https://jpraychev.medium.com/building-and-publishing-your-first-python-package-9ce2e89fbba3
https://jpraychev.medium.com/building-and-publishing-your-first-python-package-9ce2e89fbba3
Medium
Building and Publishing your first Python package
Python is a programming language that comes with batteries included. For uninitiated this may be strange phrase but what is basically…
Why You Should Learn To Manually Code Data Warehouse Processes
https://datadrivenperspectives.com/why-you-should-learn-to-manually-code-data-warehouse-processes-b2ebf2eb6b4e
https://datadrivenperspectives.com/why-you-should-learn-to-manually-code-data-warehouse-processes-b2ebf2eb6b4e
Medium
Why You Should Learn To Manually Code Data Warehouse Processes
I’ve been slowly curating a series of concepts over a period of ten years of building data warehouse solutions for several organizations of…
4 easy steps to Make a Number Guessing Game in Python
https://medium.com/@ayush_dixit/4-easy-steps-to-make-a-number-guessing-game-in-python-d877932c7ed6
https://medium.com/@ayush_dixit/4-easy-steps-to-make-a-number-guessing-game-in-python-d877932c7ed6
Medium
4 easy steps to Make a Number Guessing Game in Python
I found that most of the projects one can find online of making a Number Guessing Game in Python are quite cumbersome and use a ton of…
Web data extraction in its multitudes using Python
https://medium.com/@ArtMyftiu/web-data-extraction-in-its-multitudes-using-python-b5849b92931c
https://medium.com/@ArtMyftiu/web-data-extraction-in-its-multitudes-using-python-b5849b92931c
Medium
Web data extraction in its multitudes using Python
One of the advantages of using Linux Operating System provides us with a plethora of development tools with it’s many latent programs.
Ubuntu 18.04 Server Side TENSORFLOW Kurulumu
https://emineozturkk.medium.com/ubuntu-18-04-server-side-tensorflow-kurulumu-7d5bf5a50958
https://emineozturkk.medium.com/ubuntu-18-04-server-side-tensorflow-kurulumu-7d5bf5a50958
Medium
Ubuntu 18.04 Server Side TENSORFLOW Kurulumu
Ben Tensorflow’u kurmaya çalışırken karşıma çıkan kod sadece apt-get install Tensorflow’du. Tabi ki bu kodu yazdıktan sonra Tensorflow…
How to create a simple calculator using switch statements in Python.
https://medium.com/@jteodosio566/how-to-create-a-simple-calculator-using-switch-statements-in-python-6bff12d8186f
https://medium.com/@jteodosio566/how-to-create-a-simple-calculator-using-switch-statements-in-python-6bff12d8186f
Medium
How to create a simple calculator using switch statements in Python.
In most programming languages exist a switch statement that is similar to the if statement and else statement. Nevertheless, there is no…