Skip to main content

A DeepLearning Framework

Project description

"seadiver" is a Python based DeepLearning Framework which maximized its accessibility for DL beginners.

You can start by creating a model in any desired structure with only 3 required arguments. Easily train, predict and visualize your model.

"seadiver" supports 'export' and 'import' function in 'json' format. pip install is available >> "pip install seadiver"

Simple example for usage is like below.

import seadiver

#build a model model = seadiver.model.ANN(input_shape=(1, 784), structure = (100, 100, 100, 10), output="softmax") model.describe() #prints how the model looks

#train model.train(y= TRAIN_BATCH, t= ANSWER_BATCH, learning_rate=0.001, iteration=1000)

#predict model.predict(x = INPUT)

#export model as a 'json' file to a local directory model.export(directory = "C:\Users....", file_name="myModel.json")

#import model from a local directory imported_model = seadiver.factory.make(file = "C:\Users.....\myModel.json")

=======================================================================

Updates on more types of model such as 'CNN', 'LSTM' is underway. Thanks, and please contact the author via e-mail for any comment.

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

seadiver-0.3.6.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seadiver-0.3.6-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file seadiver-0.3.6.tar.gz.

File metadata

  • Download URL: seadiver-0.3.6.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.0

File hashes

Hashes for seadiver-0.3.6.tar.gz
Algorithm Hash digest
SHA256 daf7182d12ba1862f30f2db09d31b3143601d72b8fbb46d3a6915303af77368e
MD5 004d0ff7fa293624cc4910a3af1024de
BLAKE2b-256 36bcf386cda187e7e4cd7eddd8d8dfa60a75b5946c802d6b1cfdf5e23cbc5241

See more details on using hashes here.

File details

Details for the file seadiver-0.3.6-py3-none-any.whl.

File metadata

  • Download URL: seadiver-0.3.6-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.0

File hashes

Hashes for seadiver-0.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4a45d2595b1adb2a92c07d8e7ba1115ae4f7164ef2e8fa2c4ca2d195b7236f9d
MD5 8c51b3061358b051fd60ba34888b740e
BLAKE2b-256 aed508c60a39ad26dee934fb28057e299cd3eb278bf4c10c41eba13148e06926

See more details on using hashes here.

Supported by

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