Skip to content

Commit

Permalink
velo 25765 -
Browse files Browse the repository at this point in the history
  • Loading branch information
velocitatem committed Oct 25, 2021
1 parent 4cbadd4 commit db136e1
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 160 deletions.
Binary file added libs/lade-alpha-01.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions org-files/outline_/todo.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* A
** TODO Emotional Regression
change out of bound from -1 to 0
11 changes: 0 additions & 11 deletions source/LADE-alpha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-core</artifactId>
<version>1.0.0-M1.1</version>
</dependency>

<dependency>
<groupId>org.beykery</groupId>
<artifactId>neuroph</artifactId>
<version>2.92</version>
</dependency>

</dependencies>
</project>
45 changes: 0 additions & 45 deletions source/LADE-alpha/src/velo/ladealpha/ai/dl4j/DeepModel.java

This file was deleted.

67 changes: 0 additions & 67 deletions source/LADE-alpha/src/velo/ladealpha/ai/dl4j/DeepModelData.java

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package velo.ladealpha.fields.psychology.personality;

public class Profile {
private double contextual_struggle, contextual_meaning, expectations, reality, external_disappointment, responsibility, mistrust, self_esteem, envy, pride, kindness, powerlessness, contenxtual_skill, contextual_challenge, curiosity, external_love, courage;
private double contextual_struggle, contextual_meaning, expectations, reality, external_disappointment,
responsibility, mistrust, self_esteem, envy, pride, kindness, powerlessness, contenxtual_skill,
contextual_challenge, curiosity, external_love, courage;

/**
* @return the contextual_struggle
Expand Down Expand Up @@ -240,5 +242,5 @@ public double getCourage() {
public void setCourage(double courage) {
this.courage = courage;
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package velo.ladealpha.fields.services;

public class Query {
public static Services broadVerbose(String sentence) {
return null;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package velo.ladealpha.fields.services;

public enum Services {
Behaviour_Prediction,
Personality_Analysis,
NumericDifferentiate,
FunctionLimit
}

0 comments on commit db136e1

Please sign in to comment.