Ohalu909's Stars
mattkearns/expert-system-shell
This is a rule-based logic system that uses forward- and backward-chaining algorithms to do two things: 1.) learn new rules and variable values based on those previously learned by the system, and 2.) explain its reasoning back to the user.
Fcmam5/kr-and-expert-system
Knowledge representation and expert systems examples
ronak-07/Medical-Expert-System-Knowledge-Base
Using expert system shells for the development of Expert systems. These shells are empty Expert System knowledge bases, which have the structure and interface already written for us; all we need to do is to add the knowledge into the KB. Instead of writing an Expert System from scratch, for this problem we will be using a small Expert System shell to design and implement an expert system. We used PyKnow Framework for building the concerned expert system.
WeissMann13/MyHikES
Group Assignment for WID2001
ahmedbahaaeldin/From-0-to-Research-Scientist-resources-guide
Detailed and tailored guide for undergraduate students or anybody want to dig deep into the field of AI with solid foundation.
instaloader/instaloader
Download pictures (or videos) along with their captions and other metadata from Instagram.
gdquest-demos/godot-open-rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
a-little-org-called-mario/a-little-game-called-mario
open source collective hell game
godot-extended-libraries/godot-next
Godot Node Extensions - Basic Node Extensions for Godot Engine
ML-course/master
A machine learning course using Python, Jupyter Notebooks, and OpenML
dair-ai/ML-Course-Notes
🎓 Sharing machine learning course / lecture notes.
chris-chris/ml-engineer-roadmap
WIP: Roadmap to becoming a machine learning engineer in 2020
gdquest-demos/godot-3-demos
Dozens of free and open source demos for the Godot game engine, version 3. Head to the link below for newer demos for Godot 4+
khangich/machine-learning-interview
Machine Learning Interviews from FAANG, Snapchat, LinkedIn. I have offers from Snapchat, Coupang, Stitchfix etc. Blog: mlengineer.io.
tensorflow/playground
Play with neural networks!
joyrexus/dijkstra
Python implementation of Dijkstra's shortest path algorithm
mburst/dijkstras-algorithm
Implementations of Dijkstra's shortest path algorithm in different languages
sloria/TextBlob
Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
hidayahRB/Flight-Ticket-Booking-System
Data Structure Final Group Project.
MeshalAlamr/flight-price-prediction
Predicting flight ticket prices using a random forest regression model based on scraped data from Kayak. A Kayak scraper is also provided.
zareefrj/MoonBucks
Algorithm Design Semester 2 2021/22 Group 3 Project
GDQuest/learn-gdscript
Learn Godot's GDScript programming language from zero, right in your browser, for free.
aimanwafiq12/GroupVI
Admit that, online learning is boring. No face-to-face, no interaction, no campus life! You don’t even know if one is reliable when working on assignments together. To run away from divers and build up your personal reputation, build a friendship monitoring system.
bjc1999/DS-Lab
adisib/FPS-Controller-Example
An example Unity script in C# to allow a player to move and look around with the mouse when the player has a CharacterController attached to it.