Taking Classification Models to New Horizons
https://medium.com/@sydneythtran/taking-classification-models-to-new-horizons-20655a06f710
https://medium.com/@sydneythtran/taking-classification-models-to-new-horizons-20655a06f710
Medium
Taking Classification Models to New Horizons
Last week, I presented on web APIs and natural language processing, specifically on the Subreddits of “Animal Crossing” and “The Sims”. The…
How to execute unit tests before commit or push to git?
https://ivan-georgiev-19530.medium.com/how-to-execute-unit-tests-before-commit-or-push-to-git-cc3a6bffaf44
https://ivan-georgiev-19530.medium.com/how-to-execute-unit-tests-before-commit-or-push-to-git-cc3a6bffaf44
Medium
How to execute unit tests before commit or push to git?
The term “shift left” refers to a practice in software development in which teams focus on quality, work on problem prevention instead of…
Latitude e longitude com Python: Calculando distâncias entre vários pontos em um mapa.
https://caioestrella.medium.com/latitude-e-longitude-com-python-calculando-dist%C3%A2ncias-entre-v%C3%A1rios-pontos-em-um-mapa-73b53fb0b895
https://caioestrella.medium.com/latitude-e-longitude-com-python-calculando-dist%C3%A2ncias-entre-v%C3%A1rios-pontos-em-um-mapa-73b53fb0b895
Medium
Latitude e longitude com Python: Calculando distâncias entre vários pontos em um mapa.
Diferentes abordagens e maneiras de pensar o problema.
Python Sequences — Types, Operations, and Functions
https://medium.com/@yourblogcoach1/python-sequences-types-operations-and-functions-495343265d0d
https://medium.com/@yourblogcoach1/python-sequences-types-operations-and-functions-495343265d0d
Medium
Python Sequences — Types, Operations, and Functions
Sequences are one of the most core topics in any programming language specifically in python because python allows itself to be more…
Creating a pipelines using sklearn machine learning.
https://lerekoqholosha9.medium.com/creating-a-pipelines-using-sklearn-machine-learning-c329d4cf8a5f
https://lerekoqholosha9.medium.com/creating-a-pipelines-using-sklearn-machine-learning-c329d4cf8a5f
Medium
Creating a pipelines using sklearn machine learning.
Getting familiar with ML pipelines
Generar señales senoidales con Python
https://medium.com/@torguerraf/generar-se%C3%B1ales-senoidales-con-python-aba79e2fb0c
https://medium.com/@torguerraf/generar-se%C3%B1ales-senoidales-con-python-aba79e2fb0c
Medium
Generar señales senoidales con Python
Avanzando con el ciclo de publicaciones sobre procesamiento de señales con Python. Considero apropiado que la presente entrada, sea…
Every coder should switch to this new IDE
https://preettheman.medium.com/every-coder-should-switch-to-this-new-ide-98fa1016c9d1
https://preettheman.medium.com/every-coder-should-switch-to-this-new-ide-98fa1016c9d1
Medium
Every coder should switch to this new IDE
Welcome back! JetBrains is a massive company that has built some of my favorite IDE’s, these include PyCharm and Intellij Code:
Awesome Tensorflow projects you can build
https://preettheman.medium.com/awesome-tensorflow-projects-you-can-build-7295fb432a13
https://preettheman.medium.com/awesome-tensorflow-projects-you-can-build-7295fb432a13
Medium
Awesome Tensorflow projects you can build
Welcome back! TensorFlow is an awesome machine learning package developed by Google, if you’re new to this package, check out the link…
Um Expresso sobre operadores matemáticos em Python
https://medium.com/@kelybemficacamargo/um-expresso-sobre-operadores-matem%C3%A1ticos-em-python-cb71a5f561ac
https://medium.com/@kelybemficacamargo/um-expresso-sobre-operadores-matem%C3%A1ticos-em-python-cb71a5f561ac
Medium
Um Expresso sobre operadores matemáticos em Python
Fazer cálculos nunca foi uma tarefa fácil, diziam aqueles que ainda não conheciam Python.
Building Productivity: FLASH flash cards Pt. 2
https://medium.com/@neerajhpatel/building-productivity-flash-flash-cards-pt-2-7bea37208a40
https://medium.com/@neerajhpatel/building-productivity-flash-flash-cards-pt-2-7bea37208a40
Medium
Building Productivity: FLASH flash cards Pt. 2
In this article I get a bit technical with a brief summary of the Python script I’ve been using to automatically generate Anki flash cards…
Continuous and discrete uniform distribution in Python — Statistics
https://pyshark.medium.com/continuous-and-discrete-uniform-distribution-in-python-statistics-82b5aa5c20b1
https://pyshark.medium.com/continuous-and-discrete-uniform-distribution-in-python-statistics-82b5aa5c20b1
Medium
Continuous and discrete uniform distribution in Python — Statistics
In this tutorial we will explore continuous and discrete uniform distribution in Python.
Restoring objects from Glacier to S3 using Batch Operations (using Python boto3)
https://medium.com/@rishikaidnani/restoring-objects-from-glacier-to-s3-using-batch-operations-using-python-boto3-618e9891b849
https://medium.com/@rishikaidnani/restoring-objects-from-glacier-to-s3-using-batch-operations-using-python-boto3-618e9891b849
Medium
Restoring objects from Glacier to S3 using Batch Operations (using Python boto3)
S3 Batch operations gives us the leverage of performing actions across billions of objects and terabytes of data with a single request. In…