Giter VIP home page Giter VIP logo

Ed Frey's Projects

handwritten-digit-classification icon handwritten-digit-classification

1) Download the MNIST handwritten digit dataset. It contains 28X28 images. Flatten them into 784-dimensional binary vectors. Keep aside 20% data for testing and another 20% for validation. [1 mark] 2) Now, draw a random subset of 10 dimensions (out of 784). Based on these 10 dimensions only, build a decision tree (using library function). Maximum depth allowed: 5. Calculate accuracy of the tree on validation set. [2 mark] 3) Repeat this process for 50 random subsets like this, each of dimension 10.For each of them, build a decision tree of max. depth 5. Calculate accuracy on validation set. [2 marks] 4) Carry out weighted classification of the test set using these 50 decision trees, along with their validation accuracies as weights. Report the accuracy. [1 marks] 5) Starting with this ensemble as the initial classifier, implement Adaboost algorithm. At each stage, build a decision tree using entropy based on weighted examples as the heterogeneity measure of each node. Each tree will have maximum depth of 5. Maximum 20 iterations of Adaboost. [3 marks] 6) Using this ensemble, carry out classification on the test set and report accuracy [1 mark]

image_class icon image_class

基于keras集成多种图像分类模型: VGG16、VGG19、InceptionV3、Xception、MobileNet、AlexNet、LeNet、ZF_Net、ResNet18、ResNet34、ResNet50、ResNet_101、ResNet_152、DenseNet

inception-v4 icon inception-v4

Inception-v4, Inception - Resnet-v1 and v2 Architectures in Keras

keras-famous_cnn icon keras-famous_cnn

This repository is the implementation of several famous convolution neural network architecture with Keras. (Resnet v1, Resnet v2, Inception v1/GoogLeNet, Inception v2, Inception v3))

keras-inceptionv4 icon keras-inceptionv4

Keras Implementation of Google's Inception-V4 Architecture (includes Keras compatible pre-trained weights)

machine-learning-projects icon machine-learning-projects

Various projects in Linear Regression, Logistic Regression, k Nearest Neighbors, Decision Trees, Random Forests, SVM

models icon models

Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)

models-1 icon models-1

Models and examples built with TensorFlow

noteshrink icon noteshrink

Convert scans of handwritten notes to beautiful, compact PDFs

tensorflow_macos icon tensorflow_macos

TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute framework.

tutorials icon tutorials

Tutorials on deep learning, Python, and dissipative particle dynamics

vision icon vision

Datasets, Transforms and Models specific to Computer Vision

yolo-tf2 icon yolo-tf2

yolo(all versions) implementation in keras and tensorflow 2.x

yolo3-tf2 icon yolo3-tf2

这是一个yolo3-tf2的源码,可以用于训练自己的模型。

yolov7 icon yolov7

🔥🔥🔥🔥 YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.