Skip to content

ResearchAccelerator.jl is a Julia Package that provides broad-based support to accelerate applied research using feature selection / dimensionality reduction techniques.

License

Notifications You must be signed in to change notification settings

ParallelGSReg/ModelSelectionAccelerator.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModelSelectionAccelerator.jl

ModelSelectionAccelerator.jl is a Julia Package that provides broad-based support to accelerate applied research using feature selection/dimensionality reduction techniques.

Features

  • Extended Julia-to-Latex migration functions that work as an “automatic research assistant”. Using ModelSelection.jl results, it generates a dynamic Latex document, with relevant tables, graphics, and metrics.

  • AI integration for references and literature review. Using user-provided keywords or phrases, ModelSelectionAccelerator.jl will interact with Google Scholar, Scopus, PubMed, among others, to obtain a potentially relevant bibliography. Then a subset of them with available abstracts, references, and keywords will be used to provide citation networks, and keywords/citations statistics. Finally, a machine learning system with modern Large Language Models will be used to generate, based on articles’ abstracts, a similarity network to provide users with additional information for a deeper search among related bibliography. This network will be exported to the Latex document as a table, a figure, and to a standard output file to be viewed using graph plotting and analysis tools such as Gephi.

Installation

You can install the package by running the following command in the Julia REPL:

using Pkg
Pkg.add("ModelSelectionAccelerator")

Usage

using ModelSelection, ModelSelectionAccelerator

data = ModelSelection.load("result.jld")
ModelSelectionAccelerator.ModelSelectionAccelerator(data)

The .zip file resulted, could be load in OverLeaf to obtain the .pdf file, as well as edit the documents considering user's preferences.

Documentation

For more detailed information about this package, its functionalities, and usage instructions, please refer to our documentation page.

ModelSelection package

ModelSelectionAccelerator.jl package uses ModelSelection.jl. For more details about the functionalities and features provided by ModelSelection, please visit the package repository.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on the repository. Make sure to follow the guidelines outlined in the CONTRIBUTING.md file.

TODO List

For an overview of pending tasks, improvements, and future plans for the ModelSelectionAccelerator.jl package, please refer to the TODO.md file.

License

This package is licensed under the MIT License.

About

ResearchAccelerator.jl is a Julia Package that provides broad-based support to accelerate applied research using feature selection / dimensionality reduction techniques.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •