NewsApplicationWithWeka

所属分类:人工智能/神经网络/深度学习
开发工具:Java
文件大小:15184KB
下载次数:0
上传日期:2020-03-24 19:43:34
上 传 者sh-1993
说明:  带Weka的新闻应用程序,带Weka机器学习库的Android新闻应用程序
(NewsApplicationWithWeka,Android News Application With Weka Machine Learning Library)

文件列表:
.idea (0, 2020-03-25)
.idea\codeStyles (0, 2020-03-25)
.idea\codeStyles\Project.xml (3309, 2020-03-25)
.idea\encodings.xml (135, 2020-03-25)
.idea\misc.xml (2840, 2020-03-25)
.idea\modules.xml (451, 2020-03-25)
.idea\runConfigurations.xml (564, 2020-03-25)
.idea\vcs.xml (180, 2020-03-25)
LICENSE (1076, 2020-03-25)
app (0, 2020-03-25)
app\build.gradle (3158, 2020-03-25)
app\libs (0, 2020-03-25)
app\libs\weka-stable-3.6.10.jar (6531543, 2020-03-25)
app\proguard-rules.pro (751, 2020-03-25)
app\release (0, 2020-03-25)
app\release\output.json (234, 2020-03-25)
app\src (0, 2020-03-25)
app\src\Screen.png (1985686, 2020-03-25)
app\src\androidTest (0, 2020-03-25)
app\src\androidTest\java (0, 2020-03-25)
app\src\androidTest\java\com (0, 2020-03-25)
app\src\androidTest\java\com\agah (0, 2020-03-25)
app\src\androidTest\java\com\agah\furkan (0, 2020-03-25)
app\src\androidTest\java\com\agah\furkan\newsapplicationwithweka (0, 2020-03-25)
app\src\androidTest\java\com\agah\furkan\newsapplicationwithweka\ExampleInstrumentedTest.java (742, 2020-03-25)
app\src\main (0, 2020-03-25)
app\src\main\AndroidManifest.xml (2279, 2020-03-25)
app\src\main\assets (0, 2020-03-25)
app\src\main\assets\ClassWithTitles.arff (5124235, 2020-03-25)
app\src\main\assets\filter (1107983, 2020-03-25)
app\src\main\assets\nb.model (20734205, 2020-03-25)
app\src\main\ic_google-web.png (7638, 2020-03-25)
app\src\main\java (0, 2020-03-25)
app\src\main\java\com (0, 2020-03-25)
app\src\main\java\com\agah (0, 2020-03-25)
app\src\main\java\com\agah\furkan (0, 2020-03-25)
... ...

# NewsApplicationWithWeka This repository contains News Application that builded around Weka Machine Learning Library and implements MVVM architecture using Room, Firebase, Glide, Retrofit, Butterknife and LeakCanary. ## Introduction Main purpose of the project is creating serverless recommendation system using Weka Machine Learning Library. To achieve this goal we stored seen news in application and used Naive-bayes classification algorithm for getting types of these news. After getting list of news types, we get top headlines from News api and created Clusters from them using K-Means Clustering Algorithm and put classified news into this algorithm and get clusters which these items are belong. After getting clusters of our items, we recommend other items in these clusters. ## Getting Started We are using Database and Authentication features of firebase. Before using repository you need to connect your firebase project to application. ###### Firebase Google Sign In Setup - Go to the Firebase Console and navigate to your project: - Select the Auth panel and then click the Sign In Method tab. - Click Google and turn on the Enable switch, then click Save. - Click edit icon and get Web client id and paste it to local.properties file using "firebaseClientKey" key. ###### Firebase Database - Select the Database panel and then click the Rules Method tab. ```javascript { "rules": { "users": { "$uid": { ".read": "$uid === auth.uid", ".write": "$uid === auth.uid" } } } } ``` - Use above code as your rule. ###### News Api - https://newsapi.org/docs api used for getting all news. - Get your API-KEY and paste it to local.properties file using "newsApiKey" key. ## Result

近期下载者

相关文件


收藏者