├── CA0-Introduction ├── AI-CA0-Spring 1402.pdf ├── README.md ├── p0.html ├── p0.ipynb ├── prediction.csv ├── test.csv └── train.csv ├── CA1-Search ├── AI-CA1-Spring 1402.pdf ├── P1.html ├── P1.ipynb ├── README.md └── tests │ ├── Test0.txt │ ├── Test1.txt │ ├── Test2.txt │ ├── Test3.txt │ ├── Test4.txt │ ├── Test5.txt │ ├── Test6.txt │ ├── out1.txt │ ├── out2.txt │ └── out3.txt ├── CA2-Genetic & Game ├── AI-CA2.pdf ├── README.md ├── my_answer.csv ├── new.py ├── p2.html ├── p2.ipynb ├── sample.csv └── sample_coeffs.csv ├── CA3-Naive Bayes ├── AI-CA3.pdf ├── README.md ├── dataset │ ├── data.pkl │ └── label.pkl ├── p3.html └── p3.ipynb ├── CA4-Machine Learning ├── AI-CA4-Spring 1402.pdf ├── README.md ├── house_data.csv ├── p4.html └── p4.ipynb ├── CA5_Phase1-Neural Networks ├── AI-P1-CA5-Description.pdf ├── README.md ├── p51.html └── p51.ipynb ├── CA5_Phase2-CNNs ├── AI-P2-CA5-Description.pdf ├── README.md ├── p52.html └── p52.ipynb └── README.md /CA0-Introduction/AI-CA0-Spring 1402.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA0-Introduction/AI-CA0-Spring 1402.pdf -------------------------------------------------------------------------------- /CA0-Introduction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA0-Introduction/README.md -------------------------------------------------------------------------------- /CA0-Introduction/p0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA0-Introduction/p0.html -------------------------------------------------------------------------------- /CA0-Introduction/p0.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA0-Introduction/p0.ipynb -------------------------------------------------------------------------------- /CA0-Introduction/prediction.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA0-Introduction/prediction.csv -------------------------------------------------------------------------------- /CA0-Introduction/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA0-Introduction/test.csv -------------------------------------------------------------------------------- /CA0-Introduction/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA0-Introduction/train.csv -------------------------------------------------------------------------------- /CA1-Search/AI-CA1-Spring 1402.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/AI-CA1-Spring 1402.pdf -------------------------------------------------------------------------------- /CA1-Search/P1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/P1.html -------------------------------------------------------------------------------- /CA1-Search/P1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/P1.ipynb -------------------------------------------------------------------------------- /CA1-Search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/README.md -------------------------------------------------------------------------------- /CA1-Search/tests/Test0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/tests/Test0.txt -------------------------------------------------------------------------------- /CA1-Search/tests/Test1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/tests/Test1.txt -------------------------------------------------------------------------------- /CA1-Search/tests/Test2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/tests/Test2.txt -------------------------------------------------------------------------------- /CA1-Search/tests/Test3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/tests/Test3.txt -------------------------------------------------------------------------------- /CA1-Search/tests/Test4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/tests/Test4.txt -------------------------------------------------------------------------------- /CA1-Search/tests/Test5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/tests/Test5.txt -------------------------------------------------------------------------------- /CA1-Search/tests/Test6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/tests/Test6.txt -------------------------------------------------------------------------------- /CA1-Search/tests/out1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/tests/out1.txt -------------------------------------------------------------------------------- /CA1-Search/tests/out2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/tests/out2.txt -------------------------------------------------------------------------------- /CA1-Search/tests/out3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA1-Search/tests/out3.txt -------------------------------------------------------------------------------- /CA2-Genetic & Game/AI-CA2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA2-Genetic & Game/AI-CA2.pdf -------------------------------------------------------------------------------- /CA2-Genetic & Game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA2-Genetic & Game/README.md -------------------------------------------------------------------------------- /CA2-Genetic & Game/my_answer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA2-Genetic & Game/my_answer.csv -------------------------------------------------------------------------------- /CA2-Genetic & Game/new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA2-Genetic & Game/new.py -------------------------------------------------------------------------------- /CA2-Genetic & Game/p2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA2-Genetic & Game/p2.html -------------------------------------------------------------------------------- /CA2-Genetic & Game/p2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA2-Genetic & Game/p2.ipynb -------------------------------------------------------------------------------- /CA2-Genetic & Game/sample.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA2-Genetic & Game/sample.csv -------------------------------------------------------------------------------- /CA2-Genetic & Game/sample_coeffs.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA2-Genetic & Game/sample_coeffs.csv -------------------------------------------------------------------------------- /CA3-Naive Bayes/AI-CA3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA3-Naive Bayes/AI-CA3.pdf -------------------------------------------------------------------------------- /CA3-Naive Bayes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA3-Naive Bayes/README.md -------------------------------------------------------------------------------- /CA3-Naive Bayes/dataset/data.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA3-Naive Bayes/dataset/data.pkl -------------------------------------------------------------------------------- /CA3-Naive Bayes/dataset/label.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA3-Naive Bayes/dataset/label.pkl -------------------------------------------------------------------------------- /CA3-Naive Bayes/p3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA3-Naive Bayes/p3.html -------------------------------------------------------------------------------- /CA3-Naive Bayes/p3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA3-Naive Bayes/p3.ipynb -------------------------------------------------------------------------------- /CA4-Machine Learning/AI-CA4-Spring 1402.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA4-Machine Learning/AI-CA4-Spring 1402.pdf -------------------------------------------------------------------------------- /CA4-Machine Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA4-Machine Learning/README.md -------------------------------------------------------------------------------- /CA4-Machine Learning/house_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA4-Machine Learning/house_data.csv -------------------------------------------------------------------------------- /CA4-Machine Learning/p4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA4-Machine Learning/p4.html -------------------------------------------------------------------------------- /CA4-Machine Learning/p4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA4-Machine Learning/p4.ipynb -------------------------------------------------------------------------------- /CA5_Phase1-Neural Networks/AI-P1-CA5-Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA5_Phase1-Neural Networks/AI-P1-CA5-Description.pdf -------------------------------------------------------------------------------- /CA5_Phase1-Neural Networks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA5_Phase1-Neural Networks/README.md -------------------------------------------------------------------------------- /CA5_Phase1-Neural Networks/p51.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA5_Phase1-Neural Networks/p51.html -------------------------------------------------------------------------------- /CA5_Phase1-Neural Networks/p51.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA5_Phase1-Neural Networks/p51.ipynb -------------------------------------------------------------------------------- /CA5_Phase2-CNNs/AI-P2-CA5-Description.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA5_Phase2-CNNs/AI-P2-CA5-Description.pdf -------------------------------------------------------------------------------- /CA5_Phase2-CNNs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA5_Phase2-CNNs/README.md -------------------------------------------------------------------------------- /CA5_Phase2-CNNs/p52.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA5_Phase2-CNNs/p52.html -------------------------------------------------------------------------------- /CA5_Phase2-CNNs/p52.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/CA5_Phase2-CNNs/p52.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliHamzeh2002/AI-Course-Projects/HEAD/README.md --------------------------------------------------------------------------------