[Talk] Deep Neural Network as SQL+python
Title:
Deep Neural Network as SQL+python
Description:
Short Outline: DNN with SQL + Python using Built-in SQL Functions
-
Data Preprocessing in SQL:
- Use SQL's built-in functions (
SUM()
,AVG()
,ROUND()
, etc.) to perform calculations directly in the database.
- Use SQL's built-in functions (
-
Fetch Processed Data in Python:
- Execute SQL queries with processed results using libraries like
pandas
andsqlalchemy
.
- Execute SQL queries with processed results using libraries like
-
Feature Preparation in Python:
- Split the SQL output into features (
X
) and targets (y
), normalize data, and handle missing values.
- Split the SQL output into features (
-
Build and Train DNN Model:
- Create a neural network with libraries like TensorFlow/PyTorch.
- Train using preprocessed features as input.
-
Store Results in SQL:
- Save predictions or results back into the database for further analysis.
Length:
15-25 mins
Language:
Hebrew
On-line or in-person?
In Person
Date?
january 5,2025
Who are you?
Netanel Stern is a 26-year-old cybersecurity expert and Python developer specializing in penetration testing and secure coding practices. Beyond his expertise in ethical hacking, he has advanced skills in Python development, focusing on creating deep neural networks (DNNs) powered entirely by SQL for data management. His innovative approach integrates artificial intelligence with robust database systems, making him a unique contributor to the fields of AI and data security.
Netanel is also actively contributing to open-source projects, showcasing his commitment to advancing technology for public benefit. Two notable projects include:
- xCOVID – A project aimed at leveraging AI and SQL-based deep learning to analyze and manage data related to COVID-19.
- xSchizo – A tool designed to aid in schizophrenia research by applying neural networks for data analysis and prediction.
In addition to his professional contributions, Netanel is authoring a beginner-friendly book on penetration testing. This comprehensive guide introduces essential tools, techniques, and Python programming for security applications, tailored for those new to the field.
For inquiries or collaboration, you can reach him via email at nsh531@gmail.com.