Skip to main content

A dataset tool for converting all images in a folder into neural network recognition

Project description

gdmTools

A dataset tool for converting all images in a folder into neural network recognition


This tool includes a total of three methods

1. Convert images to data using the image method of the PIL package

2. Read the file directory and return the data set

3. Slices of known global datasets and return them as training sets, test sets, validation sets

example:

  data = read(input_Path)
  train_index, test_index, valid_index = cut(data, 0.5, 0.2, 0.3)
  # x
  data[train_index], data[test_index], data[valid_index] 
  # y
  label

GDM is a graphical data modeling product developed by the cosmosource. The main functions are graphical development of machine learning tasks with Spark as the engine, and graphical development of deep learning tasks with Tensorflow as the engine.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gdmTool-0.0.4.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page