HiImKing1509
"Where there is a will, there is a way"
University of Information TechnologyQuang Nam - Viet Nam
Pinned Repositories
3D_Geometry_Objects
Computer Graphics relate to producing images with computer assistance, using the 3D representation of geometry data.
500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
500 AI Machine learning Deep learning Computer vision NLP Projects with code
ANDROID_Food_Delivery_App
Color-Segmentation-with-Gaussian-Distribution
Chroma key is a special effect achieved by the use of green or blue screen, chroma key green or blue paint. The feature enables users to remove a specific colour from an image or video, allowing the removed portion of the clip to be replaced with a different visual
CS116_Python_for_Machine_Learning
The course provides students with knowledge and skills to program in Python language, exploiting modern tools, libraries, and computing platforms based on Python, in order to develop and apply machine learning methods effectively.
Learning_Algorithm
Movie_Online_Application
Python_Library_cheat_sheet
Libraries python essential and important for machine learning
Removing_Objects_using_Seam_Carving
The objective of this seam carving algorithm is to perform content aware resizing of images. This allows image to be resized without losing meaningful content from cropping or scaling.
UIT-subjects-recommendation-system
We build a subject recommendation system expected to improve students' learning quality at the University of Information Technology.
HiImKing1509's Repositories
HiImKing1509/Learning_Algorithm
HiImKing1509/UIT-subjects-recommendation-system
We build a subject recommendation system expected to improve students' learning quality at the University of Information Technology.
HiImKing1509/3D_Geometry_Objects
Computer Graphics relate to producing images with computer assistance, using the 3D representation of geometry data.
HiImKing1509/Python_Library_cheat_sheet
Libraries python essential and important for machine learning
HiImKing1509/Color-Segmentation-with-Gaussian-Distribution
Chroma key is a special effect achieved by the use of green or blue screen, chroma key green or blue paint. The feature enables users to remove a specific colour from an image or video, allowing the removed portion of the clip to be replaced with a different visual
HiImKing1509/CS112_Design_and_Analysis_of_Algorithms
This course is designed to provide an introduction to fundamental techniques for designing and analyzing algorithms. Particular emphasis will be on concepts and basic issues regarding algorithm and complexity, mathematical background required for the study of algorithms, methods for solving problems on computers, algorithm design strategies and some well-known computational problems.
HiImKing1509/CS116_Python_for_Machine_Learning
The course provides students with knowledge and skills to program in Python language, exploiting modern tools, libraries, and computing platforms based on Python, in order to develop and apply machine learning methods effectively.
HiImKing1509/CS511_CSharp_Programming
C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices
HiImKing1509/Movie_Online_Application
HiImKing1509/Removing_Objects_using_Seam_Carving
The objective of this seam carving algorithm is to perform content aware resizing of images. This allows image to be resized without losing meaningful content from cropping or scaling.
HiImKing1509/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
500 AI Machine learning Deep learning Computer vision NLP Projects with code
HiImKing1509/ANDROID_Food_Delivery_App
HiImKing1509/CODEWARS_Learning_Programming_language
Codewars is a platform that helps you learn, train, and improve your coding skills by solving programming tasks of many types and difficulty levels
HiImKing1509/CS519.N11
HiImKing1509/Grab
HiImKing1509/HiImKing1509
Introduce myself
HiImKing1509/IT001_Introduce_Programing
The course providing knowledge base about computer, mindset and programming basic skills for all students majoring in Information Technology.
HiImKing1509/IT004_Database
Providing knowledge about principles of database systems, concentrating on relational databases (relational data model, query languages)
HiImKing1509/IT005_Computer_Networks
Providing students with the basic concepts about Computer networks and data transmission over the network, essential network services, and wireless technology.
HiImKing1509/IT007_Operating_System
Operating systems are an essential part of any computer system. Similarly, a course on operating systems is an essential part of any computer science education.
HiImKing1509/Knapsack-Problems
Solving Knapsack Problems Using Google OR Tools
HiImKing1509/Minimax-AlphaBetaPruning-Expectimax-EvaluationFunction
Implements the evaluation function for Pacman as a Reflex Agent to escape the Ghost(s) while eating as many dots as possible, and the basic adversarial multi-agents using Minimax. Implements the adversarial multi-agents using Minimax with Alpha-Beta Pruning, Expectimax, Expectimax with improved evaluation function.
HiImKing1509/Sokoban-Game
DFS/BFS/UCS for Sokoban