Home
About Us
Contact Us
Terms & Conditions
Privacy Policy
Search
Home
About Us
Contact Us
Terms & Conditions
Privacy Policy
ANN
Artificial Intelligence
Implementing an ANN model from scratch using Numpy
// Importing required librariesimport numpy as np// Preparing datasetx = np.array(,,])y = np.array(,,])// Defining the activation function# Activation function # Here we have now used sigmoid function that provides the output between 0 and...
ASK ANA
-
June 17, 2023
Recent posts
Enhancing maritime cybersecurity with technology and policy
February 25, 2026
Hugging Face on PyTorch / XLA TPUs
February 25, 2026
Retrieval Augmented Generation with Huggingface Transformers and Ray
February 25, 2026
Decisioning on the Edge: Policy Matching at Scale
February 25, 2026
Easy considerations for easy people constructing fancy neural networks
February 24, 2026
Popular categories
Artificial Intelligence
10715
New Post
1
My Blog
1
0
0