HAMLAOUI-WAIL / Expert-System

0 stars 1 forks source link

BackEnd #2

Open ACHREF999 opened 1 year ago

ACHREF999 commented 1 year ago
ACHREF999 commented 1 year ago

So our expert system would initiall.txt

ACHREF999 commented 1 year ago

rules = [ "leadership(x) & career(x) ==> Theme(Management,x)", "leadership(x) & career(x) ==> Theme(Entrepreneurship,x)",

"productivity(x) & career(x) ==> Theme(Organization,x)",
"productivity(x) & career(x) ==> Theme(Time-Management,x)",

"more_money(x) & career(x) == >Theme(Buisiness,x)",
"more_money(x) & career(x) == >Theme(Finance,x)",

"health(x) & productivity(x) ==> Theme(Self-Improvment,x)",
"health(x) & productivity(x) == >Theme(Nutrition,x)",
"health(x) & productivity(x) == >Theme(Wellness,x)",

"Social(x) & Healthy(x) == > Theme(Communication-Skills,x)",
"Social(x) & Healthy(x) == > Theme(Self-Help,x)",
"Social(x) & Healthy(x) == > Theme(Relationships,x)",

"Technology(x) & Career(x) ==> Theme(Technology-Trends,x)",
"Technology(x) & more_money(x) ==> Theme(Freelance,x)",
"Technology(x) & more_money(x) ==> Theme(Investing,x)",
"Technology(x) & Productiviy(x) ==> Theme(Artificiel-Intelligence,x)",

"Articulate(x) & social(x) ==> Theme(Psychology,x)",
"Articulate(x) & more_money(x) ==> Theme(Investing,x)",
"Articulate(x) & Productivity(x) ==> Theme(Self-Improvment,x)"
"Articulate(x) & career(x) ==> Theme(Finance,x)",
"Articulate(x) & Techonology(x) ==> Theme(Techonology-Trends,x)",
"Articulate(x) & Techonology(x) ==> Theme(Cybersecurity,x)",
"Articulate(x) & Techonology(x) ==> Theme(Programming,x)",

"Social(x) ==> Theme(Relationships,x)",
"Career(x) ==> Theme(Career Development,x)",
"more_money(x) ==> Theme(Finance,x)",
"Productivity(x) ==> Theme(Time-Management,x)",
"leadership(x) ==> Theme(Leadership-Development,x)",
"Articulate(x) ==> Theme(History,x)",
"Health(x) ==> Theme(Nutrition,x)",
"Social(x) ==> Theme(Communication-Skills,x)",
"Technology(x) ==> Theme(Programming,x)",

"Theme(Career,x) || Theme(==> Book(TheHabitsEffectivePeople,x)"

]

Themes = [ 'Management','Entrepreneurship','Organization','Time-Management','Buisiness', 'Finance','Self-Improvment','Nutrition','Wellness','Communication-Skills', 'Self-Help','Relationships','Technology-Trends','Freelance','Investing', 'Artificiel-Intelligence','Psychology','Investing','Cybersecurity','Programming', 'Leadership-Development','History' ]

Books = [ "The Effective Executive" , "High Output Management" "The Lean Startup" , "Zero to One" "The Life-Changing Magic of Tidying Up" "Getting Things Done" "Eat That Frog!" , "The One Thing" "The Innovator's Dilemma" , "Good to Great" "The Intelligent Investor", "The Millionaire Next Door" "The 7 Habits of Highly Effective People", "Atomic Habits" "How Not to Die", "The Omnivore's Dilemma" "The Power of Now" , "The Four Agreements" "Crucial Conversations" , "Never Split the Difference" "The Alchemist" , "The Power of Positive Thinking" "The 5 Love Languages" , "Men Are from Mars, Women Are from Venus" "The Singularity Is Near" , "The Industries of the Future" "The Freelancer's Bible" , "The Gig Economy" "The Little Book of Common Sense Investing" , "A Random Walk Down Wall Street" "The Master Algorithm" , "Superintelligence: Paths, Dangers, Strategies" "Thinking, Fast and Slow" , "Influence: The Psychology of Persuasion" "Cybersecurity for Beginners" , "The Art of Deception" "Code Complete" , "Clean Code" "Leaders Eat Last", "The 21 Irrefutable Laws of Leadership" "Sapiens: A Brief History of Humankind" , "The Guns of August" ]

HAMLAOUI-WAIL commented 1 year ago

Book.txt

SaYanZz0 commented 1 year ago

BooksSum.txt

massiferrouk commented 1 year ago

book.txt

massiferrouk commented 1 year ago

"The Omnivore's Dilemma" - Food and Sustainability "The Power of Now" - Spirituality and Self-Help "The Four Agreements" - Spirituality and Self-Help "Crucial Conversations" - Communication and Interpersonal Relationships "Never Split the Difference" - Negotiation and Communication Skills "The Alchemist" - Fiction and Self-Help "The Power of Positive Thinking" - Self-Help and Personal Development "The 5 Love Languages" - Relationships and Communication "Men Are from Mars, Women Are from Venus" - Relationships and Self-Help "The Singularity Is Near" - Science and Futurism "The Industries of the Future" - Business and Technology Trends "The Freelancer's Bible" - Business and Freelancing "The Gig Economy" - Business and the Future of Work "The Little Book of Common Sense Investing" - Finance and Investing "A Random Walk Down Wall Street" - Finance and Investing "The Master Algorithm" - Science and Artificial Intelligence "Superintelligence: Paths, Dangers, Strategies" - Science and Artificial Intelligence "Thinking, Fast and Slow" - Psychology and Decision Making "Influence: The Psychology of Persuasion" - Psychology and Influence "Cybersecurity for Beginners" - Technology and Cybersecurity "The Art of Deception" - Technology and Cybersecurity "Code Complete" - Technology and Programming "Clean Code" - Technology and Programming "Leaders Eat Last" - Business and Leadership Development "The 21 Irrefutable Laws of Leadership" - Business and Leadership Development "Sapiens: A Brief History of Humankind" - History and Anthropology "The Guns of August" - History and Military History