39 results for “topic:neaural-network”
This repository contains all the Lab and Assignments from Andrew NG Machine Learning Specialization Course on Coursera.
f1 race winner predictor
About A classification machine learning problem for predicting customers churn from the company based on customers who left within the last month labeled by 'yes' or 'no'
A simple practice of convents (Computer Vision)
Generating Shakespearean Text with LSTM Neural Networks: This project uses LSTM networks to generate text in the style of William Shakespeare. It explores the intersection of literature and AI by mimicking the rich linguistic nuances and poetic depth of Shakespearean prose and poetry.
This repository contains implementations of all Deep Learning Algorithms from scratch in Python. Mathematics required for DL and many projects have also been included. It also has practical tutorials on Generative AI.
Solution to freeCodeCamp.org Cat or Dog Image Classifier with Google Colaboratory
♻️ RecycleVision is an AI-powered Streamlit app that classifies waste using a trained MobileNetV2 model. Upload or capture images to get instant predictions, eco-disposal tips, and chatbot support. It tracks usage stats and supports single or batch image processing for smarter recycling.
Our Project generates Monet-style images using a Generative Adversarial Network (GAN) consisting of a generator and discriminator neural network. Also, It contains some additional features like Chatbot which tells you about what actually Monet-style images are, along with feature of Object Detection for generating its images using GAN architecture.
Alphabet Soup Charity Analysis (Deep learning model), to predict the success of charity funding applications for the Alphabet Soup organization.
This is an assignment from my Machine Learning for Mechanical Engineers course that demonstrates an understanding in binary classification using neural networks with scikit-learn and TensorFlow.
reasrech on the best Machine Learning IDS model
MACHINE LEARNING ALGORITHM MINDMAP
NanoNet – Neural Network From Scratch (NumPy Only)
A pure implemention of BackPropagating artificial neutral net
Neural network implementation of XOR using PyTorch Lightning. Includes detailed explanations, troubleshooting tips, and discussions on real-world applications of neural networks.
这是一个基于强化学习 (Reinforcement Learning) 的弹幕躲避游戏 AI 项目。 AI 使用 DQN (Deep Q-Network) 算法学习如何在密集的弹幕中生存,并尽可能获得更高的分数。 游戏环境完全基于 Pygame 开发,不依赖任何第三方闭源游戏,可以在本地 CPU 上流畅运行。
A presentation on AI for a general audience.
A Use Case of Neural Networks, classification of images: dogs and cats.
A presentation on the mathematics of neural networks.
This project performs object recognition using CIFAR-10 and CNN/Random Forest models in Python. It preprocesses data, trains models, evaluates performance and compares results with the goal of high accuracy and feature importance understanding. The final output includes a comparison of the models and insights.
A simple Neural Network model to detect Breast Cancer.
This repository contains multiple projects of my Bharat Intern Internship
Data Analysis project on AI-driven trading: explores forex/crypto volatility, AI adoption, and predictive modelling with PCA, K-means, and neural networks.
🤖📖 Application that compares most known ML algorithms and generates plots and markdown files.
Welcome to Deep Learning Playground, a personal repository for exploring and experimenting with deep learning concepts, architectures, and techniques. This repo serves as a hands-on space for implementing and understanding deep learning models, from fundamental neural networks to advanced architectures.
This project implements a custom Artificial Neural Network (ANN) from scratch in Python to predict diabetes based on medical data.
Implementing Neural Network from scratch (MLP and CNN), purely in numpy with optimizers
This project demonstrates the application of linear image filters including blurring, smoothing, denoising, and steerable filters for edge and shape detection.
rnn lstm gru