Code Monkey home page Code Monkey logo

scikitlearn_lab1's Introduction

ScikitLearn_Lab1

Q.1

Create the best possible neural net i.e. the one with maximum number of layers and fewest number of parameters that will solve the XOR problem. Give the weights and intercepts for each neuron and other parameters that you have used.


Solution


Q. 2

Create a neural net for a dataset chosen from the UCI ML repository. The repository is available at: http://archive.ics.uci.edu/ml/datasets.html

  • You will first have to read in the dataset using Pandas into a dataframe.
  • The second step will involve pre-processing the dataset - analyze each of the attributes and scale them.
  • Then you will randomly split the data into train and test parts โ€“ you are free to decide the split size. Next will be the model creation step โ€“ you will need to tune as many parameters as possible.
  • Finally, evaluate the performance of the model using the best set of parameters.

Solution


Note


Reference

Before attempting this lab, code snippets from following link were referred https://elearning.utdallas.edu/bbcswebdav/pid-1826701-dt-content-rid-22254227_1/courses/2182-UTDAL-CS-6375-SEC003-24048/code.txt

scikitlearn_lab1's People

Contributors

patilankita79 avatar

Stargazers

Sanket Patil avatar

Watchers

James Cloos avatar

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.