Build a Dataset (AWS ML scholarship) July 17, 2021 Add Comment Edit Data Collection: by using one of ML repository or using SQL or build web scraping application to collect specific data. Data Inspection:... Read More
Machine Learning (AWS ML Scholarship) July 17, 2021 Add Comment Edit What is Machine Learning: Machine learning (ML) is a modern software development technique and a type of artificial intelligence (AI) tha... Read More
Install Android Studio and setup Flutter with faster emulator!! July 04, 2021 Add Comment Edit To install android studio and Flutter in ubuntu sudo snap install android-studio --classic // open the android and install f... Read More
Python with Stirng May 21, 2021 Add Comment Edit x = 'MICHAEL' x[0] = 'M' x[-1] = 'L' x[0:3] = 'MIC' x[::2] = 'MCAL' # it take every second variable... Read More
Error Categories in Python May 18, 2021 Add Comment Edit syntax: Language rule broken runtime: Unable to execute semantic: Unexpected output Division by zero is undefined Read More