Skip to content

Commit 71b38c6

Browse files
authored
Update linkreview.md
1 parent a30d945 commit 71b38c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

linkreview.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,14 @@
4444
| DARTS: Differentiable Architecture Search | 2020 | [paper](https://arxiv.org/abs/1806.09055) | - |
4545
| Brain tumor detection using CNN, AlexNet & GoogLeNet ensembling learning approaches | 2023 | [paper](https://www.researchgate.net/publication/369308467_Brain_tumor_detection_using_CNN_AlexNet_GoogLeNet_ensembling_learning_approaches) | - |
4646
| Combining global and local surrogate models to accelerate evolutionary optimization | 2006 | [paper](https://www.researchgate.net/publication/3421747_Combining_global_and_local_surrogate_models_to_accelerate_evolutionary_optimization_IEEE_Trans_Syst_Man_Cybern_Part_C_Appl_Rev) | - |
47-
| A Density-Based Algorithm for Discovering Clusters<br>in Large Spatial Databaseswith Noise | 1996 | [paper](https://cdn.aaai.org/KDD/1996/KDD96-037.pdf) | DBSCAN original paper |
47+
| A Density-Based Algorithm for Discovering Clusters<br>in Large Spatial Databases with Noise | 1996 | [paper](https://cdn.aaai.org/KDD/1996/KDD96-037.pdf) | DBSCAN original paper |
4848
| Adam: A Method for Stochastic Optimization | 2014 | [paper](https://arxiv.org/abs/1412.6980) | Adam original paper |
4949
| Ensemble Classification and Regression-Recent Developments, Applications and Future Directions | 2016 | [paper](https://www.researchgate.net/profile/Le-Zhang-61/publication/290476291_Ensemble_Classification_and_Regression-Recent_Developments_Applications_and_Future_Directions_Review_Article/links/5c0a1b8fa6fdcc494fdf7e43/Ensemble-Classification-and-Regression-Recent-Developments-Applications-and-Future-Directions-Review-Article.pdf) | Рассказывается о преимуществах ансамблей над одиночными моделями при различном использовании. |
5050
| Semi-Supervised Classification with Graph Convolutional Networks | 2016 | [paper](https://arxiv.org/abs/1609.02907) | Оригинальная статья посвященная GCN |
5151
| [Simple and scalable predictive uncertainty estimation using deep ensembles](https://proceedings.neurips.cc/paper_files/paper/2017/hash/9ef2ed4b7fd2c810847ffa5fa85bce38-Abstract.html) | 2017 | | Реализация DeepEns -- базового алгоритма составления ансамбля на основе баггинга |
5252
| [**Facenet**: A unified embedding for face recognition and clustering](https://www.cv-foundation.org/openaccess/content_cvpr_2015/html/Schroff_FaceNet_A_Unified_2015_CVPR_paper.html) | 2015 | | В статье представлена реализация Triplet loss |
53+
54+
| Brain tumor detection using CNN, AlexNet & GoogLeNet ensembling learning approaches. | | 2023 | [paper](https://openurl.ebsco.com/EPDB%3Agcd%3A8%3A34114136/detailv2?sid=ebsco%3Aplink%3Ascholar&id=ebsco%3Agcd%3A178322108&crl=c&link_origin=scholar.google.com) | Пример того, что построние арзитектуры руками сложно |
55+
56+
57+

0 commit comments

Comments
 (0)