A collection of Deep Learning projects and implementations using Python, TensorFlow, and Keras. Covers key concepts like Artificial Neural Networks (ANN), Convolutional Neural Networks (CNN), Recurrent Neural Networks (RNN), and Transfer Learning. Includes image classification, NLP, and real-world AI applications with model training, evaluation.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
To build and train a simple encoder–decoder RNN model that can learn to translate short sentences from a source language to a target language, demonstrating the basic idea of sequence‑to‑sequence neural machine translation
f528e87View on GitHubTo develop and train a simple Recurrent Neural Network (RNN) model that can learn patterns from text data and accurately predict the next word in a sentence, demonstrating the basic concepts of sequence modeling and neural language prediction.
10c4654View on GitHubSimple Python program using RNN to predict the next word in a sequence
2c96a6dView on GitHubTo implement a simple RNN-based sequence-to-sequence model that translates short English sentences into French.
e2b41efView on GitHubPython program to build a machine learning model which will predict whether or not it will rain tomorrow by studying past data.
2e99b32View on GitHubTo perform and understand key image preprocessing steps, including RGB conversion, normalization, and augmentation, and to compare these results by plotting the original, normalized, and augmented images in a single figure.
ce181e1View on GitHubTo build and evaluate a Convolutional Neural Network (CNN) for handwritten digit image classification. The objective is to load the dataset, preprocess image inputs, design a CNN architecture, train the model, and measure its performance using accuracy and loss metrics.
9bea0f8View on GitHubTo apply various image preprocessing operations on a digital image using Python in Google Colab. The objective is to understand and implement transformations such as mirroring, scaling, rotation, grayscale conversion, resizing, and additional enhancement methods like blurring, edge detection, brightness and contrast adjustment, sharpening, noise addition, and cropping.
1c7e4ebView on GitHub