• Stars
    star
    1
  • Language
    Java
  • License
    Apache License 2.0
  • Created about 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple application to demonstrate the One to Many relationship using the hibernate framework. The relationship is maintained between a list of Questions and multiple Answers associated. The Answers are represented by a separate POJO class and are marked as an entity.

More Repositories

1

Weekend-Batch-Coding-Examples

DA ML Batch at Cetpa
Python
14
star
2

License-Plate-Character-Recognition-without-using-any-OCR-service-or-Pretrained-Model

The project segments the characters on a typical license plate using image processing techniques and the opencv library. It then uses a state-of-the-art CNN architecture to perform license plate character recognition. The project neither uses any OCR service for character segmentation nor a pre-trained model like YOLO for recognition. Everything has been coded from scratch using basic scientific python library stack.
Python
13
star
3

ML-Projects

Sample ML Projects
Python
12
star
4

NLP

NLP
Python
9
star
5

Pokemon-Classification

The project aims at using state of the art machine learning algorithms for classifying pictures of Pokemon. The pictures belong to three specific type of Pokemon (Pikachu, Butterfree, Ditto) The project also uses a neural netwok to avoid overfitting.
Jupyter Notebook
8
star
6

MNIST-Kaggle-Competition-The-Winning-Solution

The project provides a step by step guide to solving and winning the MNIST competition on Kaggle. MNIST is a famous computer vision dataset that is often cited as a "Hello World!" for Machine Learning
Jupyter Notebook
7
star
7

MIT-Machine-Learning-Workshop

The coding examples and e-books discussed in the 2-day machine learning workshop at MIT
Python
5
star
8

GBU-FDP-Machine-Learning-Models

Datasets and Scripts of the examples explained in the Faculty Development Program organized at Gautam Buddha University, Gr. Noida on 04th of January 2019
Python
5
star
9

Banasthali-University-Machine-Learning-Workshop

Sample Datasets, Ebooks and the coding scripts created during the Machine Learning Workshop organized at Banasthali University from 05th of February to 07th of February
5
star
10

8-AM-ML-Batch

3
star
11

Bangalore-Batch-Regression-Residency

Python Scripts, Datasets and Paint Illustrations for the Bangalore batch students. I am making this much effort for you so that when I visit Bangalore someday, you guys take me sightseeing. One more thing, don't forget to treat me with a Biryani after placement. Otherwise, in the words of Liam Neeson from Taken, "I will find you."
3
star
12

NIELIT-Workshop

Sample Dataset and Python Scripts coded and discussed in the workshop
Python
2
star
13

Hibernate-Example-with-Annotations

A simple example to demonstrate the working of the hibernate framework architecture using the Annotations and the JPA Specifications.
Java
2
star
14

Inheritance-Mapping-Example-with-Hibernate

A simple example to demonstrate Inheritance Mapping using the hibernate framework.
Java
2
star
15

Gender-Based-Analysis-Identification-of-the-Predominant-Gender-in-News-Articles

The project uses gendered words to create a frequency based score of maleness and femaleness.
Python
2
star
16

JSF-CRUD

An Application to perform the CRUD (Create, Read, Update, Delete) operation using the JSF (Java Server Faces) framework and Oracle Database.
Java
1
star