Será que eu deveria fazer o CS50 — Introdução ao Python?
https://medium.com/@ferreira.alexandre.1986/ser%C3%A1-que-eu-deveria-fazer-o-cs50-introdu%C3%A7%C3%A3o-ao-python-81538d8c8da0
https://medium.com/@ferreira.alexandre.1986/ser%C3%A1-que-eu-deveria-fazer-o-cs50-introdu%C3%A7%C3%A3o-ao-python-81538d8c8da0
Medium
Será que eu deveria fazer o CS50 — Introdução ao Python?
Apesar de já ter alguma noção de Python, resolvi aproveitar o que as melhores faculdades do mundo nos disponibilizam gratuitamente, para…
Denetimli Makine Öğrenmesinde Decision Trees (Karar Ağaçları) Algoritması
https://medium.com/@gorkemyesildag3/denetimli-makine-%C3%B6%C4%9Frenmesinde-decision-trees-karar-a%C4%9Fa%C3%A7lar%C4%B1-algoritmas%C4%B1-ffa23872ab2
https://medium.com/@gorkemyesildag3/denetimli-makine-%C3%B6%C4%9Frenmesinde-decision-trees-karar-a%C4%9Fa%C3%A7lar%C4%B1-algoritmas%C4%B1-ffa23872ab2
Medium
Denetimli Makine Öğrenmesinde Decision Trees (Karar Ağaçları) Algoritması
Herkese merhaba! Önceki yazımda denetimli makine öğrenmesinde bir sınıflandırma algoritması olan SVM’den bahsetmiştim. Bugün bir diğer…
Some Statistical Notions and The Power of A/B Testing
https://medium.com/@sedefftaskin92/some-statistical-notions-and-the-power-of-a-b-testing-df002e39712e
https://medium.com/@sedefftaskin92/some-statistical-notions-and-the-power-of-a-b-testing-df002e39712e
Medium
Some Statistical Notions and The Power of A/B Testing
A/B Testing is one of the most common-used methods in data science. “A” represents a group or a property, and “B” represents a different…
Introduction to the JAX library for ML in Python
https://medium.com/accel-ai/introduction-to-the-jax-library-for-ml-in-python-218fb69bb83f
https://medium.com/accel-ai/introduction-to-the-jax-library-for-ml-in-python-218fb69bb83f
Medium
Introduction to the JAX library for ML in Python
JAX (Just After eXecution) is a recent machine learning library used for expressing and composing numerical programs. JAX is able to…
Ames Housing Price Prediction — Comparison of Various Regression Models and Data Visualization
https://medium.com/@edison1/ames-housing-price-prediction-comparison-of-various-regression-models-and-data-visualization-9b3ed77849b
https://medium.com/@edison1/ames-housing-price-prediction-comparison-of-various-regression-models-and-data-visualization-9b3ed77849b
Medium
Ames Housing Price Prediction — Comparison of Various Regression Models and Data Visualization
Ever wonder if a house is a good investment? Or if the house you’re buying will hold its value? This is a case study into predicting the…
Awesome Python Packages You Need To Know About
https://preettheman.medium.com/awesome-python-packages-you-need-to-know-about-8bd3ab90a71b
https://preettheman.medium.com/awesome-python-packages-you-need-to-know-about-8bd3ab90a71b
Medium
Awesome Python Packages You Need To Know About
Welcome back! Python is one of the most important programming languages out there right now, if you want to learn more about this language…
Análise dos dados eleitorais do Estado de São Paulo com o Microsoft Power BI
https://medium.com/@carolfazani/an%C3%A1lise-dos-dados-eleitorais-do-estado-de-s%C3%A3o-paulo-com-o-microsoft-power-bi-c41b78fefe39
https://medium.com/@carolfazani/an%C3%A1lise-dos-dados-eleitorais-do-estado-de-s%C3%A3o-paulo-com-o-microsoft-power-bi-c41b78fefe39
Medium
Análise dos dados eleitorais do Estado de São Paulo com o Microsoft Power BI
Sobre o projeto
The Zen of grinding LeetCode problems: Day 46–Back to simpler times
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-46-back-to-simpler-times-849d1750ee0d
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-46-back-to-simpler-times-849d1750ee0d
Medium
The Zen of grinding LeetCode problems: Day 46–Back to simpler times
The more DBZ stuff comes out the more it stays the same. But that’s not a bad thing
Object detection with TensorFlow (using custom model)
https://medium.com/@YasinShafiei/object-detection-with-tensorflow-using-custom-model-e7731a2158df
https://medium.com/@YasinShafiei/object-detection-with-tensorflow-using-custom-model-e7731a2158df
Medium
Object detection with TensorFlow (using custom model)
Did you know that Artificial Intelligence can track objects while classifying them? I’m sure that a lot of you heard about it. It’s…
leetcode 2344. Minimum Deletions to Make Array Divisible(python)
https://juejin.cn/post/7123032160054804493
https://juejin.cn/post/7123032160054804493
juejin.cn
leetcode 2344. Minimum Deletions to Make Array Divisible(python) - 掘金
这是 Weekly Contest 302的第四题,难度 Hard ,主要考查的是对最大公约数和排序