{"title":"深度学习应用","authors":"C. Munteanu","doi":"10.3390/MOL2NET-04-06107","DOIUrl":null,"url":null,"abstract":"The manuscript presents three of my deep learning projects: mDL-ArtTranfer – Deep Learning Art Transfer using Multiple AIs (https://github.com/muntisa/mDL-ArtTransfer), CNN4Polyps - Colonoscopy polyp detection with Convolutional Neural Networks (https://github.com/muntisa/Colonoscopy-polyps-detection-with-CNNs), Deep-Politics - Prediction of Spanish Political Affinity with Deep Neural Nets: Socialist vs People's Party (PSOE vs PP, https://github.com/muntisa/Deep-Politics). \nmDL-ArtTranfer is a mix of adapted scripts using three AI algorithms from fchollet, anishathalye, and ShafeenTejani (GitHub users). Thus, using content images and style pictures, three versions of art transfer will be apply with only one single call. \nCNN4Polyps represents the first open GitHub repository for polyp detection and localization into colonoscopy images. The use of small CNNs with 2-3 convolutions, in only 2 minutes with GPU Nvidia Titan Xp, will generate a model with of 92%. The VGG16 transfer learning is no improving this accuracy. The fine tuning of the last convolutional block and the full connected layer of the pre-trained Imagenet VGG16 will generate an accuracy over 98%. \nDeep-Politics is using the politician’s portrait to predict the affinity for two political parties in Spain. Both small CNNs with augmented data and VGG16 transfer learning without data augmentation can generate models with accuracy over 80%. The VGG16 fine tuning of the last two convolutional blocks and the full connected layer will raise the accuracy to 85%.","PeriodicalId":20475,"journal":{"name":"Proceedings of MOL2NET 2018, International Conference on Multidisciplinary Sciences, 4th edition","volume":null,"pages":null},"PeriodicalIF":0.0000,"publicationDate":"2018-12-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"32","resultStr":"{\"title\":\"Deep Learning Applications\",\"authors\":\"C. Munteanu\",\"doi\":\"10.3390/MOL2NET-04-06107\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"The manuscript presents three of my deep learning projects: mDL-ArtTranfer – Deep Learning Art Transfer using Multiple AIs (https://github.com/muntisa/mDL-ArtTransfer), CNN4Polyps - Colonoscopy polyp detection with Convolutional Neural Networks (https://github.com/muntisa/Colonoscopy-polyps-detection-with-CNNs), Deep-Politics - Prediction of Spanish Political Affinity with Deep Neural Nets: Socialist vs People's Party (PSOE vs PP, https://github.com/muntisa/Deep-Politics). \\nmDL-ArtTranfer is a mix of adapted scripts using three AI algorithms from fchollet, anishathalye, and ShafeenTejani (GitHub users). Thus, using content images and style pictures, three versions of art transfer will be apply with only one single call. \\nCNN4Polyps represents the first open GitHub repository for polyp detection and localization into colonoscopy images. The use of small CNNs with 2-3 convolutions, in only 2 minutes with GPU Nvidia Titan Xp, will generate a model with of 92%. The VGG16 transfer learning is no improving this accuracy. The fine tuning of the last convolutional block and the full connected layer of the pre-trained Imagenet VGG16 will generate an accuracy over 98%. \\nDeep-Politics is using the politician’s portrait to predict the affinity for two political parties in Spain. Both small CNNs with augmented data and VGG16 transfer learning without data augmentation can generate models with accuracy over 80%. The VGG16 fine tuning of the last two convolutional blocks and the full connected layer will raise the accuracy to 85%.\",\"PeriodicalId\":20475,\"journal\":{\"name\":\"Proceedings of MOL2NET 2018, International Conference on Multidisciplinary Sciences, 4th edition\",\"volume\":null,\"pages\":null},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2018-12-29\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"32\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Proceedings of MOL2NET 2018, International Conference on Multidisciplinary Sciences, 4th edition\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.3390/MOL2NET-04-06107\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Proceedings of MOL2NET 2018, International Conference on Multidisciplinary Sciences, 4th edition","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.3390/MOL2NET-04-06107","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 32
摘要
手稿介绍了我的三个深度学习项目:mdl - arttransfer -使用多个人工智能进行深度学习艺术转移(https://github.com/muntisa/mDL-ArtTransfer), CNN4Polyps -使用卷积神经网络进行结肠镜息肉检测(https://github.com/muntisa/Colonoscopy-polyps-detection-with-CNNs), deep - politics -使用深度神经网络预测西班牙政治亲和力:社会党与人民党(PSOE vs PP, https://github.com/muntisa/Deep-Politics)。mdl - arttransfer是使用来自fchollet、anishathalye和ShafeenTejani (GitHub用户)的三种人工智能算法的改编脚本的混合。因此,使用内容图片和样式图片,只需一次调用就可以应用三个版本的艺术转移。CNN4Polyps代表了第一个开放的GitHub存储库,用于息肉检测和定位到结肠镜检查图像中。使用2-3次卷积的小型cnn,使用Nvidia Titan Xp GPU只需2分钟,就能生成准确率为92%的模型。VGG16迁移学习并没有提高这种准确性。对预训练的Imagenet VGG16的最后一个卷积块和全连接层进行微调,将产生超过98%的准确率。“深度政治”是利用政治家的肖像来预测西班牙两个政党的亲和力。无论是增强数据的小型cnn,还是不增强数据的VGG16迁移学习,都能生成准确率超过80%的模型。最后两个卷积块和全连接层的VGG16微调将精度提高到85%。
The manuscript presents three of my deep learning projects: mDL-ArtTranfer – Deep Learning Art Transfer using Multiple AIs (https://github.com/muntisa/mDL-ArtTransfer), CNN4Polyps - Colonoscopy polyp detection with Convolutional Neural Networks (https://github.com/muntisa/Colonoscopy-polyps-detection-with-CNNs), Deep-Politics - Prediction of Spanish Political Affinity with Deep Neural Nets: Socialist vs People's Party (PSOE vs PP, https://github.com/muntisa/Deep-Politics).
mDL-ArtTranfer is a mix of adapted scripts using three AI algorithms from fchollet, anishathalye, and ShafeenTejani (GitHub users). Thus, using content images and style pictures, three versions of art transfer will be apply with only one single call.
CNN4Polyps represents the first open GitHub repository for polyp detection and localization into colonoscopy images. The use of small CNNs with 2-3 convolutions, in only 2 minutes with GPU Nvidia Titan Xp, will generate a model with of 92%. The VGG16 transfer learning is no improving this accuracy. The fine tuning of the last convolutional block and the full connected layer of the pre-trained Imagenet VGG16 will generate an accuracy over 98%.
Deep-Politics is using the politician’s portrait to predict the affinity for two political parties in Spain. Both small CNNs with augmented data and VGG16 transfer learning without data augmentation can generate models with accuracy over 80%. The VGG16 fine tuning of the last two convolutional blocks and the full connected layer will raise the accuracy to 85%.