InProgramming For BeginnersbyVinicius MonteiroPython For Beginners: The range() Function (or Data Type?) SyntaxIt comes in handy when working with LoopsFeb 10, 2022Feb 10, 2022
InBetter ProgrammingbyVinicius MonteiroEssential Coding Style Guidelines Every Python Developer Should KnowWrite better Python code by applying the correct format for line indentation, line wrap, blank lines, whitespace, naming comments, and…Feb 4, 20222Feb 4, 20222
InTDS ArchivebyVinicius MonteiroDeploy MNIST Trained Model as a Web ServiceI cover the training, service and client implementation. The service receives an image of a hand-written digit between 0 and 9 (tensor…Jan 4, 2022Jan 4, 2022
InProgramming For BeginnersbyVinicius MonteiroPython For Beginners: Introduction and Syntax OverviewBrief history, characteristics and basic syntaxJan 17, 2022Jan 17, 2022
InProgramming For BeginnersbyVinicius MonteiroHow to Use Python Generators to Efficiently Process Large Data SetsIntroduction to python generator functions.Apr 16, 2021Apr 16, 2021
InTDS ArchivebyVinicius MonteiroImplementing Deep Learning With PyTorch — Image RecognitionGet started with deep learning by coding a simple neural network that recognizes images of hand-written digitsDec 21, 2021Dec 21, 2021
InTDS ArchivebyVinicius MonteiroCosine Similarity Intuition With Implementation in PythonIncluding hands-on calculations using the cosine similarity formulaOct 13, 20211Oct 13, 20211
InTDS ArchivebyVinicius MonteiroPython Template String Formatting MethodDetails on Template string, an option to format strings in python. It can be more suitable when working with regexJan 18, 2021Jan 18, 2021
InLevel Up CodingbyVinicius MonteiroThe Perfect Language is a Combination of Java and PythonWhat I’d choose from Java and Python to build my own programming languageFeb 7, 20217Feb 7, 20217
InProgramming For BeginnersbyVinicius MonteiroWhy and How to Use “get_dummies” (One-Hot Encoding) in Machine LearningA data preprocessing stepOct 26, 2021Oct 26, 2021
InProgramming For BeginnersbyVinicius MonteiroFree GPU for Your Python Code and Deep Learning Model With Google ColabIntroduction to Google Colaboratory, a tool that lets you execute Python code in the browser using GPU for freeDec 23, 20212Dec 23, 20212
InProgramming For BeginnersbyVinicius MonteiroPython For Beginners: Install and Run Your First CodeTake one step at a time.Apr 14, 2021Apr 14, 2021
InGeek CulturebyVinicius MonteiroSummarize Texts With a Few Lines of Code in PythonIs the generated summary any good?! Learn the code and see a comparison between the system generated summary and one written by me.Dec 21, 2021Dec 21, 2021
InProgramming For BeginnersbyVinicius MonteiroHow to Create an Excel File with PythonOrganize your data into rows and columns and export to a Common-separated Values (CSV) fileJan 12, 2022Jan 12, 2022