The Wayback Machine - https://web.archive.org/web/20200716094734/https://github.com/topics/machine-learning?l=java
Skip to content
#

Machine learning

Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.

Here are 1,268 public repositories matching this topic...

fennuzhichui
fennuzhichui commented Jan 2, 2020

how to define java8 when submit application use spark-submit


name: Bug report/Feature request/Question
about: Create a report to help us improve
title: ''
label: bug/enhancement/question
assignees: ''

Environment:

  • Java version:
  • Scala version:
  • Spark version:
  • PyTorch and Python version:
  • OS and version:

Checklist:

  • Did you check if your bug/feature/
vespa
pinankg
pinankg commented May 24, 2019

Hello Vespa Team,
Can you please consider support a properties-file which is available during run-time along with the model ? So some meta-data e.g. threshold/label, etc can be associated with the model.
This is for the stateless evaluation of the models like (XGBoost, TensorFlow, Onnx, etc) which is supported in vespa.

Thank you,
Pinank

brainbytes42
brainbytes42 commented Apr 14, 2020

Hi again,
a second issue I ran into is related to the userguide:
The example for Grouping on calculated columns regarding binning doesn't compile in v0.37.3 and apart from that doesn't lead to a reasonable result, as far as I see.

  • Compilation isn't possible, as bin() returns a DoubleColumn (even if c
lucaspada894
lucaspada894 commented May 1, 2020

Following the instructions on the grobid site, I cannot embed grobid into my JAVA project due to poor instructions regarding Gradle and Maven. Also, I do not know how to use the APIs because the Java documentation has different parameters for the methods. Specifically, fullTextToTei take in different arguments than what is shown in the Java docs.

RogerTangos
RogerTangos commented Mar 29, 2017

mongo --eval "db.getSiblingDB('admin').shutdownServer()" doesn't actually shut down the server correctly. I've had a better experience just doing

ps -a | grep mongo
kill [PID]

This could obviously use some more elaboration, and I could look at it more. But it's worth noting for now that the instructions aren't doing what they're supposed to.

djl
zachgk
zachgk commented Apr 8, 2020

The documentation in DJL was originally written with the expectation that users are reasonably familiar with deep learning. So, it does not go out of the way to define and explain some of the key concepts. To help users who are newer to deep learning, we created a [documentation convention](https://github.com/awslabs/djl/blob/master/docs/development/development_guideline.md#documentation-conventio

khorshuheng
khorshuheng commented Jan 13, 2020

Expected Behavior

Ingestion and batch retrieval should use either "datetime" or "event_timestamp" and stick to one convention.

Current Behavior

During ingestion, the function expects the input dataframe to have a column named "datetime". However, this column is later renamed in-place to "event_timestamp" and saved as avro.

During batch retrieval, "event_timestamp" column is returne

This project contains examples which demonstrate how to deploy analytic models to mission-critical, scalable production environments leveraging Apache Kafka and its Streams API. Models are built with Python, H2O, TensorFlow, Keras, DeepLearning4 and other technologies.

  • Updated Apr 23, 2020
  • Java
jenetics
jenetics
jenetics commented Nov 19, 2019

The generation of the diagrams for the user manual requires a lot of manual work: trigger the generation and copying the graphs into the right directory. This generation process needs to be unified and automated. Ideally one script call, e.g. generate_graphs.sh, should trigger the generation process and copy the results into the correct directory.

The place where the diagram generation code i

abdelrahman-t
abdelrahman-t commented Jun 7, 2019

Is there any documentation on how to convert vectors into Instances, I see that all clusteres expect "Instance" instances not array of numbers, So I was wondering how to generate the header also what is classIndex, classValue. in my case the ground truth clusters are unknown.

provided that I have some vectors (Not one of the supported stream generators) without ground truth clusters, Could

Wikipedia
Wikipedia
You can’t perform that action at this time.