Pinned Repositories
COVID19-Dataset
the complete historical cleaned COVID19 data set
dotfiles
Factors-that-affected-the-airbnb-price-in-Singapore
Project for Programming for Data Science WQD7001, University Malaya
HeartDiseasePredectionsWebsite
JS-Tutorial
ML-FaceMaskDetection
detect face masks using openCV and tensorFlow
ML-FingersCounter
Count the number of fingers in real time
ML-Text-Documents-Classification
NewsClassificationWebsite2.0
zsh-sudoSwitch
automatically add and remove sudo to the beginning of the current command or the last command with simple short cut
ali-commits's Repositories
ali-commits/dotfiles
ali-commits/COVID19-Dataset
the complete historical cleaned COVID19 data set
ali-commits/Factors-that-affected-the-airbnb-price-in-Singapore
Project for Programming for Data Science WQD7001, University Malaya
ali-commits/JS-Tutorial
ali-commits/HeartDiseasePredectionsWebsite
ali-commits/ML-FingersCounter
Count the number of fingers in real time
ali-commits/ML-Text-Documents-Classification
ali-commits/NewsClassificationWebsite2.0
ali-commits/01_Python_Introduction
Learn the basics of Python. These tutorials are for Python beginners. so even if you have no prior knowledge of Python, you won’t face any difficulty understanding these tutorials.
ali-commits/02_Python_Datatypes
Data types specify the different sizes and values that can be stored in the variable. For example, Python stores numbers, strings, and a list of values using different data types. Learn different types of Python data types along with their respective in-built functions and methods.
ali-commits/03_Python_Flow_Control
Flow control is the order in which statements or blocks of code are executed at runtime based on a condition. Learn Conditional statements, Iterative statements, and Transfer statements
ali-commits/04_Python_Functions
The function is a block of code defined with a name. We use functions whenever we need to perform the same task multiple times without writing the same code again. It can take arguments and returns the value.
ali-commits/05_Python_Files
ali-commits/06_Python_Object_Class
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriented programming in Python.
ali-commits/07_Python_Advanced_Topics
You'll learn about Iterators, Generators, Closure, Decorators, Property, and RegEx in detail with examples.
ali-commits/08_Python_Date_Time_Module
ali-commits/09_Python_NumPy_Module
ali-commits/90_Python_Examples
The best way to learn Python is by practicing examples. The repository contains examples of basic concepts of Python. You are advised to take the references from these examples and try them on your own.
ali-commits/ali-commits
ali-commits/ali-commits.github.io
ali-commits/data_analysis
ali-commits/DenverCoder1
Profile README for DenverCoder1
ali-commits/introduction-datascience-python-book
Introduction to Data Science: A Python Approach to Concepts, Techniques and Applications
ali-commits/Machine_Learning_Algorithms_from_Scratch
This repository explores the variety of techniques and algorithms commonly used in machine learning and the implementation in MATLAB and PYTHON.
ali-commits/ML-HeartDiseaseRiskPredection
ali-commits/python-bs4
ali-commits/python_exercises
ali-commits/RP
ali-commits/selenium-exercises
ali-commits/zsh-abbr
This zsh plugin provides functionality similar to Vim's abbreviation expansion.