TOP
SSV Software Systems Register  Register
Log in to check your private messages  Log in to check your private messages
Startseite FAQ Search Mitglieder Profile  Log in 
SSV Support-Forum
Data-Science-Funktionen …

 
Post new topic   Reply to topic    SSV-Forum Forum Index >>> DNP/9535
<<< Previous topic - Next topic >>>  
Display posts from previous:   
Author Message
kdw



Joined: 05 May 2006
Posts: 1460

PostPosted: 25.07.2018, 11:59    Post subject: Data-Science-Funktionen … Reply with quote

Hallo Forum.

Wir sind dabei, unsere Embedded Module und Baugruppen mit künstlicher Intelligenz auszurüsten. Insofern gibt es inzwischen auch für den DNP/9535 nun Data-Science-Funktionen als vorinstallierte Softwarekomponenten auf Micro-SD-Karte. Hier eine Übersicht der Funktionen:

- Python 3 Laufzeitumgebung
- NumPy-Bibliothek für numerische Berechnungen
- Pandas-Bibliothek zum Auswerten und Bearbeiten tabellarischer Daten
- SciPy-Bibliothek für wissenschaftliches Rechnen (z. B. FFT)
- Matplotlib-Bibliothek für mathematische Darstellungen aller Art
- Seaborn-Bibliothek für statistische Grafiken
- Sklearn-Bibliothek für maschinelles Lernen
- Jupyter Notebook Kernel, ermöglicht Browserzugriff über einstellbaren TCP-Port



VG KDW
Back to top
View user's profile Send private message
kdw



Joined: 05 May 2006
Posts: 1460

PostPosted: 02.01.2019, 16:42    Post subject: Code ... Reply with quote

Hallo Forum.

Hier folgt der Cut&Paste geeignete Code zum Beispiel mit den Versionsabfragen bzgl. der Data-Science-Funktionen:

Code:
import sys
print("Python Version: {}".format(sys.version))

import IPython
print("IPython Version: {}".format(IPython.__version__))

import numpy as np
print("NumPy Version: {}".format(np.__version__))

import pandas as pd
print("Pandas Version: {}".format(pd.__version__))

import matplotlib
print("Matplotlib Version: {}".format(matplotlib.__version__))

import seaborn as sns
print("Seaborn Version: {}".format(sns.__version__))

import scipy as sp
print("SciPy Version: {}".format(sp.__version__))

import sklearn
print("Scikit-learn Version: {}".format(sklearn.__version__))


VG KDW
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SSV-Forum Forum Index >>> DNP/9535 All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

SSV Software Systems GmbH

Dünenweg 5
30419 Hannover

Fon: +49(0)511  ·  40 000-0
Fax: +49(0)511  ·  40 000-40

sales@ssv-embedded.de


Impressum    ·    Datenschutz    ·    AGB

© 2023 SSV SOFTWARE SYSTEMS GmbH. Alle Rechte vorbehalten.

ISO 9001:2015