Pinned Repositories
Sales-Forecast-LSTM
This project aims to predict the future sales quantity of products using historical sales data. We utilize machine learning techniques, particularly LSTM (Long Short-Term Memory) networks, to model and forecast sales trends.
Gender-Classification
Gender Classification is a project designed to predict the gender of individuals based on available data, with three gender categories: Male (M), Female (F), and Unknown. The project aims to facilitate customer classification by predicting the gender of individuals with an "Unknown" label and assigning them a gender label (either M or F) using mach
Heuristic-Search-problem
Heuristic Search Problem - A* Algorithm Implementation. This repository contains coursework related to solving the "Heuristic Search Problem" using the A* (A-star) algorithm. The objective is to find the shortest path between a starting node and an ending node in a 5x6 grid maze while avoiding obstacles. The project demonstrates the implementation
Birds-Classification-CNN-RESNET34
A deep learning project using Convolutional Neural Networks to classify images of 450 bird species with high accuracy.
intro-to-java-course
Introduction to Java Exercises
java-rest-api-exercise
Define a practice exercise for students to bring together learning around APIs (Clients & Servers, Web Apps and HTTP, APIs, and Spring Boot)
java-api-assessment
Java API assessment template
java-calculator-exercise
An exercise project to practice writing JUnit 5 tests.
Kelly-algo-assessment
Trading Algorithm Assessment
Knya819
Knya819's Repositories
Knya819/Kelly-algo-assessment
Trading Algorithm Assessment
Knya819/Mini-DDSM-classification
Knya819/Birds-Classification-CNN-RESNET34
A deep learning project using Convolutional Neural Networks to classify images of 450 bird species with high accuracy.
Knya819/Rest-API-Java
Knya819/intro-to-java-course
Introduction to Java Exercises
Knya819/RESTful-API
Knya819/mortgage-calculator
A simple Java application to calculate monthly mortgage payments. Users input the loan amount, annual interest rate, and loan term, and the application computes and displays the monthly mortgage payment, formatted as currency.
Knya819/java-api-assessment
Java API assessment template
Knya819/java-rest-api-exercise
Define a practice exercise for students to bring together learning around APIs (Clients & Servers, Web Apps and HTTP, APIs, and Spring Boot)
Knya819/Heuristic-Search-problem
Heuristic Search Problem - A* Algorithm Implementation. This repository contains coursework related to solving the "Heuristic Search Problem" using the A* (A-star) algorithm. The objective is to find the shortest path between a starting node and an ending node in a 5x6 grid maze while avoiding obstacles. The project demonstrates the implementation
Knya819/my-spring-boot-project
Knya819/Knya819
Knya819/Gender-Classification
Gender Classification is a project designed to predict the gender of individuals based on available data, with three gender categories: Male (M), Female (F), and Unknown. The project aims to facilitate customer classification by predicting the gender of individuals with an "Unknown" label and assigning them a gender label (either M or F) using mach
Knya819/Sales-Forecast-LSTM
This project aims to predict the future sales quantity of products using historical sales data. We utilize machine learning techniques, particularly LSTM (Long Short-Term Memory) networks, to model and forecast sales trends.
Knya819/tdd-workshop-july-24
TDD Workshop July 24
Knya819/java-calculator-exercise
An exercise project to practice writing JUnit 5 tests.
Knya819/python-random-quote
A file-based quote bot written in Python