Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upIntegration of neural network models for image analysis #240
Comments
ruebot
added
enhancement
RA-Task
labels
Aug 14, 2018
This comment has been minimized.
This comment has been minimized.
@lintool do you want to update this ticket now that your students have done some cool work w/ TensorFlow. Do they have a method that could be included in the documentation? |
This comment has been minimized.
This comment has been minimized.
Resolved with: 7a61f0e |
ruebot
closed this
Jul 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lintool commentedJun 6, 2018
Let's work out an image analysis pipeline that starts integrating the latest neural network models...
Starting point:
https://docs.databricks.com/applications/deep-learning/spark-integration.html
We only care about inference, not training.
The first step is to see if we can apply a pre-trained model (any model) to images in a collection.