├── LICENSE ├── PA1-Prototype selection for nearest neighbor ├── .ipynb_checkpoints │ ├── Condensed Nearest Neighbors Prototype Selection-checkpoint.ipynb │ └── Unifromly random pick-checkpoint.ipynb ├── CNN.png ├── Condensed Nearest Neighbors Prototype Selection.ipynb ├── Condensed Nearest Neighbors Prototype Selection.py ├── KNC.png ├── Random.png ├── Unifromly random pick.ipynb └── Unifromly random pick.py ├── PA2-Coordinate descent ├── .ipynb_checkpoints │ └── CSE250B PA2 Pin Tian-checkpoint.ipynb ├── CSE250B PA2 Pin Tian.ipynb ├── CSE250B PA2 Pin Tian.py ├── cdVSrs.png ├── cdacc.png ├── cdloss.png ├── lracc.png ├── lrloss.png ├── rsacc.png └── rsloss.png ├── PA3-Word embeddings ├── CSE_250B_PA3.ipynb └── CSE_250B_PA3.py └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/LICENSE -------------------------------------------------------------------------------- /PA1-Prototype selection for nearest neighbor/.ipynb_checkpoints/Condensed Nearest Neighbors Prototype Selection-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA1-Prototype selection for nearest neighbor/.ipynb_checkpoints/Condensed Nearest Neighbors Prototype Selection-checkpoint.ipynb -------------------------------------------------------------------------------- /PA1-Prototype selection for nearest neighbor/.ipynb_checkpoints/Unifromly random pick-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA1-Prototype selection for nearest neighbor/.ipynb_checkpoints/Unifromly random pick-checkpoint.ipynb -------------------------------------------------------------------------------- /PA1-Prototype selection for nearest neighbor/CNN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA1-Prototype selection for nearest neighbor/CNN.png -------------------------------------------------------------------------------- /PA1-Prototype selection for nearest neighbor/Condensed Nearest Neighbors Prototype Selection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA1-Prototype selection for nearest neighbor/Condensed Nearest Neighbors Prototype Selection.ipynb -------------------------------------------------------------------------------- /PA1-Prototype selection for nearest neighbor/Condensed Nearest Neighbors Prototype Selection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA1-Prototype selection for nearest neighbor/Condensed Nearest Neighbors Prototype Selection.py -------------------------------------------------------------------------------- /PA1-Prototype selection for nearest neighbor/KNC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA1-Prototype selection for nearest neighbor/KNC.png -------------------------------------------------------------------------------- /PA1-Prototype selection for nearest neighbor/Random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA1-Prototype selection for nearest neighbor/Random.png -------------------------------------------------------------------------------- /PA1-Prototype selection for nearest neighbor/Unifromly random pick.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA1-Prototype selection for nearest neighbor/Unifromly random pick.ipynb -------------------------------------------------------------------------------- /PA1-Prototype selection for nearest neighbor/Unifromly random pick.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA1-Prototype selection for nearest neighbor/Unifromly random pick.py -------------------------------------------------------------------------------- /PA2-Coordinate descent/.ipynb_checkpoints/CSE250B PA2 Pin Tian-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA2-Coordinate descent/.ipynb_checkpoints/CSE250B PA2 Pin Tian-checkpoint.ipynb -------------------------------------------------------------------------------- /PA2-Coordinate descent/CSE250B PA2 Pin Tian.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA2-Coordinate descent/CSE250B PA2 Pin Tian.ipynb -------------------------------------------------------------------------------- /PA2-Coordinate descent/CSE250B PA2 Pin Tian.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA2-Coordinate descent/CSE250B PA2 Pin Tian.py -------------------------------------------------------------------------------- /PA2-Coordinate descent/cdVSrs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA2-Coordinate descent/cdVSrs.png -------------------------------------------------------------------------------- /PA2-Coordinate descent/cdacc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA2-Coordinate descent/cdacc.png -------------------------------------------------------------------------------- /PA2-Coordinate descent/cdloss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA2-Coordinate descent/cdloss.png -------------------------------------------------------------------------------- /PA2-Coordinate descent/lracc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA2-Coordinate descent/lracc.png -------------------------------------------------------------------------------- /PA2-Coordinate descent/lrloss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA2-Coordinate descent/lrloss.png -------------------------------------------------------------------------------- /PA2-Coordinate descent/rsacc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA2-Coordinate descent/rsacc.png -------------------------------------------------------------------------------- /PA2-Coordinate descent/rsloss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA2-Coordinate descent/rsloss.png -------------------------------------------------------------------------------- /PA3-Word embeddings/CSE_250B_PA3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA3-Word embeddings/CSE_250B_PA3.ipynb -------------------------------------------------------------------------------- /PA3-Word embeddings/CSE_250B_PA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/PA3-Word embeddings/CSE_250B_PA3.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yrbszhsh/Principles-of-Artificial-Intelligence-Learning-Algorithms/HEAD/README.md --------------------------------------------------------------------------------