Skip to content

Releases: DeepShift-Labs/MAGIST-Algorithm

MAGIST Algorithm v0.1.0

26 Jun 16:16
Compare
Choose a tag to compare

MAGIST v0.1.0 (Codename: AlphaBird)

What's Changed

Full Changelog: https://github.com/DeepShift-Labs/MAGIST-Algorithm/commits/v0.1.0
Comparision: v0.1.0-rc.1...v0.1.0

This is the first stable release of MAGIST. A few new features have been implemented since v0.1.0-rc.1. Here is the summary of the most prominent features fully implemented in this version:

  • Logging system
  • Google scraping
    • Data downloader
    • Reverse Image Search
  • Wikipedia scraping
    • Summary retrieval
    • Title retrieval
  • Detection data management
    • Image resizer
    • Image integrity verification
    • Image coordinate computation
    • Image cropper
    • Image type converter
  • MAGIST Lite CNN
    • Entire training class(checkpoints, TensorBoard, model export, custom training loop, etc.)
    • Entire prediction class(single image prediction, image batch prediction, etc.)
  • Image clustering and masking
  • Priority queueing with multithreading
  • Natual Language Processing
    • Audio transcription(microphone and .wav file)
    • Custom SelfAttention head with custom positional embedding system
  • NeuralDB
    • NeuralDB admin utilities
    • NeuralDB insert data and full-text search

Changes since v0.1.0-rc.1

  • The output is clearly shown on the console.
  • Ensure that the documentation for installation is valid for Ubuntu 20.04 LTS.
  • Made full NeuralDB search function.
  • Added duplicate deletion function.
  • Added dictionary scraping function.
    • Used but soon deprecated UrbanDictionary for profane results.

Please let me know via GitHub Issues or GitHub Discussion any concerns, suggestions, or ideas you might have. It would help us achieve our end goal of General Intelligence.

MAGIST Algorithm v0.1.0-rc.1

23 Jun 21:03
a970ffc
Compare
Choose a tag to compare
Pre-release

MAGIST v0.1.0-rc.1 (Codename: AlphaBird)

What's Changed

Full Changelog: https://github.com/DeepShift-Labs/MAGIST-Algorithm/commits/v0.1.0-rc.1

This is the release candidate for MAGIST. Most bugs have been resolved and the most persistent ones are being identified and resolved. Here is the summary of the most prominent features implemented in this version:

  • Logging system
  • Google scraping
    • Data downloader
    • Reverse Image Search
  • Wikipedia scraping
    • Summary retrieval
    • Title retrieval
  • Detection data management
    • Image resizer
    • Image integrity verification
    • Image coordinate computation
    • Image cropper
    • Image type converter
  • MAGIST Lite CNN
    • Entire training class(checkpoints, TensorBoard, model export, custom training loop, etc.)
    • Entire prediction class(single image prediction, image batch prediction, etc.)
  • Image clustering and masking
  • Priority queueing with multithreading
  • Natual Language Processing
    • Audio transcription(microphone and .wav file)
    • Custom SelfAttention head with custom positional embedding system
  • NeuralDB
    • NeuralDB admin utilities
    • NeuralDB insert data and full-text search

Before the first stable release, here are the tasks left to complete:

  • Fix final output to convert raw JSON response from NeuralDB to human-readable text.
  • Adjust MAGIST Lite CNN for optimal performance.
  • Fine-tune the SelfAttention head threshold for more predictable results.
  • Ensure that the documentation for installation is valid for Ubuntu 20.04 LTS.

Please let me know via GitHub Issues or GitHub Discussion any concerns, suggestions, or ideas you might have. It would help us achieve our end goal of General Intelligence.