##Notes :
- Please Download the notes via this link:
Trimmed Version https://connectpolyu-my.sharepoint.com/:p:/g/personal/20007633g_connect_polyu_hk/ERlCTDYhLpBDkios6IBvm_sBnldgT1FeKR-DXotiwsGxRg?e=hkrzpt
- Follow the last chapter to install python and keras
##Content :
-
Example 1 Multivariable Prediction.ipynb
-
Example 2 LogicGateXorGate.ipynb
-
Example 3 Polynomial Regression.ipynb
-
Example 4 fashion_keras1.ipynb
-
Example 5 minist digits tutorial.ipynb
-
Example 6 Image Classification.ipynb (The code is deprecated)
conda create -n "keras" python=3.7
conda activate keras
pip3 install tensorflow==2.5.0
pip3 install notebook
pip3 install matplotlib
pip3 install pandas
pip3 install opencv-python
pip3 install imutils
pip3 install sklearn
conda install -c anaconda ipykernel
python -m ipykernel install --user --name=keras