HomeDeep Learning

Deep Learning

Showing 1 - 6 of 6 results
  • June 30, 2026
model_creation1_0_3Layers_classification_and_regression Neural Networks with TensorFlow/Keras¶ Here I walk you through building simple feedforward neural networks with Keras for two classic...
  • June 11, 2026
This Python application creates a basic ChatGPT-style chatbot using Streamlit for the user interface and the OpenAI API for generating...
  • May 28, 2026
Credit risk assessment is one of the most impactful applications of deep learning in the banking and finance sector. This...
  • May 26, 2026
Here I show how to use tensorflow keras library to design an AI model that can identify handwritten digits model_creation1_3_ANN_UseTensorFlow_MNIST_10class...
  • May 26, 2026
Here I show how to design a signle neuron using numpy library numpy_for_NN In [2]: import numpy as np import...
  • April 30, 2026
This contains material on ANN