File tree Expand file tree Collapse file tree
src/main/java/com/baeldung/logreg Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Deeplearning4j
22
3- This module contains articles about Deeplearning4j
3+ This module contains articles about Deeplearning4j.
44
55### Relevant Articles:
66- [ A Guide to Deeplearning4j] ( https://www.baeldung.com/deeplearning4j )
7+ - [ Logistic Regression in Java] ( https://www.baeldung.com/java-logistic-regression )
Original file line number Diff line number Diff line change 2424 <artifactId >deeplearning4j-core</artifactId >
2525 <version >${dl4j.version} </version >
2626 </dependency >
27+ <dependency >
28+ <groupId >org.deeplearning4j</groupId >
29+ <artifactId >deeplearning4j-nn</artifactId >
30+ <version >${dl4j.version} </version >
31+ </dependency >
32+ <!-- https://mvnrepository.com/artifact/org.datavec/datavec-api -->
33+ <dependency >
34+ <groupId >org.datavec</groupId >
35+ <artifactId >datavec-api</artifactId >
36+ <version >${dl4j.version} </version >
37+ </dependency >
38+ <dependency >
39+ <groupId >org.apache.httpcomponents</groupId >
40+ <artifactId >httpclient</artifactId >
41+ <version >4.3.5</version >
42+ </dependency >
2743 </dependencies >
2844
2945 <properties >
3046 <dl4j .version>0.9.1</dl4j .version>
3147 </properties >
3248
33- </project >
49+ </project >
File renamed without changes.
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 559559 <module >metrics</module >
560560 <!-- <module>micronaut</module> --> <!-- Fixing in BAEL-10877 -->
561561 <module >microprofile</module >
562- <module >ml</module >
563562 <module >msf4j</module >
564563 <!-- <module>muleesb</module> --> <!-- Fixing in BAEL-10878 -->
565564 <module >mustache</module >
13021301 <module >metrics</module >
13031302 <!-- <module>micronaut</module> --> <!-- Fixing in BAEL-10877 -->
13041303 <module >microprofile</module >
1305- <module >ml</module >
13061304 <module >msf4j</module >
13071305 <!-- <module>muleesb</module> --> <!-- Fixing in BAEL-10878 -->
13081306 <module >mustache</module >
You can’t perform that action at this time.
0 commit comments