Metadata-Version: 2.1
Name: intlab
Version: 1.4.7
Summary: IISL: SAP-net
Home-page: https://github.com/takayasora/intlab
Download-URL: https://github.com/takayasora/intlab
Author: Sora Takaya
Author-email: so12ra16@outlook.jp
Maintainer: Sora Takaya
Maintainer-email: so12ra16@outlook.jp
License: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow (>=9.5.0)
Requires-Dist: matplotlib (>=3.7.1)
Requires-Dist: pandas (>=2.0.0)
Requires-Dist: numpy (>=1.23.5)
Requires-Dist: seaborn (>=0.12.2)
Requires-Dist: japanize-matplotlib (>=1.1.3)
Requires-Dist: networkx (>=3.1)

# [![Sora's GitHub Banner](./base/source/welcome.gif)](https://takayasora.com)

# Welcome to INTLAB
こんにちは、私は知能情報システム研究室の研究員、高矢です。
このリポジトリでは、今後は知能情報システム研究室で行われる開発プログラムを集約し、それを世界に広く共有することを目指しています。


# Membar List
| 河野 仁(Teacher) | 高矢 空(coder) | 鳥谷部 悠希 | 須賀 哉斗 | 小林 瑞稀 |
| --------------- | ------------- | ---------- | --------- | --------- |
| ![河野 仁](https://researchmap.jp/kono/avatar.jpg) | ![高矢 空](https://pypi-camo.global.ssl.fastly.net/d4659d3927578919f40fee55b9a2ec1b0185b825/68747470733a2f2f7365637572652e67726176617461722e636f6d2f6176617461722f30373962313764396439356362313263373230643465663538376366313036373f73697a653d323235) | ![鳥谷部 悠希](./base/source/tori.jpg) | ![須賀 哉斗](https://salon-cherie.com/wp/wp-content/uploads/2018/12/noimage-300x300.jpg) | ![小林 瑞稀](https://salon-cherie.com/wp/wp-content/uploads/2018/12/noimage-300x300.jpg) |


# バッジ
[![Powered by IntLab](https://img.shields.io/badge/powered%20by-IntLab-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](
http://www.isl.c.dendai.ac.jp/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/intlab.svg?label=PyPI%20downloads)](
https://pypi.org/project/intlab/)
[![Stack Overflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](
https://stackoverflow.com/questions/tagged/intlab)

## 概要
intlabとは、東京電機大学 知能情報システム研究室が開発したPythonを使用した機械学習サポート用のパッケージ群です

- **ウェブサイト　:** https://takayasora.github.io/intlab/
- **ドキュメント　:** https://takayasora.github.io/intlab/4-BUILD_INSTALL.html
- **メールリスト　:** https://mail.python.org/mailman/listinfo/numpy-discussion
- **ソースコード　:** https://github.com/takayasora/intlab
- **バグレポート　:** https://github.com/takayasora/intlab/issue

## パッケージ
- sapnet
- and more...
  
## 使用バージョン
sapnetは以下のパッケージを用いて作成しています
- pillow 9.5.0
- matplotlib 3.7.1
- pandas 2.0.0
- numpy 1.23.5
- seaborn 0.12.2
- japanize-matplotlib 1.1.3
- networkx 3.1

## sapnetの導入テスト
sapnetは以下のコードを実行することでテストすることができます

```Python
import intlab

sapnet = intlab.sapnet

df = sapnet.stimulus_calc()
```

## ライセンス
  大学の卒業研究で作成したパッケージの明確な[ライセンス情報](https://takayasora.github.io/intlab/6-LICENSE.html)を提供する

## 詳細な情報
  詳細な情報についてはこちらの[Webページ](https://takayasora.github.io/intlab/)にまとめて記載されている
