- Machine Learning in Java
- AshishSingh Bhatia Bostjan Kaluza
- 129字
- 2021-06-10 19:30:10
Before you start
Before you start, download the latest stable version of Weka (Weka 3.8 at the time of writing) from http://www.cs.waikato.ac.nz/ml/weka/downloading.html.
There are multiple download options available. You'll want to use Weka as a library in your source code, so make sure that you skip the self-extracting executables and download the ZIP archive, as shown in the following screenshot. Unzip the archive and locate weka.jar within the extracted archive:
We'll use the Eclipse IDE to show examples; follow these steps:
- Start a new Java project.
- Right-click on the project properties, select Java Build Path, click on the Libraries tab, and select Add External JARs.
- Navigate to extract the Weka archive and select the weka.jar file.
That's it; we are ready to implement the basic machine learning techniques!
推薦閱讀
- 自動控制工程設計入門
- Machine Learning for Cybersecurity Cookbook
- Hands-On Machine Learning on Google Cloud Platform
- 完全掌握AutoCAD 2008中文版:機械篇
- TensorFlow Reinforcement Learning Quick Start Guide
- 機器人人工智能
- INSTANT Puppet 3 Starter
- 網絡服務器搭建與管理
- AMK伺服控制系統原理及應用
- Microsoft System Center Data Protection Manager Cookbook
- 從零開始學ASP.NET
- 計算機辦公應用培訓教程
- 系統安裝、維護與數據備份技巧
- Oracle Blockchain Quick Start Guide
- 互聯網單元測試及實踐