Brain Tumor classification with CNN (using TensorFlow)
https://medium.com/@YasinShafiei/brain-tumor-classification-with-cnn-using-tensorflow-98422a4d0ad2
https://medium.com/@YasinShafiei/brain-tumor-classification-with-cnn-using-tensorflow-98422a4d0ad2
Medium
Brain Tumor classification with CNN (using TensorFlow)
Nowadays, Artificial Intelligence is helping people to make their life or job easier. There are a lot of medical applications that use AI…
Como usar Python para consumir uma API e alimentar um banco de dados relacional
https://medium.com/geleia/como-usar-python-para-consumir-uma-api-e-alimentar-um-banco-de-dados-relacional-3786ddd696e5
https://medium.com/geleia/como-usar-python-para-consumir-uma-api-e-alimentar-um-banco-de-dados-relacional-3786ddd696e5
Medium
Como usar Python para consumir uma API e alimentar um banco de dados relacional
Utilize Python para requisitar uma API e alimentar um banco de dados SQLite
Why Python Is The Best Programming Language For Data Analytics
https://preettheman.medium.com/why-python-is-the-best-programming-language-for-data-analytics-c2c458634ba9
https://preettheman.medium.com/why-python-is-the-best-programming-language-for-data-analytics-c2c458634ba9
Medium
Why Python Is The Best Programming Language For Data Analytics
Hi everyone! Python is an awesome programming language for data analysis, in my opinion, it’s probably the best language out there for your…
Mastering Python for Beginner in 4 Days — (Day 3/ 4) Basic Syntax — Branching
https://medium.com/@rafiramdhani1122/mastering-python-for-beginner-in-4-days-day-3-4-basic-syntax-branching-228978cf7801
https://medium.com/@rafiramdhani1122/mastering-python-for-beginner-in-4-days-day-3-4-basic-syntax-branching-228978cf7801
Medium
Mastering Python for Beginner in 4 Days — (Day 3/ 4) Basic Syntax — Branching
What is branching in programming?
Using Class Weight to Compensate for Imbalanced Data
https://medium.com/@bubbapora_76246/using-class-weight-to-compensate-for-imbalanced-data-6eff370185d3
https://medium.com/@bubbapora_76246/using-class-weight-to-compensate-for-imbalanced-data-6eff370185d3
Medium
Using Class Weight to Compensate for Imbalanced Data
Discussion on performance metrics and ML techniques in the context of imbalanced data sets
Exceptions And Errors — Advanced Python 09
https://medium.com/@muhammadanas0716/exceptions-and-errors-advanced-python-09-b64e6daece06
https://medium.com/@muhammadanas0716/exceptions-and-errors-advanced-python-09-b64e6daece06
Medium
Exceptions And Errors — Advanced Python 09
A Python program terminates as soon as it encounters an error. In Python, an error can be a syntax error or an exception. In this article…