- Machine Learning in Java
- AshishSingh Bhatia Bostjan Kaluza
- 217字
- 2021-06-10 19:30:08
Deeplearning4j
Deeplearning4j, or DL4J, is a deep learning library written in Java. It features a distributed as well as a single-machine deep learning framework that includes and supports various neural network structures such as feedforward neural networks, RBM, convolutional neural nets, deep belief networks, autoencoders, and others. DL4J can solve distinct problems, such as identifying faces, voices, spam, or e-commerce fraud.
Deeplearning4j is also distributed under the Apache 2.0 license and can be downloaded from http://deeplearning4j.org. The library is organized as follows:
- org.deeplearning4j.base: These are loading classes
- org.deeplearning4j.berkeley: These are math utility methods
- org.deeplearning4j.clustering: This is the implementation of k-means clustering
- org.deeplearning4j.datasets: This is dataset manipulation, including import, creation, iterating, and so on
- org.deeplearning4j.distributions: These are utility methods for distributions
- org.deeplearning4j.eval: These are evaluation classes, including the confusion matrix
- org.deeplearning4j.exceptions: This implements the exception handlers
- org.deeplearning4j.models: These are supervised learning algorithms, including deep belief networks, stacked autoencoders, stacked denoising autoencoders, and RBM
- org.deeplearning4j.nn: These are the implementations of components and algorithms based on neural networks, such as neural networks, multi-layer networks, convolutional multi-layer networks, and so on
- org.deeplearning4j.optimize: These are neural net optimization algorithms, including back propagation, multi-layer optimization, output layer optimization, and so on
- org.deeplearning4j.plot: These are various methods for rendering data
- org.deeplearning4j.rng: This is a random data generator
- org.deeplearning4j.util: These are helper and utility methods
推薦閱讀
- Dreamweaver CS3 Ajax網頁設計入門與實例詳解
- Hands-On Internet of Things with MQTT
- Linux Mint System Administrator’s Beginner's Guide
- 大數據安全與隱私保護
- 計算機網絡技術基礎
- Machine Learning with the Elastic Stack
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- Drupal高手建站技術手冊
- 工業機器人集成應用
- Hands-On Business Intelligence with Qlik Sense
- 計算機辦公應用培訓教程
- 從機器學習到無人駕駛
- Wireshark Revealed:Essential Skills for IT Professionals
- 微機組裝與維護教程
- Getting Started with Tableau 2019.2