Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.08 KB

File metadata and controls

25 lines (17 loc) · 1.08 KB

# Machine Learning Algorithms

-Practicing with Tensorflow

Tips to use this Project:

  1. Set up a python virtual environment, use 'source ' to activate.
  2. Install the required Python resources mostly pip, ipykernel, and installing these resources into the virtual environment.
  3. Install Jupyter and set up on Text editor

Enjoy tweaking these algorithms and play around with ML, Neural Networks and Deep Learning.

Project 1- Linear Regression Alg.

  • building a predictive model for who can survive on the titanic

Project 2- CLassification Alg.

  • building an idenifying model to recognise the Species of Flower based on the characterisitcs provided.

Project 3-Hidden Markov Model

  • building a kind of probabilisitc model to predict the Weather

Project 4- Neural Networks

  • building an identifying model to collect input and randmnly print and display the Fashion item

tip to fire up the project : jupyter notebook --browser chrome or any browser of your choice

when dealing with a node_module or package bug, always restart the enitire project and kernel after installation.