An open API service indexing awesome lists of open source software.

https://github.com/siavashshams/intelligent-systems-projects

Projects for the Intelligent Systems course
https://github.com/siavashshams/intelligent-systems-projects

birthday-problem central-limit-theorem decision-trees dynamic-programming gradient-descent hierarchical-clustering k-means-clustering knn logestic-regression naive-bayes-classifier neural-networks policy-iteration q-learning random-forest simulated-annealing svm-classifier value-iteration

Last synced: about 1 month ago
JSON representation

Projects for the Intelligent Systems course

Awesome Lists containing this project

README

        

# Intelligent Systems Projects
Contents of each project
----------
## CA1
- Gradient descent
- Stochastic gradient descent
- Simulated annealing
- Support Vector Machines (SVM) classification
## CA2
- Decision trees
- Random forests
- KNN
- NCA
- LMNN
## CA3
- Neural networks for classification of CIFAR10
- Dropout
- Padding
- Stride
- Max-pooling
- ReLU
- Tanh
- Backpropagation
## CA4
- K-means clustering
- hierarchical clustering
- Logestic regression
- Central Limit Theroem
- Birthday problem
## CA5
- Naive Bayes classifier
- Dynamic programming
- Policy iteration
- Value iteration
- Q-learning